]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Introduce ApiTrace which encapsulates the data.
[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="minimumSize">
66     <size>
67      <width>77</width>
68      <height>100</height>
69     </size>
70    </property>
71    <property name="floating">
72     <bool>false</bool>
73    </property>
74    <property name="windowTitle">
75     <string>Call Details</string>
76    </property>
77    <attribute name="dockWidgetArea">
78     <number>8</number>
79    </attribute>
80    <widget class="QWidget" name="dockWidgetContents">
81     <layout class="QHBoxLayout" name="horizontalLayout_2">
82      <item>
83       <widget class="QWebView" name="detailsWebView" native="true">
84        <property name="sizePolicy">
85         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
86          <horstretch>0</horstretch>
87          <verstretch>0</verstretch>
88         </sizepolicy>
89        </property>
90        <property name="url" stdset="0">
91         <url>
92          <string>about:blank</string>
93         </url>
94        </property>
95       </widget>
96      </item>
97     </layout>
98    </widget>
99   </widget>
100   <action name="actionExit">
101    <property name="text">
102     <string>Exit</string>
103    </property>
104   </action>
105   <action name="actionExit_2">
106    <property name="text">
107     <string>Exit</string>
108    </property>
109   </action>
110   <action name="actionOpen">
111    <property name="icon">
112     <iconset>
113      <normaloff/>
114     </iconset>
115    </property>
116    <property name="text">
117     <string>&amp;Open...</string>
118    </property>
119    <property name="shortcut">
120     <string>Ctrl+O</string>
121    </property>
122   </action>
123   <action name="actionQuit">
124    <property name="icon">
125     <iconset>
126      <normaloff/>
127     </iconset>
128    </property>
129    <property name="text">
130     <string>&amp;Quit</string>
131    </property>
132    <property name="shortcut">
133     <string>Ctrl+Q</string>
134    </property>
135    <property name="shortcutContext">
136     <enum>Qt::ApplicationShortcut</enum>
137    </property>
138    <property name="menuRole">
139     <enum>QAction::QuitRole</enum>
140    </property>
141   </action>
142   <action name="actionReplay">
143    <property name="enabled">
144     <bool>false</bool>
145    </property>
146    <property name="icon">
147     <iconset>
148      <normaloff/>
149     </iconset>
150    </property>
151    <property name="text">
152     <string>&amp;Replay</string>
153    </property>
154   </action>
155   <action name="actionStop">
156    <property name="enabled">
157     <bool>false</bool>
158    </property>
159    <property name="icon">
160     <iconset>
161      <normaloff/>
162     </iconset>
163    </property>
164    <property name="text">
165     <string>&amp;Stop</string>
166    </property>
167   </action>
168  </widget>
169  <customwidgets>
170   <customwidget>
171    <class>QWebView</class>
172    <extends>QWidget</extends>
173    <header>QtWebKit/QWebView</header>
174   </customwidget>
175  </customwidgets>
176  <resources/>
177  <connections/>
178 </ui>