~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to plugins/LogBook/src/gui/OpticsWidget.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Howard
  • Date: 2010-02-15 20:48:39 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100215204839-u3qgbv60rho997yk
Tags: 0.10.3-0ubuntu1
* New upstream release.
  - fixes intel rendering bug (LP: #480553)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>OpticsWidget</class>
 
4
 <widget class="QWidget" name="OpticsWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>302</width>
 
10
    <height>617</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <property name="spacing">
 
18
    <number>-1</number>
 
19
   </property>
 
20
   <property name="margin">
 
21
    <number>0</number>
 
22
   </property>
 
23
   <item>
 
24
    <widget class="QFrame" name="listFrame">
 
25
     <property name="frameShape">
 
26
      <enum>QFrame::StyledPanel</enum>
 
27
     </property>
 
28
     <property name="frameShadow">
 
29
      <enum>QFrame::Raised</enum>
 
30
     </property>
 
31
     <layout class="QVBoxLayout" name="verticalLayout_10">
 
32
      <property name="spacing">
 
33
       <number>-1</number>
 
34
      </property>
 
35
      <property name="margin">
 
36
       <number>0</number>
 
37
      </property>
 
38
      <item>
 
39
       <widget class="QListView" name="opticsListView"/>
 
40
      </item>
 
41
      <item>
 
42
       <widget class="QFrame" name="frame_16">
 
43
        <property name="frameShape">
 
44
         <enum>QFrame::StyledPanel</enum>
 
45
        </property>
 
46
        <property name="frameShadow">
 
47
         <enum>QFrame::Raised</enum>
 
48
        </property>
 
49
        <layout class="QHBoxLayout" name="horizontalLayout_11">
 
50
         <property name="spacing">
 
51
          <number>0</number>
 
52
         </property>
 
53
         <property name="margin">
 
54
          <number>0</number>
 
55
         </property>
 
56
         <item>
 
57
          <widget class="QPushButton" name="addOpticButton">
 
58
           <property name="text">
 
59
            <string>Add</string>
 
60
           </property>
 
61
          </widget>
 
62
         </item>
 
63
         <item>
 
64
          <spacer name="horizontalSpacer_12">
 
65
           <property name="orientation">
 
66
            <enum>Qt::Horizontal</enum>
 
67
           </property>
 
68
           <property name="sizeHint" stdset="0">
 
69
            <size>
 
70
             <width>70</width>
 
71
             <height>20</height>
 
72
            </size>
 
73
           </property>
 
74
          </spacer>
 
75
         </item>
 
76
         <item>
 
77
          <widget class="QPushButton" name="deleteOpticButton">
 
78
           <property name="text">
 
79
            <string>Delete</string>
 
80
           </property>
 
81
          </widget>
 
82
         </item>
 
83
        </layout>
 
84
       </widget>
 
85
      </item>
 
86
     </layout>
 
87
    </widget>
 
88
   </item>
 
89
   <item>
 
90
    <widget class="QFrame" name="infoFrame">
 
91
     <property name="frameShape">
 
92
      <enum>QFrame::StyledPanel</enum>
 
93
     </property>
 
94
     <property name="frameShadow">
 
95
      <enum>QFrame::Raised</enum>
 
96
     </property>
 
97
     <layout class="QVBoxLayout" name="verticalLayout_2">
 
98
      <property name="spacing">
 
99
       <number>-1</number>
 
100
      </property>
 
101
      <property name="margin">
 
102
       <number>0</number>
 
103
      </property>
 
104
      <item>
 
105
       <widget class="QFrame" name="stackedWidget_2">
 
106
        <property name="frameShape">
 
107
         <enum>QFrame::StyledPanel</enum>
 
108
        </property>
 
109
        <property name="frameShadow">
 
110
         <enum>QFrame::Raised</enum>
 
111
        </property>
 
112
        <layout class="QFormLayout" name="formLayout_2">
 
113
         <property name="margin">
 
114
          <number>0</number>
 
115
         </property>
 
116
         <item row="0" column="0">
 
117
          <widget class="QLabel" name="label_8">
 
118
           <property name="text">
 
119
            <string>ID:</string>
 
120
           </property>
 
121
          </widget>
 
122
         </item>
 
123
         <item row="0" column="1">
 
124
          <widget class="QLabel" name="idLabel">
 
125
           <property name="text">
 
126
            <string>TextLabel</string>
 
127
           </property>
 
128
          </widget>
 
129
         </item>
 
130
         <item row="1" column="0">
 
131
          <widget class="QLabel" name="label_10">
 
132
           <property name="text">
 
133
            <string>Model:</string>
 
134
           </property>
 
135
          </widget>
 
136
         </item>
 
137
         <item row="1" column="1">
 
138
          <widget class="QLineEdit" name="modelLineEdit">
 
139
           <property name="sizePolicy">
 
140
            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
141
             <horstretch>0</horstretch>
 
142
             <verstretch>0</verstretch>
 
143
            </sizepolicy>
 
144
           </property>
 
145
          </widget>
 
146
         </item>
 
147
         <item row="2" column="0">
 
148
          <widget class="QLabel" name="label_11">
 
149
           <property name="text">
 
150
            <string>Vendor:</string>
 
151
           </property>
 
152
          </widget>
 
153
         </item>
 
154
         <item row="2" column="1">
 
155
          <widget class="QLineEdit" name="vendorLineEdit"/>
 
156
         </item>
 
157
         <item row="3" column="0">
 
158
          <widget class="QLabel" name="label_12">
 
159
           <property name="text">
 
160
            <string>Type:</string>
 
161
           </property>
 
162
          </widget>
 
163
         </item>
 
164
         <item row="4" column="0">
 
165
          <widget class="QLabel" name="label_13">
 
166
           <property name="text">
 
167
            <string>Focal Length:</string>
 
168
           </property>
 
169
          </widget>
 
170
         </item>
 
171
         <item row="4" column="1">
 
172
          <widget class="QLineEdit" name="focalLengthLineEdit"/>
 
173
         </item>
 
174
         <item row="5" column="0">
 
175
          <widget class="QLabel" name="label_14">
 
176
           <property name="text">
 
177
            <string>Aperture:</string>
 
178
           </property>
 
179
          </widget>
 
180
         </item>
 
181
         <item row="5" column="1">
 
182
          <widget class="QLineEdit" name="apertureLineEdit"/>
 
183
         </item>
 
184
         <item row="3" column="1">
 
185
          <widget class="QComboBox" name="typeComboBox"/>
 
186
         </item>
 
187
         <item row="6" column="1">
 
188
          <widget class="QLineEdit" name="lightTransmissionLineEdit"/>
 
189
         </item>
 
190
         <item row="6" column="0">
 
191
          <widget class="QLabel" name="label_15">
 
192
           <property name="text">
 
193
            <string>Light Transmission:</string>
 
194
           </property>
 
195
          </widget>
 
196
         </item>
 
197
         <item row="7" column="1">
 
198
          <widget class="QCheckBox" name="hFlipCheckBox">
 
199
           <property name="text">
 
200
            <string>Flip Horizontally</string>
 
201
           </property>
 
202
          </widget>
 
203
         </item>
 
204
         <item row="8" column="1">
 
205
          <widget class="QCheckBox" name="vFlipCheckBox">
 
206
           <property name="text">
 
207
            <string>Flip Vertically</string>
 
208
           </property>
 
209
          </widget>
 
210
         </item>
 
211
        </layout>
 
212
       </widget>
 
213
      </item>
 
214
      <item>
 
215
       <spacer name="verticalSpacer_2">
 
216
        <property name="orientation">
 
217
         <enum>Qt::Vertical</enum>
 
218
        </property>
 
219
        <property name="sizeHint" stdset="0">
 
220
         <size>
 
221
          <width>20</width>
 
222
          <height>43</height>
 
223
         </size>
 
224
        </property>
 
225
       </spacer>
 
226
      </item>
 
227
     </layout>
 
228
    </widget>
 
229
   </item>
 
230
  </layout>
 
231
 </widget>
 
232
 <resources/>
 
233
 <connections/>
 
234
</ui>