]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Allow sorting of the state.
[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>760</width>
10     <height>422</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>ApiTrace</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <layout class="QHBoxLayout" name="horizontalLayout">
18     <item>
19      <widget class="QTreeView" name="callView">
20       <property name="alternatingRowColors">
21        <bool>true</bool>
22       </property>
23       <property name="textElideMode">
24        <enum>Qt::ElideMiddle</enum>
25       </property>
26       <property name="uniformRowHeights">
27        <bool>true</bool>
28       </property>
29      </widget>
30     </item>
31    </layout>
32   </widget>
33   <widget class="QMenuBar" name="menubar">
34    <property name="geometry">
35     <rect>
36      <x>0</x>
37      <y>0</y>
38      <width>760</width>
39      <height>21</height>
40     </rect>
41    </property>
42    <widget class="QMenu" name="menuFile">
43     <property name="title">
44      <string>&amp;File</string>
45     </property>
46     <addaction name="actionOpen"/>
47     <addaction name="separator"/>
48     <addaction name="actionQuit"/>
49    </widget>
50    <widget class="QMenu" name="menu_Trace">
51     <property name="title">
52      <string>&amp;Trace</string>
53     </property>
54     <addaction name="actionReplay"/>
55     <addaction name="actionStop"/>
56     <addaction name="actionLookupState"/>
57    </widget>
58    <addaction name="menuFile"/>
59    <addaction name="menu_Trace"/>
60   </widget>
61   <widget class="QStatusBar" name="statusbar"/>
62   <widget class="QDockWidget" name="detailsDock">
63    <property name="sizePolicy">
64     <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
65      <horstretch>0</horstretch>
66      <verstretch>0</verstretch>
67     </sizepolicy>
68    </property>
69    <property name="minimumSize">
70     <size>
71      <width>77</width>
72      <height>100</height>
73     </size>
74    </property>
75    <property name="floating">
76     <bool>false</bool>
77    </property>
78    <property name="windowTitle">
79     <string>Call Details</string>
80    </property>
81    <attribute name="dockWidgetArea">
82     <number>8</number>
83    </attribute>
84    <widget class="QWidget" name="dockWidgetContents">
85     <layout class="QHBoxLayout" name="horizontalLayout_2">
86      <item>
87       <widget class="QWebView" name="detailsWebView" native="true">
88        <property name="sizePolicy">
89         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
90          <horstretch>0</horstretch>
91          <verstretch>0</verstretch>
92         </sizepolicy>
93        </property>
94        <property name="url" stdset="0">
95         <url>
96          <string>about:blank</string>
97         </url>
98        </property>
99       </widget>
100      </item>
101     </layout>
102    </widget>
103   </widget>
104   <widget class="QDockWidget" name="stateDock">
105    <property name="windowTitle">
106     <string>Current State</string>
107    </property>
108    <attribute name="dockWidgetArea">
109     <number>2</number>
110    </attribute>
111    <widget class="QWidget" name="dockWidgetContents_2">
112     <layout class="QVBoxLayout" name="verticalLayout">
113      <item>
114       <widget class="QTreeWidget" name="stateTreeWidget">
115        <property name="alternatingRowColors">
116         <bool>true</bool>
117        </property>
118        <property name="selectionMode">
119         <enum>QAbstractItemView::NoSelection</enum>
120        </property>
121        <property name="uniformRowHeights">
122         <bool>true</bool>
123        </property>
124        <property name="sortingEnabled">
125         <bool>true</bool>
126        </property>
127        <property name="animated">
128         <bool>true</bool>
129        </property>
130        <property name="allColumnsShowFocus">
131         <bool>true</bool>
132        </property>
133        <attribute name="headerShowSortIndicator" stdset="0">
134         <bool>true</bool>
135        </attribute>
136        <column>
137         <property name="text">
138          <string>Variable</string>
139         </property>
140        </column>
141        <column>
142         <property name="text">
143          <string>Value</string>
144         </property>
145        </column>
146       </widget>
147      </item>
148     </layout>
149    </widget>
150   </widget>
151   <action name="actionExit">
152    <property name="text">
153     <string>Exit</string>
154    </property>
155   </action>
156   <action name="actionExit_2">
157    <property name="text">
158     <string>Exit</string>
159    </property>
160   </action>
161   <action name="actionOpen">
162    <property name="icon">
163     <iconset>
164      <normaloff/>
165     </iconset>
166    </property>
167    <property name="text">
168     <string>&amp;Open...</string>
169    </property>
170    <property name="shortcut">
171     <string>Ctrl+O</string>
172    </property>
173   </action>
174   <action name="actionQuit">
175    <property name="icon">
176     <iconset>
177      <normaloff/>
178     </iconset>
179    </property>
180    <property name="text">
181     <string>&amp;Quit</string>
182    </property>
183    <property name="shortcut">
184     <string>Ctrl+Q</string>
185    </property>
186    <property name="shortcutContext">
187     <enum>Qt::ApplicationShortcut</enum>
188    </property>
189    <property name="menuRole">
190     <enum>QAction::QuitRole</enum>
191    </property>
192   </action>
193   <action name="actionReplay">
194    <property name="enabled">
195     <bool>false</bool>
196    </property>
197    <property name="icon">
198     <iconset>
199      <normaloff/>
200     </iconset>
201    </property>
202    <property name="text">
203     <string>&amp;Replay</string>
204    </property>
205   </action>
206   <action name="actionStop">
207    <property name="enabled">
208     <bool>false</bool>
209    </property>
210    <property name="icon">
211     <iconset>
212      <normaloff/>
213     </iconset>
214    </property>
215    <property name="text">
216     <string>&amp;Stop</string>
217    </property>
218   </action>
219   <action name="actionLookupState">
220    <property name="enabled">
221     <bool>false</bool>
222    </property>
223    <property name="text">
224     <string>Lookup State</string>
225    </property>
226   </action>
227  </widget>
228  <customwidgets>
229   <customwidget>
230    <class>QWebView</class>
231    <extends>QWidget</extends>
232    <header>QtWebKit/QWebView</header>
233   </customwidget>
234  </customwidgets>
235  <resources/>
236  <connections/>
237 </ui>