]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Allow retracing from the gui plus make the call list cleaner.
[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    </widget>
54    <addaction name="menuFile"/>
55    <addaction name="menu_Trace"/>
56   </widget>
57   <widget class="QStatusBar" name="statusbar"/>
58   <widget class="QDockWidget" name="detailsDock">
59    <property name="sizePolicy">
60     <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
61      <horstretch>0</horstretch>
62      <verstretch>0</verstretch>
63     </sizepolicy>
64    </property>
65    <property name="floating">
66     <bool>false</bool>
67    </property>
68    <property name="windowTitle">
69     <string>Call Details</string>
70    </property>
71    <attribute name="dockWidgetArea">
72     <number>8</number>
73    </attribute>
74    <widget class="QWidget" name="dockWidgetContents">
75     <layout class="QHBoxLayout" name="horizontalLayout_2">
76      <item>
77       <widget class="QWebView" name="detailsWebView">
78        <property name="sizePolicy">
79         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
80          <horstretch>0</horstretch>
81          <verstretch>0</verstretch>
82         </sizepolicy>
83        </property>
84        <property name="url">
85         <url>
86          <string>about:blank</string>
87         </url>
88        </property>
89       </widget>
90      </item>
91     </layout>
92    </widget>
93   </widget>
94   <action name="actionExit">
95    <property name="text">
96     <string>Exit</string>
97    </property>
98   </action>
99   <action name="actionExit_2">
100    <property name="text">
101     <string>Exit</string>
102    </property>
103   </action>
104   <action name="actionOpen">
105    <property name="icon">
106     <iconset theme="document-open">
107      <normaloff/>
108     </iconset>
109    </property>
110    <property name="text">
111     <string>&amp;Open...</string>
112    </property>
113    <property name="shortcut">
114     <string>Ctrl+O</string>
115    </property>
116   </action>
117   <action name="actionQuit">
118    <property name="icon">
119     <iconset theme="application-exit">
120      <normaloff/>
121     </iconset>
122    </property>
123    <property name="text">
124     <string>&amp;Quit</string>
125    </property>
126    <property name="shortcut">
127     <string>Ctrl+Q</string>
128    </property>
129    <property name="shortcutContext">
130     <enum>Qt::ApplicationShortcut</enum>
131    </property>
132    <property name="menuRole">
133     <enum>QAction::QuitRole</enum>
134    </property>
135   </action>
136   <action name="actionReplay">
137    <property name="enabled">
138     <bool>false</bool>
139    </property>
140    <property name="icon">
141     <iconset theme="media-playback-start">
142      <normaloff/>
143     </iconset>
144    </property>
145    <property name="text">
146     <string>&amp;Replay</string>
147    </property>
148   </action>
149   <action name="actionStop">
150    <property name="enabled">
151     <bool>false</bool>
152    </property>
153    <property name="icon">
154     <iconset theme="media-playback-stop">
155      <normaloff/>
156     </iconset>
157    </property>
158    <property name="text">
159     <string>&amp;Stop</string>
160    </property>
161   </action>
162  </widget>
163  <customwidgets>
164   <customwidget>
165    <class>QWebView</class>
166    <extends>QWidget</extends>
167    <header>QtWebKit/QWebView</header>
168   </customwidget>
169  </customwidgets>
170  <resources/>
171  <connections/>
172 </ui>