]> git.cworth.org Git - apitrace/blob - gui/ui/imageviewer.ui
gui: remove a depth check box that sneak into alpha code
[apitrace] / gui / ui / imageviewer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ImageViewer</class>
4  <widget class="QDialog" name="ImageViewer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>825</width>
10     <height>629</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>ApiTrace Surface Viewer</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QScrollArea" name="scrollArea">
19      <property name="widgetResizable">
20       <bool>true</bool>
21      </property>
22      <widget class="QWidget" name="scrollAreaWidgetContents">
23       <property name="geometry">
24        <rect>
25         <x>0</x>
26         <y>0</y>
27         <width>811</width>
28         <height>615</height>
29        </rect>
30       </property>
31       <layout class="QVBoxLayout" name="verticalLayout_2">
32        <item>
33         <widget class="QLabel" name="imageLabel">
34          <property name="text">
35           <string/>
36          </property>
37          <property name="alignment">
38           <set>Qt::AlignCenter</set>
39          </property>
40         </widget>
41        </item>
42       </layout>
43      </widget>
44     </widget>
45    </item>
46    <item>
47     <layout class="QHBoxLayout" name="horizontalLayout">
48      <item>
49       <widget class="QLabel" name="lowerLabel">
50        <property name="text">
51         <string>Lower</string>
52        </property>
53       </widget>
54      </item>
55      <item>
56       <widget class="QDoubleSpinBox" name="lowerSpinBox">
57        <property name="singleStep">
58         <double>0.050000000000000</double>
59        </property>
60       </widget>
61      </item>
62      <item>
63       <widget class="QLabel" name="upperLabel">
64        <property name="text">
65         <string>Upper</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QDoubleSpinBox" name="upperSpinBox">
71        <property name="singleStep">
72         <double>0.050000000000000</double>
73        </property>
74        <property name="value">
75         <double>1.000000000000000</double>
76        </property>
77       </widget>
78      </item>
79      <item>
80       <widget class="QCheckBox" name="flipCheckBox">
81        <property name="text">
82         <string>Flip</string>
83        </property>
84       </widget>
85      </item>
86      <item>
87       <widget class="QCheckBox" name="opaqueCheckBox">
88        <property name="text">
89         <string>Opaque</string>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="QCheckBox" name="alphaCheckBox">
95        <property name="text">
96         <string>Alpha</string>
97        </property>
98       </widget>
99      </item>
100      <item>
101       <spacer name="horizontalSpacer">
102        <property name="orientation">
103         <enum>Qt::Horizontal</enum>
104        </property>
105        <property name="sizeHint" stdset="0">
106         <size>
107          <width>40</width>
108          <height>20</height>
109         </size>
110        </property>
111       </spacer>
112      </item>
113     </layout>
114    </item>
115   </layout>
116  </widget>
117  <resources/>
118  <connections/>
119 </ui>