1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GammaRay::Qt3DGeometryTab</class>
4 <widget class="QWidget" name="GammaRay::Qt3DGeometryTab">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="topLayout">
14   <item>
15    <widget class="QStackedWidget" name="stackedWidget">
16     <property name="currentIndex">
17      <number>0</number>
18     </property>
19     <widget class="QWidget" name="geometryPage">
20      <layout class="QVBoxLayout" name="verticalLayout">
21       <property name="leftMargin">
22        <number>0</number>
23       </property>
24       <property name="topMargin">
25        <number>0</number>
26       </property>
27       <property name="rightMargin">
28        <number>0</number>
29       </property>
30       <property name="bottomMargin">
31        <number>0</number>
32       </property>
33      </layout>
34     </widget>
35     <widget class="QWidget" name="bufferPage">
36      <layout class="QVBoxLayout" name="verticalLayout_3">
37       <property name="leftMargin">
38        <number>0</number>
39       </property>
40       <property name="topMargin">
41        <number>0</number>
42       </property>
43       <property name="rightMargin">
44        <number>0</number>
45       </property>
46       <property name="bottomMargin">
47        <number>0</number>
48       </property>
49       <item>
50        <layout class="QHBoxLayout" name="horizontalLayout_2">
51         <item>
52          <widget class="QLabel" name="label">
53           <property name="text">
54            <string>B&amp;uffer:</string>
55           </property>
56           <property name="buddy">
57            <cstring>bufferBox</cstring>
58           </property>
59          </widget>
60         </item>
61         <item>
62          <widget class="QComboBox" name="bufferBox"/>
63         </item>
64        </layout>
65       </item>
66       <item>
67        <widget class="QTableView" name="bufferView"/>
68       </item>
69      </layout>
70     </widget>
71    </widget>
72   </item>
73  </layout>
74  <action name="actionResetCam">
75   <property name="icon">
76    <iconset theme="view-restore"/>
77   </property>
78   <property name="text">
79    <string>Reset Camera</string>
80   </property>
81   <property name="toolTip">
82    <string>Reset camera.</string>
83   </property>
84  </action>
85  <action name="actionShowNormals">
86   <property name="checkable">
87    <bool>true</bool>
88   </property>
89   <property name="text">
90    <string>Show Normals</string>
91   </property>
92   <property name="toolTip">
93    <string>Visualize normal vectors.</string>
94   </property>
95  </action>
96  <action name="actionShowTangents">
97   <property name="checkable">
98    <bool>true</bool>
99   </property>
100   <property name="text">
101    <string>Show Tangents</string>
102   </property>
103   <property name="toolTip">
104    <string>Visualize tangent vectors.</string>
105   </property>
106  </action>
107  <action name="actionViewGeometry">
108   <property name="checkable">
109    <bool>true</bool>
110   </property>
111   <property name="checked">
112    <bool>true</bool>
113   </property>
114   <property name="text">
115    <string>View Geometry</string>
116   </property>
117   <property name="toolTip">
118    <string>Visualize geometry.</string>
119   </property>
120  </action>
121  <action name="actionViewBuffers">
122   <property name="checkable">
123    <bool>true</bool>
124   </property>
125   <property name="text">
126    <string>View Buffers</string>
127   </property>
128   <property name="toolTip">
129    <string>View raw buffer data.</string>
130   </property>
131  </action>
132  <action name="actionCullBack">
133   <property name="checkable">
134    <bool>true</bool>
135   </property>
136   <property name="checked">
137    <bool>true</bool>
138   </property>
139   <property name="text">
140    <string>Cull Back</string>
141   </property>
142   <property name="toolTip">
143    <string>Enable back face culling.</string>
144   </property>
145  </action>
146 </widget>
147 <resources/>
148 <connections/>
149</ui>
150