]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
76e0e8b412b089dd27dc74b6bb08723b82311a96
[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     <addaction name="separator"/>
58     <addaction name="actionOptions"/>
59    </widget>
60    <addaction name="menuFile"/>
61    <addaction name="menu_Trace"/>
62   </widget>
63   <widget class="QStatusBar" name="statusbar"/>
64   <widget class="QDockWidget" name="detailsDock">
65    <property name="sizePolicy">
66     <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
67      <horstretch>0</horstretch>
68      <verstretch>0</verstretch>
69     </sizepolicy>
70    </property>
71    <property name="minimumSize">
72     <size>
73      <width>77</width>
74      <height>100</height>
75     </size>
76    </property>
77    <property name="floating">
78     <bool>false</bool>
79    </property>
80    <property name="windowTitle">
81     <string>Call Details</string>
82    </property>
83    <attribute name="dockWidgetArea">
84     <number>8</number>
85    </attribute>
86    <widget class="QWidget" name="dockWidgetContents">
87     <layout class="QHBoxLayout" name="horizontalLayout_2">
88      <item>
89       <widget class="QWebView" name="detailsWebView" native="true">
90        <property name="sizePolicy">
91         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
92          <horstretch>0</horstretch>
93          <verstretch>0</verstretch>
94         </sizepolicy>
95        </property>
96        <property name="url" stdset="0">
97         <url>
98          <string>about:blank</string>
99         </url>
100        </property>
101       </widget>
102      </item>
103     </layout>
104    </widget>
105   </widget>
106   <widget class="QDockWidget" name="stateDock">
107    <property name="windowTitle">
108     <string>Current State</string>
109    </property>
110    <attribute name="dockWidgetArea">
111     <number>2</number>
112    </attribute>
113    <widget class="QWidget" name="dockWidgetContents_2">
114     <layout class="QVBoxLayout" name="verticalLayout">
115      <item>
116       <widget class="QTreeWidget" name="stateTreeWidget">
117        <property name="alternatingRowColors">
118         <bool>true</bool>
119        </property>
120        <property name="selectionMode">
121         <enum>QAbstractItemView::NoSelection</enum>
122        </property>
123        <property name="uniformRowHeights">
124         <bool>true</bool>
125        </property>
126        <property name="sortingEnabled">
127         <bool>true</bool>
128        </property>
129        <property name="animated">
130         <bool>true</bool>
131        </property>
132        <property name="allColumnsShowFocus">
133         <bool>true</bool>
134        </property>
135        <attribute name="headerShowSortIndicator" stdset="0">
136         <bool>true</bool>
137        </attribute>
138        <column>
139         <property name="text">
140          <string>Variable</string>
141         </property>
142        </column>
143        <column>
144         <property name="text">
145          <string>Value</string>
146         </property>
147        </column>
148       </widget>
149      </item>
150     </layout>
151    </widget>
152   </widget>
153   <action name="actionExit">
154    <property name="text">
155     <string>Exit</string>
156    </property>
157   </action>
158   <action name="actionExit_2">
159    <property name="text">
160     <string>Exit</string>
161    </property>
162   </action>
163   <action name="actionOpen">
164    <property name="icon">
165     <iconset resource="../qapitrace.qrc">
166      <normaloff>:/resources/document-open.png</normaloff>:/resources/document-open.png</iconset>
167    </property>
168    <property name="text">
169     <string>&amp;Open...</string>
170    </property>
171    <property name="shortcut">
172     <string>Ctrl+O</string>
173    </property>
174   </action>
175   <action name="actionQuit">
176    <property name="icon">
177     <iconset resource="../qapitrace.qrc">
178      <normaloff>:/resources/application-exit.png</normaloff>:/resources/application-exit.png</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 resource="../qapitrace.qrc">
199      <normaloff>:/resources/media-playback-start.png</normaloff>:/resources/media-playback-start.png</iconset>
200    </property>
201    <property name="text">
202     <string>&amp;Replay</string>
203    </property>
204   </action>
205   <action name="actionStop">
206    <property name="enabled">
207     <bool>false</bool>
208    </property>
209    <property name="icon">
210     <iconset resource="../qapitrace.qrc">
211      <normaloff>:/resources/media-playback-stop.png</normaloff>:/resources/media-playback-stop.png</iconset>
212    </property>
213    <property name="text">
214     <string>&amp;Stop</string>
215    </property>
216   </action>
217   <action name="actionLookupState">
218    <property name="enabled">
219     <bool>false</bool>
220    </property>
221    <property name="icon">
222     <iconset resource="../qapitrace.qrc">
223      <normaloff>:/resources/media-record.png</normaloff>:/resources/media-record.png</iconset>
224    </property>
225    <property name="text">
226     <string>Lookup State</string>
227    </property>
228   </action>
229   <action name="actionOptions">
230    <property name="text">
231     <string>Options</string>
232    </property>
233   </action>
234  </widget>
235  <customwidgets>
236   <customwidget>
237    <class>QWebView</class>
238    <extends>QWidget</extends>
239    <header>QtWebKit/QWebView</header>
240   </customwidget>
241  </customwidgets>
242  <resources>
243   <include location="../qapitrace.qrc"/>
244  </resources>
245  <connections/>
246 </ui>