]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Add some icons.
[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 resource="../qapitrace.qrc">
164      <normaloff>:/resources/document-open.png</normaloff>:/resources/document-open.png</iconset>
165    </property>
166    <property name="text">
167     <string>&amp;Open...</string>
168    </property>
169    <property name="shortcut">
170     <string>Ctrl+O</string>
171    </property>
172   </action>
173   <action name="actionQuit">
174    <property name="icon">
175     <iconset resource="../qapitrace.qrc">
176      <normaloff>:/resources/application-exit.png</normaloff>:/resources/application-exit.png</iconset>
177    </property>
178    <property name="text">
179     <string>&amp;Quit</string>
180    </property>
181    <property name="shortcut">
182     <string>Ctrl+Q</string>
183    </property>
184    <property name="shortcutContext">
185     <enum>Qt::ApplicationShortcut</enum>
186    </property>
187    <property name="menuRole">
188     <enum>QAction::QuitRole</enum>
189    </property>
190   </action>
191   <action name="actionReplay">
192    <property name="enabled">
193     <bool>false</bool>
194    </property>
195    <property name="icon">
196     <iconset resource="../qapitrace.qrc">
197      <normaloff>:/resources/media-playback-start.png</normaloff>:/resources/media-playback-start.png</iconset>
198    </property>
199    <property name="text">
200     <string>&amp;Replay</string>
201    </property>
202   </action>
203   <action name="actionStop">
204    <property name="enabled">
205     <bool>false</bool>
206    </property>
207    <property name="icon">
208     <iconset resource="../qapitrace.qrc">
209      <normaloff>:/resources/media-playback-stop.png</normaloff>:/resources/media-playback-stop.png</iconset>
210    </property>
211    <property name="text">
212     <string>&amp;Stop</string>
213    </property>
214   </action>
215   <action name="actionLookupState">
216    <property name="enabled">
217     <bool>false</bool>
218    </property>
219    <property name="icon">
220     <iconset resource="../qapitrace.qrc">
221      <normaloff>:/resources/media-record.png</normaloff>:/resources/media-record.png</iconset>
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   <include location="../qapitrace.qrc"/>
237  </resources>
238  <connections/>
239 </ui>