]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Let retrace dump 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>MainWindow</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="uniformRowHeights">
24        <bool>true</bool>
25       </property>
26      </widget>
27     </item>
28    </layout>
29   </widget>
30   <widget class="QMenuBar" name="menubar">
31    <property name="geometry">
32     <rect>
33      <x>0</x>
34      <y>0</y>
35      <width>760</width>
36      <height>21</height>
37     </rect>
38    </property>
39    <widget class="QMenu" name="menuFile">
40     <property name="title">
41      <string>&amp;File</string>
42     </property>
43     <addaction name="actionOpen"/>
44     <addaction name="separator"/>
45     <addaction name="actionQuit"/>
46    </widget>
47    <widget class="QMenu" name="menu_Trace">
48     <property name="title">
49      <string>&amp;Trace</string>
50     </property>
51     <addaction name="actionReplay"/>
52     <addaction name="actionStop"/>
53     <addaction name="actionLookupState"/>
54    </widget>
55    <addaction name="menuFile"/>
56    <addaction name="menu_Trace"/>
57   </widget>
58   <widget class="QStatusBar" name="statusbar"/>
59   <widget class="QDockWidget" name="detailsDock">
60    <property name="sizePolicy">
61     <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
62      <horstretch>0</horstretch>
63      <verstretch>0</verstretch>
64     </sizepolicy>
65    </property>
66    <property name="minimumSize">
67     <size>
68      <width>77</width>
69      <height>100</height>
70     </size>
71    </property>
72    <property name="floating">
73     <bool>false</bool>
74    </property>
75    <property name="windowTitle">
76     <string>Call Details</string>
77    </property>
78    <attribute name="dockWidgetArea">
79     <number>8</number>
80    </attribute>
81    <widget class="QWidget" name="dockWidgetContents">
82     <layout class="QHBoxLayout" name="horizontalLayout_2">
83      <item>
84       <widget class="QWebView" name="detailsWebView" native="true">
85        <property name="sizePolicy">
86         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
87          <horstretch>0</horstretch>
88          <verstretch>0</verstretch>
89         </sizepolicy>
90        </property>
91        <property name="url" stdset="0">
92         <url>
93          <string>about:blank</string>
94         </url>
95        </property>
96       </widget>
97      </item>
98     </layout>
99    </widget>
100   </widget>
101   <action name="actionExit">
102    <property name="text">
103     <string>Exit</string>
104    </property>
105   </action>
106   <action name="actionExit_2">
107    <property name="text">
108     <string>Exit</string>
109    </property>
110   </action>
111   <action name="actionOpen">
112    <property name="icon">
113     <iconset>
114      <normaloff/>
115     </iconset>
116    </property>
117    <property name="text">
118     <string>&amp;Open...</string>
119    </property>
120    <property name="shortcut">
121     <string>Ctrl+O</string>
122    </property>
123   </action>
124   <action name="actionQuit">
125    <property name="icon">
126     <iconset>
127      <normaloff/>
128     </iconset>
129    </property>
130    <property name="text">
131     <string>&amp;Quit</string>
132    </property>
133    <property name="shortcut">
134     <string>Ctrl+Q</string>
135    </property>
136    <property name="shortcutContext">
137     <enum>Qt::ApplicationShortcut</enum>
138    </property>
139    <property name="menuRole">
140     <enum>QAction::QuitRole</enum>
141    </property>
142   </action>
143   <action name="actionReplay">
144    <property name="enabled">
145     <bool>false</bool>
146    </property>
147    <property name="icon">
148     <iconset>
149      <normaloff/>
150     </iconset>
151    </property>
152    <property name="text">
153     <string>&amp;Replay</string>
154    </property>
155   </action>
156   <action name="actionStop">
157    <property name="enabled">
158     <bool>false</bool>
159    </property>
160    <property name="icon">
161     <iconset>
162      <normaloff/>
163     </iconset>
164    </property>
165    <property name="text">
166     <string>&amp;Stop</string>
167    </property>
168   </action>
169   <action name="actionLookupState">
170    <property name="enabled">
171     <bool>false</bool>
172    </property>
173    <property name="text">
174     <string>Lookup State</string>
175    </property>
176   </action>
177  </widget>
178  <customwidgets>
179   <customwidget>
180    <class>QWebView</class>
181    <extends>QWidget</extends>
182    <header>QtWebKit/QWebView</header>
183   </customwidget>
184  </customwidgets>
185  <resources/>
186  <connections/>
187 </ui>