]> git.cworth.org Git - apitrace/blob - gui/ui/retracerdialog.ui
qapitrace: Add option to replay in singlethreaded mode
[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>125</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     <layout class="QHBoxLayout" name="horizontalLayout_3">
105      <item>
106       <spacer name="horizontalSpacer_5">
107        <property name="orientation">
108         <enum>Qt::Horizontal</enum>
109        </property>
110        <property name="sizeHint" stdset="0">
111         <size>
112          <width>40</width>
113          <height>20</height>
114         </size>
115        </property>
116       </spacer>
117      </item>
118      <item>
119       <widget class="QCheckBox" name="singlethreadCB">
120        <property name="sizePolicy">
121         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
122          <horstretch>0</horstretch>
123          <verstretch>0</verstretch>
124         </sizepolicy>
125        </property>
126        <property name="text">
127         <string>Singlethread</string>
128        </property>
129       </widget>
130      </item>
131      <item>
132       <spacer name="horizontalSpacer_6">
133        <property name="orientation">
134         <enum>Qt::Horizontal</enum>
135        </property>
136        <property name="sizeHint" stdset="0">
137         <size>
138          <width>40</width>
139          <height>20</height>
140         </size>
141        </property>
142       </spacer>
143      </item>
144     </layout>
145    </item>
146    <item>
147     <widget class="QDialogButtonBox" name="buttonBox">
148      <property name="orientation">
149       <enum>Qt::Horizontal</enum>
150      </property>
151      <property name="standardButtons">
152       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
153      </property>
154     </widget>
155    </item>
156   </layout>
157  </widget>
158  <resources/>
159  <connections>
160   <connection>
161    <sender>buttonBox</sender>
162    <signal>accepted()</signal>
163    <receiver>RetracerDialog</receiver>
164    <slot>accept()</slot>
165    <hints>
166     <hint type="sourcelabel">
167      <x>248</x>
168      <y>254</y>
169     </hint>
170     <hint type="destinationlabel">
171      <x>157</x>
172      <y>274</y>
173     </hint>
174    </hints>
175   </connection>
176   <connection>
177    <sender>buttonBox</sender>
178    <signal>rejected()</signal>
179    <receiver>RetracerDialog</receiver>
180    <slot>reject()</slot>
181    <hints>
182     <hint type="sourcelabel">
183      <x>316</x>
184      <y>260</y>
185     </hint>
186     <hint type="destinationlabel">
187      <x>286</x>
188      <y>274</y>
189     </hint>
190    </hints>
191   </connection>
192  </connections>
193 </ui>