source: projectionDesigner/tag/ProjectionDesigner_1.1.5/projdesignerplugins/defaultplugin/defaultmodelscenewidget.ui

Last change on this file was 42, checked in by Torben Dannhauer, 14 years ago
File size: 3.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DefaultModelSceneWidget</class>
4 <widget class="QWidget" name="DefaultModelSceneWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>179</width>
10    <height>159</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Projection Settings</string>
15  </property>
16  <layout class="QGridLayout">
17   <property name="margin">
18    <number>0</number>
19   </property>
20   <property name="spacing">
21    <number>0</number>
22   </property>
23   <item row="0" column="0">
24    <widget class="QGroupBox" name="projectionGroup">
25     <property name="title">
26      <string>Model Properties</string>
27     </property>
28     <layout class="QGridLayout">
29      <property name="margin">
30       <number>9</number>
31      </property>
32      <property name="spacing">
33       <number>6</number>
34      </property>
35      <item row="0" column="0">
36       <layout class="QVBoxLayout">
37        <property name="spacing">
38         <number>6</number>
39        </property>
40        <property name="margin">
41         <number>0</number>
42        </property>
43        <item>
44         <layout class="QHBoxLayout">
45          <property name="spacing">
46           <number>6</number>
47          </property>
48          <property name="margin">
49           <number>0</number>
50          </property>
51          <item>
52           <widget class="QLabel" name="modelFileNameLabel">
53            <property name="text">
54             <string>File</string>
55            </property>
56           </widget>
57          </item>
58          <item>
59           <widget class="QLineEdit" name="modelFileNameEdit"/>
60          </item>
61          <item>
62           <widget class="QPushButton" name="modelBrowseButton">
63            <property name="sizePolicy">
64             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
65              <horstretch>0</horstretch>
66              <verstretch>0</verstretch>
67             </sizepolicy>
68            </property>
69            <property name="maximumSize">
70             <size>
71              <width>23</width>
72              <height>16777215</height>
73             </size>
74            </property>
75            <property name="text">
76             <string>...</string>
77            </property>
78           </widget>
79          </item>
80         </layout>
81        </item>
82        <item>
83         <widget class="QCheckBox" name="modelCullingCheckBox">
84          <property name="text">
85           <string>Back face culling</string>
86          </property>
87         </widget>
88        </item>
89        <item>
90         <widget class="QCheckBox" name="modelSmoothingCheckBox">
91          <property name="text">
92           <string>Smoothing</string>
93          </property>
94         </widget>
95        </item>
96        <item>
97         <spacer>
98          <property name="orientation">
99           <enum>Qt::Vertical</enum>
100          </property>
101          <property name="sizeHint" stdset="0">
102           <size>
103            <width>20</width>
104            <height>40</height>
105           </size>
106          </property>
107         </spacer>
108        </item>
109       </layout>
110      </item>
111     </layout>
112    </widget>
113   </item>
114  </layout>
115 </widget>
116 <resources/>
117 <connections/>
118</ui>
Note: See TracBrowser for help on using the repository browser.