]> git.cworth.org Git - vogl/blob - src/vogleditor/vogleditor_qframebufferexplorer.ui
Initial vogl checkin
[vogl] / src / vogleditor / vogleditor_qframebufferexplorer.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vogleditor_QFramebufferExplorer</class>
4  <widget class="QWidget" name="vogleditor_QFramebufferExplorer">
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="framebufferObjectListbox">
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>200</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     <widget class="QScrollArea" name="framebufferScrollArea">
54      <property name="frameShape">
55       <enum>QFrame::HLine</enum>
56      </property>
57      <property name="frameShadow">
58       <enum>QFrame::Plain</enum>
59      </property>
60      <property name="widgetResizable">
61       <bool>true</bool>
62      </property>
63      <widget class="QWidget" name="scrollAreaWidgetContents">
64       <property name="geometry">
65        <rect>
66         <x>0</x>
67         <y>0</y>
68         <width>801</width>
69         <height>554</height>
70        </rect>
71       </property>
72       <layout class="QVBoxLayout" name="verticalLayout_2">
73        <item>
74         <widget class="QGroupBox" name="colorBufferGroupBox">
75          <property name="sizePolicy">
76           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
77            <horstretch>0</horstretch>
78            <verstretch>0</verstretch>
79           </sizepolicy>
80          </property>
81          <property name="minimumSize">
82           <size>
83            <width>0</width>
84            <height>0</height>
85           </size>
86          </property>
87          <property name="title">
88           <string>Color Buffers</string>
89          </property>
90         </widget>
91        </item>
92        <item>
93         <widget class="QGroupBox" name="depthBufferGroupBox">
94          <property name="sizePolicy">
95           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
96            <horstretch>0</horstretch>
97            <verstretch>0</verstretch>
98           </sizepolicy>
99          </property>
100          <property name="minimumSize">
101           <size>
102            <width>0</width>
103            <height>0</height>
104           </size>
105          </property>
106          <property name="title">
107           <string>Depth Buffer</string>
108          </property>
109         </widget>
110        </item>
111        <item>
112         <widget class="QGroupBox" name="stencilBufferGroupBox">
113          <property name="sizePolicy">
114           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
115            <horstretch>0</horstretch>
116            <verstretch>0</verstretch>
117           </sizepolicy>
118          </property>
119          <property name="minimumSize">
120           <size>
121            <width>0</width>
122            <height>0</height>
123           </size>
124          </property>
125          <property name="title">
126           <string>Stencil Buffer</string>
127          </property>
128         </widget>
129        </item>
130        <item>
131         <spacer name="verticalSpacer">
132          <property name="orientation">
133           <enum>Qt::Vertical</enum>
134          </property>
135          <property name="sizeHint" stdset="0">
136           <size>
137            <width>20</width>
138            <height>40</height>
139           </size>
140          </property>
141         </spacer>
142        </item>
143       </layout>
144      </widget>
145     </widget>
146    </item>
147   </layout>
148  </widget>
149  <resources/>
150  <connections/>
151 </ui>