]> git.cworth.org Git - apitrace/blob - gui/ui/settings.ui
Merge branch 'master' into noglut
[apitrace] / gui / ui / settings.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Settings</class>
4  <widget class="QDialog" name="Settings">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>316</width>
10     <height>128</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>QApiTrace Settings</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QGroupBox" name="groupBox">
19      <property name="title">
20       <string>Filtered Events</string>
21      </property>
22      <layout class="QGridLayout" name="gridLayout">
23       <item row="0" column="0">
24        <widget class="QCheckBox" name="extensionsBox">
25         <property name="text">
26          <string>Extension queries</string>
27         </property>
28        </widget>
29       </item>
30       <item row="0" column="1">
31        <widget class="QCheckBox" name="functionsBox">
32         <property name="text">
33          <string>Function resolution</string>
34         </property>
35        </widget>
36       </item>
37       <item row="1" column="0">
38        <widget class="QCheckBox" name="errorsBox">
39         <property name="text">
40          <string>Error queries</string>
41         </property>
42        </widget>
43       </item>
44       <item row="1" column="1">
45        <widget class="QCheckBox" name="statesBox">
46         <property name="text">
47          <string>Extra state queries</string>
48         </property>
49        </widget>
50       </item>
51      </layout>
52     </widget>
53    </item>
54    <item>
55     <widget class="QDialogButtonBox" name="buttonBox">
56      <property name="orientation">
57       <enum>Qt::Horizontal</enum>
58      </property>
59      <property name="standardButtons">
60       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
61      </property>
62     </widget>
63    </item>
64   </layout>
65  </widget>
66  <resources/>
67  <connections>
68   <connection>
69    <sender>buttonBox</sender>
70    <signal>accepted()</signal>
71    <receiver>Settings</receiver>
72    <slot>accept()</slot>
73    <hints>
74     <hint type="sourcelabel">
75      <x>248</x>
76      <y>254</y>
77     </hint>
78     <hint type="destinationlabel">
79      <x>157</x>
80      <y>274</y>
81     </hint>
82    </hints>
83   </connection>
84   <connection>
85    <sender>buttonBox</sender>
86    <signal>rejected()</signal>
87    <receiver>Settings</receiver>
88    <slot>reject()</slot>
89    <hints>
90     <hint type="sourcelabel">
91      <x>316</x>
92      <y>260</y>
93     </hint>
94     <hint type="destinationlabel">
95      <x>286</x>
96      <y>274</y>
97     </hint>
98    </hints>
99   </connection>
100  </connections>
101 </ui>