source: projectionDesigner/trunk/projdesignerplugins/defaultplugin/defaultemptyscenewidget.ui @ 4

Last change on this file since 4 was 4, checked in by Torben Dannhauer, 14 years ago
File size: 1.2 KB
Line 
1<ui version="4.0" >
2 <class>DefaultEmptySceneWidget</class>
3 <widget class="QWidget" name="DefaultEmptySceneWidget" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>164</width>
9    <height>141</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Projection Settings</string>
14  </property>
15  <layout class="QVBoxLayout" >
16   <property name="margin" >
17    <number>0</number>
18   </property>
19   <property name="spacing" >
20    <number>6</number>
21   </property>
22   <item>
23    <widget class="QGroupBox" name="projectionGroup" >
24     <property name="title" >
25      <string>Empty Properties</string>
26     </property>
27     <layout class="QVBoxLayout" >
28      <property name="margin" >
29       <number>9</number>
30      </property>
31      <property name="spacing" >
32       <number>6</number>
33      </property>
34      <item>
35       <widget class="QLabel" name="label" >
36        <property name="text" >
37         <string>(nothing, sorry!)</string>
38        </property>
39        <property name="alignment" >
40         <set>Qt::AlignCenter</set>
41        </property>
42       </widget>
43      </item>
44     </layout>
45    </widget>
46   </item>
47  </layout>
48 </widget>
49 <resources/>
50 <connections/>
51</ui>
Note: See TracBrowser for help on using the repository browser.