ui/configbox.ui

changeset 39
2c368cf5cc19
parent 37
c82a86ea87be
child 50
5dc8b48f80b3
equal deleted inserted replaced
38:db677d321cf4 39:2c368cf5cc19
115 </item> 115 </item>
116 </layout> 116 </layout>
117 </item> 117 </item>
118 </layout> 118 </layout>
119 </widget> 119 </widget>
120 <widget class="QWidget" name="binaryPaths"> 120 <widget class="QWidget" name="exePathsTab">
121 <attribute name="title"> 121 <attribute name="title">
122 <string>Binary Paths</string> 122 <string>Zandronum Paths</string>
123 </attribute> 123 </attribute>
124 <layout class="QVBoxLayout" name="verticalLayout_4"> 124 <layout class="QHBoxLayout" name="horizontalLayout_3">
125 <item> 125 <item>
126 <widget class="QScrollArea" name="scrollArea"> 126 <widget class="QTableWidget" name="exePaths">
127 <property name="frameShape"> 127 <property name="editTriggers">
128 <enum>QFrame::NoFrame</enum> 128 <set>QAbstractItemView::NoEditTriggers</set>
129 </property> 129 </property>
130 <property name="widgetResizable"> 130 <property name="alternatingRowColors">
131 <bool>true</bool> 131 <bool>true</bool>
132 </property> 132 </property>
133 <widget class="QWidget" name="scrollAreaWidgetContents"> 133 <property name="selectionBehavior">
134 <property name="geometry"> 134 <enum>QAbstractItemView::SelectRows</enum>
135 <rect> 135 </property>
136 <x>0</x> 136 <property name="sortingEnabled">
137 <y>0</y> 137 <bool>true</bool>
138 <width>504</width> 138 </property>
139 <height>207</height> 139 <attribute name="horizontalHeaderStretchLastSection">
140 </rect> 140 <bool>true</bool>
141 </attribute>
142 <attribute name="verticalHeaderVisible">
143 <bool>false</bool>
144 </attribute>
145 <column>
146 <property name="text">
147 <string>Version</string>
141 </property> 148 </property>
142 <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0"> 149 </column>
143 <item> 150 <column>
144 <widget class="QGroupBox" name="groupBox"> 151 <property name="text">
145 <property name="title"> 152 <string>Executable Path</string>
146 <string>Release versions</string> 153 </property>
147 </property> 154 </column>
148 <layout class="QVBoxLayout" name="verticalLayout_7">
149 <item>
150 <widget class="QWidget" name="releaseVersions" native="true"/>
151 </item>
152 </layout>
153 </widget>
154 </item>
155 <item>
156 <widget class="QGroupBox" name="groupBox_2">
157 <property name="title">
158 <string>Testing versions</string>
159 </property>
160 <layout class="QVBoxLayout" name="verticalLayout_8">
161 <item>
162 <widget class="QWidget" name="testingVersions" native="true"/>
163 </item>
164 </layout>
165 </widget>
166 </item>
167 </layout>
168 </widget>
169 </widget> 155 </widget>
156 </item>
157 <item>
158 <layout class="QVBoxLayout" name="verticalLayout_8">
159 <item>
160 <widget class="QPushButton" name="addExePath">
161 <property name="text">
162 <string>Add</string>
163 </property>
164 </widget>
165 </item>
166 <item>
167 <widget class="QPushButton" name="editExePath">
168 <property name="text">
169 <string>Edit</string>
170 </property>
171 </widget>
172 </item>
173 <item>
174 <widget class="QPushButton" name="removeExePath">
175 <property name="text">
176 <string>Remove</string>
177 </property>
178 </widget>
179 </item>
180 <item>
181 <widget class="QPushButton" name="clearExePaths">
182 <property name="text">
183 <string>Clear</string>
184 </property>
185 </widget>
186 </item>
187 <item>
188 <spacer name="verticalSpacer_5">
189 <property name="orientation">
190 <enum>Qt::Vertical</enum>
191 </property>
192 <property name="sizeHint" stdset="0">
193 <size>
194 <width>20</width>
195 <height>40</height>
196 </size>
197 </property>
198 </spacer>
199 </item>
200 </layout>
170 </item> 201 </item>
171 </layout> 202 </layout>
172 </widget> 203 </widget>
173 <widget class="QWidget" name="tab_3"> 204 <widget class="QWidget" name="tab_3">
174 <attribute name="title"> 205 <attribute name="title">
179 <widget class="QCheckBox" name="noDemoPrompt"> 210 <widget class="QCheckBox" name="noDemoPrompt">
180 <property name="whatsThis"> 211 <property name="whatsThis">
181 <string>If this is not set, a prompt showing demo info is displayed first.</string> 212 <string>If this is not set, a prompt showing demo info is displayed first.</string>
182 </property> 213 </property>
183 <property name="text"> 214 <property name="text">
184 <string>Launch without prompt</string> 215 <string>Launch demos without info dialog</string>
185 </property> 216 </property>
186 </widget> 217 </widget>
187 </item> 218 </item>
188 <item> 219 <item>
189 <spacer name="verticalSpacer_2"> 220 <spacer name="verticalSpacer_2">

mercurial