|
20 | 20 | <property name="verticalSpacing">
|
21 | 21 | <number>0</number>
|
22 | 22 | </property>
|
23 |
| - <item row="2" column="1"> |
24 |
| - <widget class="QLineEdit" name="traceFileLineEdit"> |
| 23 | + <item row="4" column="0"> |
| 24 | + <widget class="QLabel" name="label_4"> |
25 | 25 | <property name="text">
|
26 |
| - <string/> |
| 26 | + <string>Vogl options:</string> |
| 27 | + </property> |
| 28 | + <property name="alignment"> |
| 29 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
27 | 30 | </property>
|
28 | 31 | </widget>
|
29 | 32 | </item>
|
30 |
| - <item row="2" column="2"> |
31 |
| - <widget class="QPushButton" name="findTraceFileButton"> |
| 33 | + <item row="2" column="2" colspan="2"> |
| 34 | + <widget class="QLineEdit" name="argumentsLineEdit"> |
32 | 35 | <property name="sizePolicy">
|
33 |
| - <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 36 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
34 | 37 | <horstretch>0</horstretch>
|
35 | 38 | <verstretch>0</verstretch>
|
36 | 39 | </sizepolicy>
|
37 | 40 | </property>
|
38 |
| - <property name="minimumSize"> |
39 |
| - <size> |
40 |
| - <width>0</width> |
41 |
| - <height>0</height> |
42 |
| - </size> |
43 |
| - </property> |
44 |
| - <property name="maximumSize"> |
45 |
| - <size> |
46 |
| - <width>20</width> |
47 |
| - <height>16777215</height> |
48 |
| - </size> |
49 |
| - </property> |
50 |
| - <property name="text"> |
51 |
| - <string>...</string> |
52 |
| - </property> |
53 | 41 | </widget>
|
54 | 42 | </item>
|
55 | 43 | <item row="0" column="0">
|
|
71 | 59 | </property>
|
72 | 60 | </widget>
|
73 | 61 | </item>
|
74 |
| - <item row="5" column="1"> |
75 |
| - <widget class="QCheckBox" name="forceDebugContextCheckBox"> |
76 |
| - <property name="text"> |
77 |
| - <string>Force debug context</string> |
78 |
| - </property> |
79 |
| - </widget> |
80 |
| - </item> |
81 |
| - <item row="7" column="1"> |
82 |
| - <widget class="QCheckBox" name="disableProgramBinaryCheckBox"> |
83 |
| - <property name="text"> |
84 |
| - <string>Disable glProgramBinary</string> |
85 |
| - </property> |
86 |
| - </widget> |
87 |
| - </item> |
88 |
| - <item row="0" column="2"> |
| 62 | + <item row="0" column="3"> |
89 | 63 | <widget class="QPushButton" name="findApplicationButton">
|
90 | 64 | <property name="sizePolicy">
|
91 | 65 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
104 | 78 | </property>
|
105 | 79 | </widget>
|
106 | 80 | </item>
|
107 |
| - <item row="1" column="0"> |
108 |
| - <widget class="QLabel" name="label_2"> |
| 81 | + <item row="3" column="3"> |
| 82 | + <widget class="QPushButton" name="findTraceFileButton"> |
109 | 83 | <property name="sizePolicy">
|
110 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 84 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
111 | 85 | <horstretch>0</horstretch>
|
112 | 86 | <verstretch>0</verstretch>
|
113 | 87 | </sizepolicy>
|
114 | 88 | </property>
|
115 |
| - <property name="text"> |
116 |
| - <string>Application arguments:</string> |
117 |
| - </property> |
118 |
| - <property name="alignment"> |
119 |
| - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 89 | + <property name="minimumSize"> |
| 90 | + <size> |
| 91 | + <width>0</width> |
| 92 | + <height>0</height> |
| 93 | + </size> |
120 | 94 | </property>
|
121 |
| - </widget> |
122 |
| - </item> |
123 |
| - <item row="0" column="1"> |
124 |
| - <widget class="QLineEdit" name="applicationLineEdit"> |
125 |
| - <property name="sizePolicy"> |
126 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
127 |
| - <horstretch>1</horstretch> |
128 |
| - <verstretch>0</verstretch> |
129 |
| - </sizepolicy> |
| 95 | + <property name="maximumSize"> |
| 96 | + <size> |
| 97 | + <width>20</width> |
| 98 | + <height>16777215</height> |
| 99 | + </size> |
130 | 100 | </property>
|
131 | 101 | <property name="text">
|
132 |
| - <string/> |
| 102 | + <string>...</string> |
133 | 103 | </property>
|
134 | 104 | </widget>
|
135 | 105 | </item>
|
136 |
| - <item row="2" column="0"> |
137 |
| - <widget class="QLabel" name="label_3"> |
| 106 | + <item row="3" column="2"> |
| 107 | + <widget class="QLineEdit" name="traceFileLineEdit"> |
138 | 108 | <property name="text">
|
139 |
| - <string><span style="color: red;">*</span>Output trace file:</string> |
140 |
| - </property> |
141 |
| - <property name="alignment"> |
142 |
| - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 109 | + <string/> |
143 | 110 | </property>
|
144 | 111 | </widget>
|
145 | 112 | </item>
|
146 |
| - <item row="3" column="0"> |
147 |
| - <widget class="QLabel" name="label_4"> |
| 113 | + <item row="4" column="2"> |
| 114 | + <widget class="QCheckBox" name="vogltraceCheckBox"> |
| 115 | + <property name="statusTip"> |
| 116 | + <string/> |
| 117 | + </property> |
148 | 118 | <property name="text">
|
149 |
| - <string>Vogl options:</string> |
| 119 | + <string>Use vogl tool</string> |
150 | 120 | </property>
|
151 |
| - <property name="alignment"> |
152 |
| - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 121 | + <property name="checked"> |
| 122 | + <bool>false</bool> |
153 | 123 | </property>
|
154 | 124 | </widget>
|
155 | 125 | </item>
|
156 |
| - <item row="6" column="1"> |
157 |
| - <widget class="QCheckBox" name="gatherCallStacksCheckBox"> |
| 126 | + <item row="6" column="2"> |
| 127 | + <widget class="QCheckBox" name="forceDebugContextCheckBox"> |
158 | 128 | <property name="text">
|
159 |
| - <string>Gather call stacks</string> |
| 129 | + <string>Force debug context</string> |
160 | 130 | </property>
|
161 | 131 | </widget>
|
162 | 132 | </item>
|
163 |
| - <item row="1" column="1" colspan="2"> |
164 |
| - <widget class="QLineEdit" name="argumentsLineEdit"> |
| 133 | + <item row="0" column="2"> |
| 134 | + <widget class="QLineEdit" name="applicationLineEdit"> |
165 | 135 | <property name="sizePolicy">
|
166 | 136 | <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
167 |
| - <horstretch>0</horstretch> |
| 137 | + <horstretch>1</horstretch> |
168 | 138 | <verstretch>0</verstretch>
|
169 | 139 | </sizepolicy>
|
170 | 140 | </property>
|
171 |
| - </widget> |
172 |
| - </item> |
173 |
| - <item row="3" column="1"> |
174 |
| - <widget class="QCheckBox" name="vogltraceCheckBox"> |
175 |
| - <property name="statusTip"> |
176 |
| - <string/> |
177 |
| - </property> |
178 | 141 | <property name="text">
|
179 |
| - <string>Use vogl tool</string> |
180 |
| - </property> |
181 |
| - <property name="checked"> |
182 |
| - <bool>false</bool> |
| 142 | + <string/> |
183 | 143 | </property>
|
184 | 144 | </widget>
|
185 | 145 | </item>
|
186 |
| - <item row="8" column="0" colspan="2"> |
| 146 | + <item row="9" column="0" colspan="3"> |
187 | 147 | <widget class="QFrame" name="frame">
|
188 | 148 | <property name="frameShape">
|
189 | 149 | <enum>QFrame::NoFrame</enum>
|
|
250 | 210 | </layout>
|
251 | 211 | </widget>
|
252 | 212 | </item>
|
| 213 | + <item row="3" column="0"> |
| 214 | + <widget class="QLabel" name="label_3"> |
| 215 | + <property name="text"> |
| 216 | + <string><span style="color: red;">*</span>Output trace file:</string> |
| 217 | + </property> |
| 218 | + <property name="alignment"> |
| 219 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 220 | + </property> |
| 221 | + </widget> |
| 222 | + </item> |
| 223 | + <item row="7" column="2"> |
| 224 | + <widget class="QCheckBox" name="gatherCallStacksCheckBox"> |
| 225 | + <property name="text"> |
| 226 | + <string>Gather call stacks</string> |
| 227 | + </property> |
| 228 | + </widget> |
| 229 | + </item> |
| 230 | + <item row="2" column="0"> |
| 231 | + <widget class="QLabel" name="label_2"> |
| 232 | + <property name="sizePolicy"> |
| 233 | + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
| 234 | + <horstretch>0</horstretch> |
| 235 | + <verstretch>0</verstretch> |
| 236 | + </sizepolicy> |
| 237 | + </property> |
| 238 | + <property name="text"> |
| 239 | + <string>Application arguments:</string> |
| 240 | + </property> |
| 241 | + <property name="alignment"> |
| 242 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 243 | + </property> |
| 244 | + </widget> |
| 245 | + </item> |
| 246 | + <item row="8" column="2"> |
| 247 | + <widget class="QCheckBox" name="disableProgramBinaryCheckBox"> |
| 248 | + <property name="text"> |
| 249 | + <string>Disable glProgramBinary</string> |
| 250 | + </property> |
| 251 | + </widget> |
| 252 | + </item> |
| 253 | + <item row="1" column="0"> |
| 254 | + <widget class="QLabel" name="label_5"> |
| 255 | + <property name="text"> |
| 256 | + <string>Application working dir:</string> |
| 257 | + </property> |
| 258 | + <property name="alignment"> |
| 259 | + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
| 260 | + </property> |
| 261 | + </widget> |
| 262 | + </item> |
| 263 | + <item row="1" column="2"> |
| 264 | + <widget class="QLineEdit" name="workingDirLineEdit"> |
| 265 | + <property name="sizePolicy"> |
| 266 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 267 | + <horstretch>1</horstretch> |
| 268 | + <verstretch>0</verstretch> |
| 269 | + </sizepolicy> |
| 270 | + </property> |
| 271 | + </widget> |
| 272 | + </item> |
| 273 | + <item row="1" column="3"> |
| 274 | + <widget class="QPushButton" name="findWorkingDirButton"> |
| 275 | + <property name="sizePolicy"> |
| 276 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 277 | + <horstretch>0</horstretch> |
| 278 | + <verstretch>0</verstretch> |
| 279 | + </sizepolicy> |
| 280 | + </property> |
| 281 | + <property name="maximumSize"> |
| 282 | + <size> |
| 283 | + <width>20</width> |
| 284 | + <height>16777215</height> |
| 285 | + </size> |
| 286 | + </property> |
| 287 | + <property name="text"> |
| 288 | + <string>...</string> |
| 289 | + </property> |
| 290 | + </widget> |
| 291 | + </item> |
253 | 292 | </layout>
|
254 | 293 | </widget>
|
255 | 294 | <tabstops>
|
|
0 commit comments