]> git.cworth.org Git - apitrace/blob - gui/ui/retracerdialog.ui
Merge branch 'master' into noglut
[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="benchmarkCB">
80        <property name="text">
81         <string>Benchmark</string>
82        </property>
83       </widget>
84      </item>
85      <item>
86       <spacer name="horizontalSpacer_3">
87        <property name="orientation">
88         <enum>Qt::Horizontal</enum>
89        </property>
90        <property name="sizeHint" stdset="0">
91         <size>
92          <width>78</width>
93          <height>20</height>
94         </size>
95        </property>
96       </spacer>
97      </item>
98     </layout>
99    </item>
100    <item>
101     <widget class="QDialogButtonBox" name="buttonBox">
102      <property name="orientation">
103       <enum>Qt::Horizontal</enum>
104      </property>
105      <property name="standardButtons">
106       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
107      </property>
108     </widget>
109    </item>
110   </layout>
111  </widget>
112  <resources/>
113  <connections>
114   <connection>
115    <sender>buttonBox</sender>
116    <signal>accepted()</signal>
117    <receiver>RetracerDialog</receiver>
118    <slot>accept()</slot>
119    <hints>
120     <hint type="sourcelabel">
121      <x>248</x>
122      <y>254</y>
123     </hint>
124     <hint type="destinationlabel">
125      <x>157</x>
126      <y>274</y>
127     </hint>
128    </hints>
129   </connection>
130   <connection>
131    <sender>buttonBox</sender>
132    <signal>rejected()</signal>
133    <receiver>RetracerDialog</receiver>
134    <slot>reject()</slot>
135    <hints>
136     <hint type="sourcelabel">
137      <x>316</x>
138      <y>260</y>
139     </hint>
140     <hint type="destinationlabel">
141      <x>286</x>
142      <y>274</y>
143     </hint>
144    </hints>
145   </connection>
146  </connections>
147 </ui>