]> git.cworth.org Git - apitrace/blob - gui/ui/mainwindow.ui
Start on custom filtering.
[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>File</string>
42     </property>
43     <addaction name="actionOpen"/>
44    </widget>
45    <addaction name="menuFile"/>
46   </widget>
47   <widget class="QStatusBar" name="statusbar"/>
48   <widget class="QDockWidget" name="detailsDock">
49    <property name="sizePolicy">
50     <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
51      <horstretch>0</horstretch>
52      <verstretch>0</verstretch>
53     </sizepolicy>
54    </property>
55    <property name="floating">
56     <bool>false</bool>
57    </property>
58    <property name="windowTitle">
59     <string>Call Details</string>
60    </property>
61    <attribute name="dockWidgetArea">
62     <number>8</number>
63    </attribute>
64    <widget class="QWidget" name="dockWidgetContents">
65     <layout class="QHBoxLayout" name="horizontalLayout_2">
66      <item>
67       <widget class="QWebView" name="detailsWebView">
68        <property name="sizePolicy">
69         <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
70          <horstretch>0</horstretch>
71          <verstretch>0</verstretch>
72         </sizepolicy>
73        </property>
74        <property name="url">
75         <url>
76          <string>about:blank</string>
77         </url>
78        </property>
79       </widget>
80      </item>
81     </layout>
82    </widget>
83   </widget>
84   <action name="actionExit">
85    <property name="text">
86     <string>Exit</string>
87    </property>
88   </action>
89   <action name="actionExit_2">
90    <property name="text">
91     <string>Exit</string>
92    </property>
93   </action>
94   <action name="actionOpen">
95    <property name="text">
96     <string>Open</string>
97    </property>
98   </action>
99  </widget>
100  <customwidgets>
101   <customwidget>
102    <class>QWebView</class>
103    <extends>QWidget</extends>
104    <header>QtWebKit/QWebView</header>
105   </customwidget>
106  </customwidgets>
107  <resources/>
108  <connections/>
109 </ui>