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