Skip to content

Commit

Permalink
Agregada pequeña modificación
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarohurtadobo committed Jun 28, 2018
1 parent 259f78e commit 71430d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
__pycache__/
*.py~
no_*
7 changes: 5 additions & 2 deletions video.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ def revisarRespuesta(self):
else:
print('Signal 2')
self._mostrarVideo2()
self.borrarTexto()

def borrarTexto(self):
GUIParalela.valorActual = ''
self.intro.setText('')

def displayOverlay(self):
Expand Down Expand Up @@ -255,8 +259,7 @@ def run(self):
if valor == '*':
self.emit(QtCore.SIGNAL('REVISAR'))
print('Introducido: ',GUIParalela.valorActual)
GUIParalela.valorActual = ''
self.emit(QtCore.SIGNAL('ACTUALIZAR'))

#self.intro.setText(GUIParalela.valorActual)
else:
if valor == '#':
Expand Down

0 comments on commit 71430d6

Please sign in to comment.