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