Skip to content

Commit

Permalink
Added limit size, date format, increased size in video and full scree…
Browse files Browse the repository at this point in the history
…n option tto questions
  • Loading branch information
alvarohurtadobo committed Jul 11, 2018
1 parent 2461563 commit 89b9312
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified database/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions video.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def initUI(self):
self.digitalIntro = QtGui.QLCDNumber(self)
self.digitalIntro.setDigitCount(10)
self.digitalIntro.setMinimumWidth(180)
self.digitalIntro.display('30-12-1999')
self.digitalIntro.display(' - - ')
self.digitalIntro.setMaximumHeight(90)
self.dataIntroLayout.addWidget(self.passwd)
self.dataIntroLayout.addWidget(self.digitalIntro)
Expand Down Expand Up @@ -187,7 +187,8 @@ def revisarRespuesta(self):

def borrarTexto(self):
GUIParalela.valorActual = ''
#self.intro.setText('')
self.intro.setText('')
self.digitalIntro.display(' - - ')

def displayOverlay(self):
self.popup = QtGui.QDialog(self,QtCore.Qt.WindowStaysOnTopHint)
Expand Down

0 comments on commit 89b9312

Please sign in to comment.