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="enabled">
6   <bool>true</bool>
7  </property>
8  <property name="geometry">
9   <rect>
10    <x>0</x>
11    <y>0</y>
12    <width>571</width>
13    <height>334</height>
14   </rect>
15  </property>
16  <property name="windowTitle">
17   <string>QApiTrace Settings</string>
18  </property>
19  <layout class="QVBoxLayout" name="verticalLayout">
20   <item>
21    <widget class="QGroupBox" name="groupBox">
22     <property name="sizePolicy">
23      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
24       <horstretch>0</horstretch>
25       <verstretch>0</verstretch>
26      </sizepolicy>
27     </property>
28     <property name="title">
29      <string>Hidden Events</string>
30     </property>
31     <layout class="QVBoxLayout" name="verticalLayout_3">
32      <item>
33       <layout class="QHBoxLayout" name="horizontalLayout">
34        <item>
35         <widget class="QCheckBox" name="extensionsBox">
36          <property name="text">
37           <string>Extension queries</string>
38          </property>
39         </widget>
40        </item>
41        <item>
42         <widget class="QCheckBox" name="functionsBox">
43          <property name="text">
44           <string>Function resolution</string>
45          </property>
46         </widget>
47        </item>
48       </layout>
49      </item>
50      <item>
51       <layout class="QHBoxLayout" name="horizontalLayout_2">
52        <item>
53         <widget class="QCheckBox" name="errorsBox">
54          <property name="text">
55           <string>Error queries</string>
56          </property>
57         </widget>
58        </item>
59        <item>
60         <widget class="QCheckBox" name="statesBox">
61          <property name="text">
62           <string>Extra state queries</string>
63          </property>
64         </widget>
65        </item>
66       </layout>
67      </item>
68      <item>
69       <layout class="QHBoxLayout" name="horizontalLayout_3">
70        <item>
71         <widget class="QCheckBox" name="customBox">
72          <property name="text">
73           <string>Custom</string>
74          </property>
75         </widget>
76        </item>
77        <item>
78         <widget class="QLineEdit" name="customEdit">
79          <property name="enabled">
80           <bool>false</bool>
81          </property>
82         </widget>
83        </item>
84       </layout>
85      </item>
86     </layout>
87    </widget>
88   </item>
89   <item>
90    <widget class="QGroupBox" name="showFilterBox">
91     <property name="title">
92      <string>Only show the following events</string>
93     </property>
94     <property name="checkable">
95      <bool>true</bool>
96     </property>
97     <property name="checked">
98      <bool>false</bool>
99     </property>
100     <layout class="QVBoxLayout" name="verticalLayout_2">
101      <item>
102       <widget class="QComboBox" name="showFilterCB"/>
103      </item>
104      <item>
105       <widget class="QLineEdit" name="showFilterEdit"/>
106      </item>
107      <item>
108       <widget class="QLabel" name="label">
109        <property name="text">
110         <string>You can specify one of the predefined categories or create a custom regexp to show only a specific set of events.</string>
111        </property>
112        <property name="wordWrap">
113         <bool>true</bool>
114        </property>
115       </widget>
116      </item>
117     </layout>
118    </widget>
119   </item>
120   <item>
121    <widget class="QDialogButtonBox" name="buttonBox">
122     <property name="orientation">
123      <enum>Qt::Horizontal</enum>
124     </property>
125     <property name="standardButtons">
126      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
127     </property>
128    </widget>
129   </item>
130  </layout>
131 </widget>
132 <resources/>
133 <connections>
134  <connection>
135   <sender>buttonBox</sender>
136   <signal>accepted()</signal>
137   <receiver>Settings</receiver>
138   <slot>accept()</slot>
139   <hints>
140    <hint type="sourcelabel">
141     <x>252</x>
142     <y>329</y>
143    </hint>
144    <hint type="destinationlabel">
145     <x>157</x>
146     <y>274</y>
147    </hint>
148   </hints>
149  </connection>
150  <connection>
151   <sender>buttonBox</sender>
152   <signal>rejected()</signal>
153   <receiver>Settings</receiver>
154   <slot>reject()</slot>
155   <hints>
156    <hint type="sourcelabel">
157     <x>320</x>
158     <y>329</y>
159    </hint>
160    <hint type="destinationlabel">
161     <x>286</x>
162     <y>274</y>
163    </hint>
164   </hints>
165  </connection>
166  <connection>
167   <sender>customBox</sender>
168   <signal>toggled(bool)</signal>
169   <receiver>customEdit</receiver>
170   <slot>setEnabled(bool)</slot>
171   <hints>
172    <hint type="sourcelabel">
173     <x>63</x>
174     <y>151</y>
175    </hint>
176    <hint type="destinationlabel">
177     <x>107</x>
178     <y>151</y>
179    </hint>
180   </hints>
181  </connection>
182 </connections>
183</ui>
184