85 |
85 |
86 hlayout0 = QHBoxLayout() |
86 hlayout0 = QHBoxLayout() |
87 hlayout0.setContentsMargins(0, 0, 0, 0) |
87 hlayout0.setContentsMargins(0, 0, 0, 0) |
88 hlayout0.setSpacing(6) |
88 hlayout0.setSpacing(6) |
89 hlayout0.setObjectName("hlayout0") |
89 hlayout0.setObjectName("hlayout0") |
90 self.moreSinglesButton = QPushButton(self.trUtf8("Additional Entries"), |
90 self.moreSinglesButton = QPushButton( |
91 self.singlesBox) |
91 self.trUtf8("Additional Entries"), self.singlesBox) |
92 self.moreSinglesButton.setObjectName("moreSinglesButton") |
92 self.moreSinglesButton.setObjectName("moreSinglesButton") |
93 hlayout0.addWidget(self.moreSinglesButton) |
93 hlayout0.addWidget(self.moreSinglesButton) |
94 hspacer0 = QSpacerItem( |
94 hspacer0 = QSpacerItem( |
95 30, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) |
95 30, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) |
96 hlayout0.addItem(hspacer0) |
96 hlayout0.addItem(hspacer0) |
120 |
120 |
121 hlayout1 = QHBoxLayout() |
121 hlayout1 = QHBoxLayout() |
122 hlayout1.setContentsMargins(0, 0, 0, 0) |
122 hlayout1.setContentsMargins(0, 0, 0, 0) |
123 hlayout1.setSpacing(6) |
123 hlayout1.setSpacing(6) |
124 hlayout1.setObjectName("hlayout1") |
124 hlayout1.setObjectName("hlayout1") |
125 self.moreRangesButton = QPushButton(self.trUtf8("Additional Entries"), |
125 self.moreRangesButton = QPushButton( |
126 self.rangesBox) |
126 self.trUtf8("Additional Entries"), self.rangesBox) |
127 self.moreSinglesButton.setObjectName("moreRangesButton") |
127 self.moreSinglesButton.setObjectName("moreRangesButton") |
128 hlayout1.addWidget(self.moreRangesButton) |
128 hlayout1.addWidget(self.moreRangesButton) |
129 hspacer1 = QSpacerItem( |
129 hspacer1 = QSpacerItem( |
130 30, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) |
130 30, 20, QSizePolicy.Expanding, QSizePolicy.Minimum) |
131 hlayout1.addItem(hspacer1) |
131 hlayout1.addItem(hspacer1) |