]> git.cworth.org Git - vogl/blob - src/vogleditor/vogleditor_qtextureexplorer.ui
Initial vogl checkin
[vogl] / src / vogleditor / vogleditor_qtextureexplorer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vogleditor_QTextureExplorer</class>
4  <widget class="QWidget" name="vogleditor_QTextureExplorer">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>821</width>
10     <height>605</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>1</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <layout class="QHBoxLayout" name="horizontalLayout">
25      <item>
26       <widget class="QComboBox" name="textureObjectListbox">
27        <property name="sizePolicy">
28         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
29          <horstretch>1</horstretch>
30          <verstretch>0</verstretch>
31         </sizepolicy>
32        </property>
33        <property name="minimumSize">
34         <size>
35          <width>400</width>
36          <height>0</height>
37         </size>
38        </property>
39        <property name="editable">
40         <bool>false</bool>
41        </property>
42        <property name="duplicatesEnabled">
43         <bool>true</bool>
44        </property>
45        <property name="frame">
46         <bool>true</bool>
47        </property>
48       </widget>
49      </item>
50     </layout>
51    </item>
52    <item>
53     <layout class="QHBoxLayout" name="horizontalLayout_2">
54      <item>
55       <widget class="QLabel" name="label_2">
56        <property name="text">
57         <string>Channel</string>
58        </property>
59       </widget>
60      </item>
61      <item>
62       <widget class="QComboBox" name="channelSelectionBox">
63        <property name="sizePolicy">
64         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
65          <horstretch>0</horstretch>
66          <verstretch>0</verstretch>
67         </sizepolicy>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <widget class="QPushButton" name="alphaBlendColorButton">
73        <property name="text">
74         <string>Alpha Blend Color</string>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QSpinBox" name="sampleSpinBox">
80        <property name="prefix">
81         <string>Sample </string>
82        </property>
83        <property name="maximum">
84         <number>0</number>
85        </property>
86       </widget>
87      </item>
88      <item>
89       <spacer name="horizontalSpacer">
90        <property name="orientation">
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" stdset="0">
94         <size>
95          <width>40</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101      <item>
102       <widget class="QDoubleSpinBox" name="zoomSpinBox">
103        <property name="suffix">
104         <string>x zoom</string>
105        </property>
106        <property name="decimals">
107         <number>1</number>
108        </property>
109        <property name="minimum">
110         <double>0.100000000000000</double>
111        </property>
112        <property name="singleStep">
113         <double>0.100000000000000</double>
114        </property>
115        <property name="value">
116         <double>1.000000000000000</double>
117        </property>
118       </widget>
119      </item>
120      <item>
121       <widget class="QPushButton" name="pushButton">
122        <property name="text">
123         <string>Y Flip</string>
124        </property>
125        <property name="checkable">
126         <bool>true</bool>
127        </property>
128        <property name="checked">
129         <bool>false</bool>
130        </property>
131       </widget>
132      </item>
133     </layout>
134    </item>
135    <item>
136     <widget class="QScrollArea" name="textureScrollArea">
137      <property name="frameShape">
138       <enum>QFrame::HLine</enum>
139      </property>
140      <property name="frameShadow">
141       <enum>QFrame::Plain</enum>
142      </property>
143      <property name="widgetResizable">
144       <bool>true</bool>
145      </property>
146      <widget class="QWidget" name="scrollAreaWidgetContents">
147       <property name="geometry">
148        <rect>
149         <x>0</x>
150         <y>0</y>
151         <width>801</width>
152         <height>522</height>
153        </rect>
154       </property>
155      </widget>
156     </widget>
157    </item>
158   </layout>
159  </widget>
160  <resources/>
161  <connections/>
162 </ui>