@ -111,6 +111,14 @@ class Ui_MainWindow(object):
self . smartPunchTimeLineEdit . setMinimumSize ( QSize ( 129 , 0 ) )
self . smartPunchTimeLineEdit . setMinimumSize ( QSize ( 129 , 0 ) )
self . smartPunchTimeLineEdit . setMaximumSize ( QSize ( 129 , 16777215 ) )
self . smartPunchTimeLineEdit . setMaximumSize ( QSize ( 129 , 16777215 ) )
self . smartPunchTimeLineEdit . setFocusPolicy ( Qt . StrongFocus )
self . smartPunchTimeLineEdit . setFocusPolicy ( Qt . StrongFocus )
#if QT_CONFIG(tooltip)
self . smartPunchTimeLineEdit . setToolTip ( u " <html><head/><body><p>Enter Date and Time with Format:</p><p>HH:MM<br>YYYY-MM-DDTHH:MM</p></body></html> " )
#endif // QT_CONFIG(tooltip)
self . smartPunchTimeLineEdit . setStyleSheet ( u " QToolTip { \n "
" background-color: black; \n "
" color: white; \n "
" border: black solid 1px \n "
" } " )
self . smartPunchTimeLineEdit . setMaxLength ( 30 )
self . smartPunchTimeLineEdit . setMaxLength ( 30 )
self . smartPunchTimeLineEdit . setAlignment ( Qt . AlignCenter )
self . smartPunchTimeLineEdit . setAlignment ( Qt . AlignCenter )