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