]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Remove stale reference to a deleted widget.
[apitrace] / gui / ui / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>787</width>
10     <height>756</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>ApiTrace</string>
15   </property>
16   <property name="documentMode">
17    <bool>false</bool>
18   </property>
19   <property name="dockNestingEnabled">
20    <bool>false</bool>
21   </property>
22   <property name="dockOptions">
23    <set>QMainWindow::AnimatedDocks|QMainWindow::ForceTabbedDocks</set>
24   </property>
25   <widget class="QWidget" name="centralwidget">
26    <layout class="QVBoxLayout" name="centralLayout">
27     <item>
28      <widget class="QTreeView" name="callView">
29       <property name="alternatingRowColors">
30        <bool>true</bool>
31       </property>
32       <property name="textElideMode">
33        <enum>Qt::ElideMiddle</enum>
34       </property>
35       <property name="uniformRowHeights">
36        <bool>true</bool>
37       </property>
38      </widget>
39     </item>
40    </layout>
41   </widget>
42   <widget class="QMenuBar" name="menubar">
43    <property name="geometry">
44     <rect>
45      <x>0</x>
46      <y>0</y>
47      <width>787</width>
48      <height>21</height>
49     </rect>
50    </property>
51    <widget class="QMenu" name="menuFile">
52     <property name="title">
53      <string>&amp;File</string>
54     </property>
55     <addaction name="actionNew"/>
56     <addaction name="actionOpen"/>
57     <addaction name="separator"/>
58     <addaction name="actionQuit"/>
59    </widget>
60    <widget class="QMenu" name="menu_Trace">
61     <property name="title">
62      <string>&amp;Trace</string>
63     </property>
64     <addaction name="actionReplay"/>
65     <addaction name="actionStop"/>
66     <addaction name="actionLookupState"/>
67     <addaction name="separator"/>
68     <addaction name="actionOptions"/>
69    </widget>
70    <addaction name="menuFile"/>
71    <addaction name="menu_Trace"/>
72   </widget>
73   <widget class="QStatusBar" name="statusbar"/>
74   <widget class="QDockWidget" name="detailsDock">
75    <property name="sizePolicy">
76     <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
77      <horstretch>0</horstretch>
78      <verstretch>0</verstretch>
79     </sizepolicy>
80    </property>
81    <property name="minimumSize">
82     <size>
83      <width>77</width>
84      <height>100</height>
85     </size>
86    </property>
87    <property name="floating">
88     <bool>false</bool>
89    </property>
90    <property name="windowTitle">
91     <string>Call Details</string>
92    </property>
93    <attribute name="dockWidgetArea">
94     <number>8</number>
95    </attribute>
96    <widget class="QWidget" name="dockWidgetContents">
97     <layout class="QHBoxLayout" name="horizontalLayout_2">
98      <item>
99       <widget class="QWebView" name="detailsWebView" native="true">
100        <property name="sizePolicy">
101         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
102          <horstretch>0</horstretch>
103          <verstretch>0</verstretch>
104         </sizepolicy>
105        </property>
106        <property name="url" stdset="0">
107         <url>
108          <string>about:blank</string>
109         </url>
110        </property>
111       </widget>
112      </item>
113     </layout>
114    </widget>
115   </widget>
116   <widget class="QDockWidget" name="stateDock">
117    <property name="features">
118     <set>QDockWidget::AllDockWidgetFeatures</set>
119    </property>
120    <property name="windowTitle">
121     <string>Current State</string>
122    </property>
123    <attribute name="dockWidgetArea">
124     <number>2</number>
125    </attribute>
126    <widget class="QWidget" name="dockWidgetContents_2">
127     <layout class="QVBoxLayout" name="verticalLayout">
128      <item>
129       <widget class="QTabWidget" name="stateTabWidget">
130        <property name="currentIndex">
131         <number>0</number>
132        </property>
133        <widget class="QWidget" name="parametersTab">
134         <attribute name="title">
135          <string>Parameters</string>
136         </attribute>
137         <layout class="QVBoxLayout" name="verticalLayout_3">
138          <item>
139           <widget class="QCheckBox" name="nonDefaultsCB">
140            <property name="text">
141             <string>Only show non-defaults</string>
142            </property>
143           </widget>
144          </item>
145          <item>
146           <widget class="QTreeWidget" name="stateTreeWidget">
147            <property name="editTriggers">
148             <set>QAbstractItemView::NoEditTriggers</set>
149            </property>
150            <property name="alternatingRowColors">
151             <bool>true</bool>
152            </property>
153            <property name="sortingEnabled">
154             <bool>true</bool>
155            </property>
156            <property name="allColumnsShowFocus">
157             <bool>true</bool>
158            </property>
159            <column>
160             <property name="text">
161              <string>Variable</string>
162             </property>
163            </column>
164            <column>
165             <property name="text">
166              <string>Value</string>
167             </property>
168            </column>
169           </widget>
170          </item>
171         </layout>
172        </widget>
173        <widget class="QWidget" name="shadersTab">
174         <attribute name="title">
175          <string>Shaders</string>
176         </attribute>
177        </widget>
178        <widget class="QWidget" name="surfacesTab">
179         <attribute name="title">
180          <string>Surfaces</string>
181         </attribute>
182         <layout class="QVBoxLayout" name="verticalLayout_5">
183          <item>
184           <widget class="QTreeWidget" name="surfacesTreeWidget">
185            <column>
186             <property name="text">
187              <string>Thumbnail</string>
188             </property>
189            </column>
190            <column>
191             <property name="text">
192              <string>Description</string>
193             </property>
194            </column>
195           </widget>
196          </item>
197         </layout>
198        </widget>
199       </widget>
200      </item>
201     </layout>
202    </widget>
203   </widget>
204   <widget class="QDockWidget" name="vertexDataDock">
205    <property name="allowedAreas">
206     <set>Qt::AllDockWidgetAreas</set>
207    </property>
208    <property name="windowTitle">
209     <string>Vertex Data</string>
210    </property>
211    <attribute name="dockWidgetArea">
212     <number>2</number>
213    </attribute>
214    <widget class="QWidget" name="dockWidgetContents_3">
215     <layout class="QVBoxLayout" name="verticalLayout_2">
216      <item>
217       <layout class="QFormLayout" name="formLayout">
218        <property name="fieldGrowthPolicy">
219         <enum>QFormLayout::ExpandingFieldsGrow</enum>
220        </property>
221        <item row="0" column="0">
222         <widget class="QLabel" name="label">
223          <property name="text">
224           <string>Type</string>
225          </property>
226         </widget>
227        </item>
228        <item row="0" column="1">
229         <widget class="QComboBox" name="vertexTypeCB">
230          <property name="currentIndex">
231           <number>6</number>
232          </property>
233          <item>
234           <property name="text">
235            <string>GL_BYTE</string>
236           </property>
237          </item>
238          <item>
239           <property name="text">
240            <string>GL_UNSIGNED_BYTE</string>
241           </property>
242          </item>
243          <item>
244           <property name="text">
245            <string>GL_SHORT</string>
246           </property>
247          </item>
248          <item>
249           <property name="text">
250            <string>GL_UNSIGNED_SHORT</string>
251           </property>
252          </item>
253          <item>
254           <property name="text">
255            <string>GL_INT</string>
256           </property>
257          </item>
258          <item>
259           <property name="text">
260            <string>GL_UNSIGNED_INT</string>
261           </property>
262          </item>
263          <item>
264           <property name="text">
265            <string>GL_FLOAT</string>
266           </property>
267          </item>
268          <item>
269           <property name="text">
270            <string>GL_DOUBLE</string>
271           </property>
272          </item>
273         </widget>
274        </item>
275        <item row="1" column="0">
276         <widget class="QLabel" name="label_2">
277          <property name="text">
278           <string>Stride</string>
279          </property>
280         </widget>
281        </item>
282        <item row="1" column="1">
283         <widget class="QSpinBox" name="vertexStrideSB">
284          <property name="maximum">
285           <number>1000</number>
286          </property>
287          <property name="value">
288           <number>8</number>
289          </property>
290         </widget>
291        </item>
292        <item row="2" column="0">
293         <widget class="QLabel" name="label_4">
294          <property name="text">
295           <string>Components</string>
296          </property>
297         </widget>
298        </item>
299        <item row="2" column="1">
300         <widget class="QSpinBox" name="vertexComponentsSB">
301          <property name="minimum">
302           <number>1</number>
303          </property>
304          <property name="maximum">
305           <number>256</number>
306          </property>
307          <property name="value">
308           <number>4</number>
309          </property>
310         </widget>
311        </item>
312        <item row="3" column="0">
313         <widget class="QLabel" name="label_3">
314          <property name="text">
315           <string>Starting Offset</string>
316          </property>
317         </widget>
318        </item>
319        <item row="3" column="1">
320         <widget class="QSpinBox" name="startingOffsetSB"/>
321        </item>
322       </layout>
323      </item>
324      <item>
325       <layout class="QHBoxLayout" name="horizontalLayout_3">
326        <item>
327         <spacer name="horizontalSpacer">
328          <property name="orientation">
329           <enum>Qt::Horizontal</enum>
330          </property>
331          <property name="sizeHint" stdset="0">
332           <size>
333            <width>40</width>
334            <height>20</height>
335           </size>
336          </property>
337         </spacer>
338        </item>
339        <item>
340         <widget class="QPushButton" name="vertexInterpretButton">
341          <property name="text">
342           <string>Interpret</string>
343          </property>
344         </widget>
345        </item>
346        <item>
347         <spacer name="horizontalSpacer_2">
348          <property name="orientation">
349           <enum>Qt::Horizontal</enum>
350          </property>
351          <property name="sizeHint" stdset="0">
352           <size>
353            <width>40</width>
354            <height>20</height>
355           </size>
356          </property>
357         </spacer>
358        </item>
359       </layout>
360      </item>
361      <item>
362       <widget class="QListWidget" name="vertexDataListWidget"/>
363      </item>
364     </layout>
365    </widget>
366   </widget>
367   <action name="actionExit">
368    <property name="text">
369     <string>Exit</string>
370    </property>
371   </action>
372   <action name="actionExit_2">
373    <property name="text">
374     <string>Exit</string>
375    </property>
376   </action>
377   <action name="actionOpen">
378    <property name="icon">
379     <iconset resource="../qapitrace.qrc">
380      <normaloff>:/resources/document-open.png</normaloff>:/resources/document-open.png</iconset>
381    </property>
382    <property name="text">
383     <string>&amp;Open...</string>
384    </property>
385    <property name="shortcut">
386     <string>Ctrl+O</string>
387    </property>
388   </action>
389   <action name="actionQuit">
390    <property name="icon">
391     <iconset resource="../qapitrace.qrc">
392      <normaloff>:/resources/application-exit.png</normaloff>:/resources/application-exit.png</iconset>
393    </property>
394    <property name="text">
395     <string>&amp;Quit</string>
396    </property>
397    <property name="shortcut">
398     <string>Ctrl+Q</string>
399    </property>
400    <property name="shortcutContext">
401     <enum>Qt::ApplicationShortcut</enum>
402    </property>
403    <property name="menuRole">
404     <enum>QAction::QuitRole</enum>
405    </property>
406   </action>
407   <action name="actionReplay">
408    <property name="enabled">
409     <bool>false</bool>
410    </property>
411    <property name="icon">
412     <iconset resource="../qapitrace.qrc">
413      <normaloff>:/resources/media-playback-start.png</normaloff>:/resources/media-playback-start.png</iconset>
414    </property>
415    <property name="text">
416     <string>&amp;Replay</string>
417    </property>
418   </action>
419   <action name="actionStop">
420    <property name="enabled">
421     <bool>false</bool>
422    </property>
423    <property name="icon">
424     <iconset resource="../qapitrace.qrc">
425      <normaloff>:/resources/media-playback-stop.png</normaloff>:/resources/media-playback-stop.png</iconset>
426    </property>
427    <property name="text">
428     <string>&amp;Stop</string>
429    </property>
430   </action>
431   <action name="actionLookupState">
432    <property name="enabled">
433     <bool>false</bool>
434    </property>
435    <property name="icon">
436     <iconset resource="../qapitrace.qrc">
437      <normaloff>:/resources/media-record.png</normaloff>:/resources/media-record.png</iconset>
438    </property>
439    <property name="text">
440     <string>Lookup State</string>
441    </property>
442   </action>
443   <action name="actionOptions">
444    <property name="text">
445     <string>Options</string>
446    </property>
447   </action>
448   <action name="actionNew">
449    <property name="icon">
450     <iconset resource="../qapitrace.qrc">
451      <normaloff>:/resources/document-new.png</normaloff>:/resources/document-new.png</iconset>
452    </property>
453    <property name="text">
454     <string>New</string>
455    </property>
456   </action>
457   <zorder>stateDock</zorder>
458   <zorder>vertexDataDock</zorder>
459  </widget>
460  <customwidgets>
461   <customwidget>
462    <class>QWebView</class>
463    <extends>QWidget</extends>
464    <header>QtWebKit/QWebView</header>
465   </customwidget>
466  </customwidgets>
467  <resources>
468   <include location="../qapitrace.qrc"/>
469  </resources>
470  <connections/>
471 </ui>