|
|
@@ -20,7 +20,7 @@ class Ui_ReportClocks(object):
|
|
|
def setupUi(self, ReportClocks):
|
|
|
if not ReportClocks.objectName():
|
|
|
ReportClocks.setObjectName(u"ReportClocks")
|
|
|
- ReportClocks.resize(413, 277)
|
|
|
+ ReportClocks.resize(413, 348)
|
|
|
self.gridLayout = QGridLayout(ReportClocks)
|
|
|
self.gridLayout.setObjectName(u"gridLayout")
|
|
|
self.verticalLayout = QVBoxLayout()
|
|
|
@@ -73,17 +73,30 @@ class Ui_ReportClocks(object):
|
|
|
|
|
|
self.verticalLayout.addLayout(self.horizontalLayout)
|
|
|
|
|
|
+ self.gridLayout_3 = QGridLayout()
|
|
|
+ self.gridLayout_3.setObjectName(u"gridLayout_3")
|
|
|
self.auto_include = QCheckBox(ReportClocks)
|
|
|
self.auto_include.setObjectName(u"auto_include")
|
|
|
self.auto_include.setChecked(True)
|
|
|
|
|
|
- self.verticalLayout.addWidget(self.auto_include)
|
|
|
+ self.gridLayout_3.addWidget(self.auto_include, 0, 1, 1, 1)
|
|
|
|
|
|
self.include_ascync = QCheckBox(ReportClocks)
|
|
|
self.include_ascync.setObjectName(u"include_ascync")
|
|
|
self.include_ascync.setChecked(True)
|
|
|
|
|
|
- self.verticalLayout.addWidget(self.include_ascync)
|
|
|
+ self.gridLayout_3.addWidget(self.include_ascync, 1, 1, 1, 1)
|
|
|
+
|
|
|
+ self.horizontalSpacer_6 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
|
|
|
+
|
|
|
+ self.gridLayout_3.addItem(self.horizontalSpacer_6, 1, 2, 1, 1)
|
|
|
+
|
|
|
+ self.horizontalSpacer_5 = QSpacerItem(40, 20, QSizePolicy.Expanding, QSizePolicy.Minimum)
|
|
|
+
|
|
|
+ self.gridLayout_3.addItem(self.horizontalSpacer_5, 1, 0, 1, 1)
|
|
|
+
|
|
|
+
|
|
|
+ self.verticalLayout.addLayout(self.gridLayout_3)
|
|
|
|
|
|
self.horizontalLayout_2 = QHBoxLayout()
|
|
|
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
|
@@ -108,10 +121,6 @@ class Ui_ReportClocks(object):
|
|
|
|
|
|
self.verticalLayout.addLayout(self.horizontalLayout_2)
|
|
|
|
|
|
- self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Minimum, QSizePolicy.Expanding)
|
|
|
-
|
|
|
- self.verticalLayout.addItem(self.verticalSpacer)
|
|
|
-
|
|
|
|
|
|
self.gridLayout.addLayout(self.verticalLayout, 0, 0, 1, 1)
|
|
|
|