]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Implement state viewing for the current frame.
[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        <column>
122         <property name="text">
123          <string>Variable</string>
124         </property>
125        </column>
126        <column>
127         <property name="text">
128          <string>Value</string>
129         </property>
130        </column>
131       </widget>
132      </item>
133     </layout>
134    </widget>
135   </widget>
136   <action name="actionExit">
137    <property name="text">
138     <string>Exit</string>
139    </property>
140   </action>
141   <action name="actionExit_2">
142    <property name="text">
143     <string>Exit</string>
144    </property>
145   </action>
146   <action name="actionOpen">
147    <property name="icon">
148     <iconset>
149      <normaloff/>
150     </iconset>
151    </property>
152    <property name="text">
153     <string>&amp;Open...</string>
154    </property>
155    <property name="shortcut">
156     <string>Ctrl+O</string>
157    </property>
158   </action>
159   <action name="actionQuit">
160    <property name="icon">
161     <iconset>
162      <normaloff/>
163     </iconset>
164    </property>
165    <property name="text">
166     <string>&amp;Quit</string>
167    </property>
168    <property name="shortcut">
169     <string>Ctrl+Q</string>
170    </property>
171    <property name="shortcutContext">
172     <enum>Qt::ApplicationShortcut</enum>
173    </property>
174    <property name="menuRole">
175     <enum>QAction::QuitRole</enum>
176    </property>
177   </action>
178   <action name="actionReplay">
179    <property name="enabled">
180     <bool>false</bool>
181    </property>
182    <property name="icon">
183     <iconset>
184      <normaloff/>
185     </iconset>
186    </property>
187    <property name="text">
188     <string>&amp;Replay</string>
189    </property>
190   </action>
191   <action name="actionStop">
192    <property name="enabled">
193     <bool>false</bool>
194    </property>
195    <property name="icon">
196     <iconset>
197      <normaloff/>
198     </iconset>
199    </property>
200    <property name="text">
201     <string>&amp;Stop</string>
202    </property>
203   </action>
204   <action name="actionLookupState">
205    <property name="enabled">
206     <bool>false</bool>
207    </property>
208    <property name="text">
209     <string>Lookup State</string>
210    </property>
211   </action>
212  </widget>
213  <customwidgets>
214   <customwidget>
215    <class>QWebView</class>
216    <extends>QWidget</extends>
217    <header>QtWebKit/QWebView</header>
218   </customwidget>
219  </customwidgets>
220  <resources/>
221  <connections/>
222 </ui>