]> git.cworth.org Git - apitrace/blob - gui/ui/retracerdialog.ui
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / gui / ui / retracerdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>RetracerDialog</class>
4  <widget class="QDialog" name="RetracerDialog">
5   <property name="windowModality">
6    <enum>Qt::ApplicationModal</enum>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>286</width>
13     <height>94</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Retracer Configuration</string>
18   </property>
19   <property name="whatsThis">
20    <string>Allows setting options on the retracing process.</string>
21   </property>
22   <property name="modal">
23    <bool>true</bool>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout">
26    <item>
27     <layout class="QHBoxLayout" name="horizontalLayout">
28      <item>
29       <spacer name="horizontalSpacer">
30        <property name="orientation">
31         <enum>Qt::Horizontal</enum>
32        </property>
33        <property name="sizeHint" stdset="0">
34         <size>
35          <width>40</width>
36          <height>20</height>
37         </size>
38        </property>
39       </spacer>
40      </item>
41      <item>
42       <widget class="QCheckBox" name="doubleBufferingCB">
43        <property name="text">
44         <string>Use double buffering</string>
45        </property>
46       </widget>
47      </item>
48      <item>
49       <spacer name="horizontalSpacer_4">
50        <property name="orientation">
51         <enum>Qt::Horizontal</enum>
52        </property>
53        <property name="sizeHint" stdset="0">
54         <size>
55          <width>48</width>
56          <height>20</height>
57         </size>
58        </property>
59       </spacer>
60      </item>
61     </layout>
62    </item>
63    <item>
64     <layout class="QHBoxLayout" name="horizontalLayout_2">
65      <item>
66       <spacer name="horizontalSpacer_2">
67        <property name="orientation">
68         <enum>Qt::Horizontal</enum>
69        </property>
70        <property name="sizeHint" stdset="0">
71         <size>
72          <width>68</width>
73          <height>20</height>
74         </size>
75        </property>
76       </spacer>
77      </item>
78      <item>
79       <widget class="QCheckBox" name="errorCheckCB">
80        <property name="text">
81         <string>Error checking</string>
82        </property>
83        <property name="checked">
84         <bool>true</bool>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <spacer name="horizontalSpacer_3">
90        <property name="orientation">
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" stdset="0">
94         <size>
95          <width>78</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101     </layout>
102    </item>
103    <item>
104     <widget class="QDialogButtonBox" name="buttonBox">
105      <property name="orientation">
106       <enum>Qt::Horizontal</enum>
107      </property>
108      <property name="standardButtons">
109       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
110      </property>
111     </widget>
112    </item>
113   </layout>
114  </widget>
115  <resources/>
116  <connections>
117   <connection>
118    <sender>buttonBox</sender>
119    <signal>accepted()</signal>
120    <receiver>RetracerDialog</receiver>
121    <slot>accept()</slot>
122    <hints>
123     <hint type="sourcelabel">
124      <x>248</x>
125      <y>254</y>
126     </hint>
127     <hint type="destinationlabel">
128      <x>157</x>
129      <y>274</y>
130     </hint>
131    </hints>
132   </connection>
133   <connection>
134    <sender>buttonBox</sender>
135    <signal>rejected()</signal>
136    <receiver>RetracerDialog</receiver>
137    <slot>reject()</slot>
138    <hints>
139     <hint type="sourcelabel">
140      <x>316</x>
141      <y>260</y>
142     </hint>
143     <hint type="destinationlabel">
144      <x>286</x>
145      <y>274</y>
146     </hint>
147    </hints>
148   </connection>
149  </connections>
150 </ui>