~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to plugins/SolarSystemEditor/src/gui/solarSystemManagerWindow.ui

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2012-05-18 13:26:18 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120518132618-3uso09fo68c218cx
Tags: 0.11.2-1
* Imported Upstream version 0.11.1 and then 0.11.2 (Closes: #658431)
* Change maintainer (Closes: #668916)
* Machine-readable copyright file
* Bump Standards-Version to 3.9.3
* Update debhelper compat to 9
* Fix lintian duplicate-font-file warning
* Fix copyright-refers-to-symlink-license lintian tag
* Add lintian override for embedded-library error

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>solarSystemManagerWindow</class>
4
 
 <widget class="QWidget" name="solarSystemManagerWindow">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>500</width>
10
 
    <height>480</height>
11
 
   </rect>
12
 
  </property>
13
 
  <layout class="QVBoxLayout" name="verticalLayout">
14
 
   <property name="spacing">
15
 
    <number>0</number>
16
 
   </property>
17
 
   <property name="margin">
18
 
    <number>0</number>
19
 
   </property>
20
 
   <item>
21
 
    <widget class="BarFrame" name="TitleBar">
22
 
     <property name="sizePolicy">
23
 
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
24
 
       <horstretch>0</horstretch>
25
 
       <verstretch>0</verstretch>
26
 
      </sizepolicy>
27
 
     </property>
28
 
     <property name="minimumSize">
29
 
      <size>
30
 
       <width>0</width>
31
 
       <height>25</height>
32
 
      </size>
33
 
     </property>
34
 
     <property name="maximumSize">
35
 
      <size>
36
 
       <width>16777215</width>
37
 
       <height>30</height>
38
 
      </size>
39
 
     </property>
40
 
     <property name="focusPolicy">
41
 
      <enum>Qt::NoFocus</enum>
42
 
     </property>
43
 
     <property name="autoFillBackground">
44
 
      <bool>false</bool>
45
 
     </property>
46
 
     <property name="frameShape">
47
 
      <enum>QFrame::StyledPanel</enum>
48
 
     </property>
49
 
     <layout class="QHBoxLayout">
50
 
      <property name="spacing">
51
 
       <number>6</number>
52
 
      </property>
53
 
      <property name="leftMargin">
54
 
       <number>0</number>
55
 
      </property>
56
 
      <property name="topMargin">
57
 
       <number>0</number>
58
 
      </property>
59
 
      <property name="rightMargin">
60
 
       <number>4</number>
61
 
      </property>
62
 
      <property name="bottomMargin">
63
 
       <number>0</number>
64
 
      </property>
65
 
      <item>
66
 
       <spacer name="leftSpacer">
67
 
        <property name="orientation">
68
 
         <enum>Qt::Horizontal</enum>
69
 
        </property>
70
 
        <property name="sizeHint" stdset="0">
71
 
         <size>
72
 
          <width>40</width>
73
 
          <height>20</height>
74
 
         </size>
75
 
        </property>
76
 
       </spacer>
77
 
      </item>
78
 
      <item>
79
 
       <widget class="QLabel" name="stelWindowTitle">
80
 
        <property name="text">
81
 
         <string>Solar System objects</string>
82
 
        </property>
83
 
       </widget>
84
 
      </item>
85
 
      <item>
86
 
       <spacer name="rightSpacer">
87
 
        <property name="orientation">
88
 
         <enum>Qt::Horizontal</enum>
89
 
        </property>
90
 
        <property name="sizeHint" stdset="0">
91
 
         <size>
92
 
          <width>40</width>
93
 
          <height>20</height>
94
 
         </size>
95
 
        </property>
96
 
       </spacer>
97
 
      </item>
98
 
      <item>
99
 
       <widget class="QPushButton" name="closeStelWindow">
100
 
        <property name="minimumSize">
101
 
         <size>
102
 
          <width>16</width>
103
 
          <height>16</height>
104
 
         </size>
105
 
        </property>
106
 
        <property name="maximumSize">
107
 
         <size>
108
 
          <width>16</width>
109
 
          <height>16</height>
110
 
         </size>
111
 
        </property>
112
 
        <property name="focusPolicy">
113
 
         <enum>Qt::NoFocus</enum>
114
 
        </property>
115
 
        <property name="text">
116
 
         <string/>
117
 
        </property>
118
 
       </widget>
119
 
      </item>
120
 
     </layout>
121
 
    </widget>
122
 
   </item>
123
 
   <item>
124
 
    <widget class="QTabWidget" name="tabWidget">
125
 
     <widget class="QWidget" name="tabConfigurationFile">
126
 
      <attribute name="title">
127
 
       <string>Configuration file</string>
128
 
      </attribute>
129
 
      <layout class="QVBoxLayout" name="verticalLayoutTabConfigurationFile">
130
 
       <property name="spacing">
131
 
        <number>0</number>
132
 
       </property>
133
 
       <property name="margin">
134
 
        <number>0</number>
135
 
       </property>
136
 
       <item>
137
 
        <widget class="QGroupBox" name="groupBox">
138
 
         <property name="title">
139
 
          <string>Warning</string>
140
 
         </property>
141
 
         <layout class="QVBoxLayout" name="verticalLayoutWarning">
142
 
          <property name="margin">
143
 
           <number>0</number>
144
 
          </property>
145
 
          <item>
146
 
           <widget class="QLabel" name="labelFileWarning">
147
 
            <property name="text">
148
 
             <string>This plug-in uses a custom Solar System configuration file. If something goes wrong and Stellarium crashes and/or doesn't start, you can delete manually that file from:</string>
149
 
            </property>
150
 
            <property name="wordWrap">
151
 
             <bool>true</bool>
152
 
            </property>
153
 
           </widget>
154
 
          </item>
155
 
          <item>
156
 
           <widget class="QLineEdit" name="lineEditUserFilePath">
157
 
            <property name="readOnly">
158
 
             <bool>true</bool>
159
 
            </property>
160
 
           </widget>
161
 
          </item>
162
 
          <item>
163
 
           <widget class="QLabel" name="labelResetWarning">
164
 
            <property name="text">
165
 
             <string>You can also reset all changes and return to the default configuration:</string>
166
 
            </property>
167
 
            <property name="wordWrap">
168
 
             <bool>true</bool>
169
 
            </property>
170
 
           </widget>
171
 
          </item>
172
 
          <item>
173
 
           <widget class="QPushButton" name="pushButtonReset">
174
 
            <property name="text">
175
 
             <string>Reset to defaults</string>
176
 
            </property>
177
 
           </widget>
178
 
          </item>
179
 
         </layout>
180
 
        </widget>
181
 
       </item>
182
 
       <item>
183
 
        <widget class="QGroupBox" name="groupBoxSystemFile">
184
 
         <property name="title">
185
 
          <string>Copy/replace the Solar System file</string>
186
 
         </property>
187
 
         <layout class="QVBoxLayout" name="verticalLayoutImportExport">
188
 
          <item>
189
 
           <widget class="QLabel" name="label">
190
 
            <property name="text">
191
 
             <string>You can create a backup copy of the custom Solar System configuration file in a convenient location, or replace it with such a copy.</string>
192
 
            </property>
193
 
            <property name="wordWrap">
194
 
             <bool>true</bool>
195
 
            </property>
196
 
           </widget>
197
 
          </item>
198
 
          <item>
199
 
           <widget class="QPushButton" name="pushButtonCopyFile">
200
 
            <property name="text">
201
 
             <string>Copy the Solar System file...</string>
202
 
            </property>
203
 
           </widget>
204
 
          </item>
205
 
          <item>
206
 
           <widget class="QPushButton" name="pushButtonReplaceFile">
207
 
            <property name="text">
208
 
             <string>Replace the Solar System file...</string>
209
 
            </property>
210
 
           </widget>
211
 
          </item>
212
 
         </layout>
213
 
        </widget>
214
 
       </item>
215
 
      </layout>
216
 
     </widget>
217
 
     <widget class="QWidget" name="tabSolarSystem">
218
 
      <attribute name="title">
219
 
       <string>Solar System</string>
220
 
      </attribute>
221
 
      <layout class="QVBoxLayout" name="verticalLayoutTabSolarSystem">
222
 
       <property name="spacing">
223
 
        <number>0</number>
224
 
       </property>
225
 
       <property name="margin">
226
 
        <number>0</number>
227
 
       </property>
228
 
       <item>
229
 
        <widget class="QGroupBox" name="groupBoxObjectsList">
230
 
         <property name="title">
231
 
          <string>Solar System objects</string>
232
 
         </property>
233
 
         <layout class="QVBoxLayout" name="verticalLayout_2">
234
 
          <property name="margin">
235
 
           <number>0</number>
236
 
          </property>
237
 
          <item>
238
 
           <widget class="QListWidget" name="listWidgetObjects">
239
 
            <property name="sortingEnabled">
240
 
             <bool>true</bool>
241
 
            </property>
242
 
           </widget>
243
 
          </item>
244
 
          <item>
245
 
           <widget class="QPushButton" name="pushButtonRemove">
246
 
            <property name="text">
247
 
             <string>Remove</string>
248
 
            </property>
249
 
           </widget>
250
 
          </item>
251
 
         </layout>
252
 
        </widget>
253
 
       </item>
254
 
       <item>
255
 
        <widget class="QGroupBox" name="groupBoxMPC">
256
 
         <property name="title">
257
 
          <string>Add new Solar System objects</string>
258
 
         </property>
259
 
         <layout class="QVBoxLayout" name="verticalLayoutMPC">
260
 
          <property name="margin">
261
 
           <number>0</number>
262
 
          </property>
263
 
          <item>
264
 
           <widget class="QLabel" name="labelMPC">
265
 
            <property name="text">
266
 
             <string>You can import comet and asteroid data formatted in the export formats of the IAU's &lt;a href=&quot;http://www.minorplanetcenter.net/&quot;&gt;Minor Planet Center&lt;/a&gt; (MPC). You can import files with lists of objects, download such lists from the Internet or search the online Minor Planet and Comet Ephemeris Service (MPES).</string>
267
 
            </property>
268
 
            <property name="textFormat">
269
 
             <enum>Qt::AutoText</enum>
270
 
            </property>
271
 
            <property name="wordWrap">
272
 
             <bool>true</bool>
273
 
            </property>
274
 
            <property name="openExternalLinks">
275
 
             <bool>true</bool>
276
 
            </property>
277
 
           </widget>
278
 
          </item>
279
 
          <item>
280
 
           <widget class="QPushButton" name="pushButtonImportMPC">
281
 
            <property name="text">
282
 
             <string>Import orbital elements in MPC format...</string>
283
 
            </property>
284
 
           </widget>
285
 
          </item>
286
 
         </layout>
287
 
        </widget>
288
 
       </item>
289
 
       <item>
290
 
        <spacer name="verticalSpacer">
291
 
         <property name="orientation">
292
 
          <enum>Qt::Vertical</enum>
293
 
         </property>
294
 
         <property name="sizeHint" stdset="0">
295
 
          <size>
296
 
           <width>0</width>
297
 
           <height>0</height>
298
 
          </size>
299
 
         </property>
300
 
        </spacer>
301
 
       </item>
302
 
      </layout>
303
 
     </widget>
304
 
     <widget class="QWidget" name="tabDataImport">
305
 
      <attribute name="title">
306
 
       <string>Data import</string>
307
 
      </attribute>
308
 
      <layout class="QVBoxLayout" name="verticalLayoutTabDataImport">
309
 
       <property name="margin">
310
 
        <number>0</number>
311
 
       </property>
312
 
       <item>
313
 
        <widget class="QGroupBox" name="groupBoxManual">
314
 
         <property name="title">
315
 
          <string>Enter manually a new Solar System object</string>
316
 
         </property>
317
 
         <layout class="QVBoxLayout" name="verticalLayoutManualEntry">
318
 
          <property name="margin">
319
 
           <number>0</number>
320
 
          </property>
321
 
          <item>
322
 
           <widget class="QLabel" name="labelManual">
323
 
            <property name="text">
324
 
             <string>You can add a new object by entering manually the properties used by Stellarium.</string>
325
 
            </property>
326
 
            <property name="wordWrap">
327
 
             <bool>true</bool>
328
 
            </property>
329
 
           </widget>
330
 
          </item>
331
 
          <item>
332
 
           <widget class="QPushButton" name="pushButtonManual">
333
 
            <property name="text">
334
 
             <string>Enter manually object properties...</string>
335
 
            </property>
336
 
           </widget>
337
 
          </item>
338
 
         </layout>
339
 
        </widget>
340
 
       </item>
341
 
       <item>
342
 
        <spacer name="verticalSpacerDataImport">
343
 
         <property name="orientation">
344
 
          <enum>Qt::Vertical</enum>
345
 
         </property>
346
 
         <property name="sizeHint" stdset="0">
347
 
          <size>
348
 
           <width>20</width>
349
 
           <height>40</height>
350
 
          </size>
351
 
         </property>
352
 
        </spacer>
353
 
       </item>
354
 
      </layout>
355
 
     </widget>
356
 
     <widget class="QWidget" name="tabAbout">
357
 
      <attribute name="title">
358
 
       <string>About</string>
359
 
      </attribute>
360
 
      <layout class="QVBoxLayout" name="verticalLayout_4">
361
 
       <item>
362
 
        <widget class="QLabel" name="labelTitle">
363
 
         <property name="styleSheet">
364
 
          <string notr="true">QLabel {
365
 
        font: bold 18pt ;
366
 
}</string>
367
 
         </property>
368
 
         <property name="text">
369
 
          <string>Solar System Editor plug-in</string>
370
 
         </property>
371
 
        </widget>
372
 
       </item>
373
 
       <item>
374
 
        <widget class="QLabel" name="labelVersion">
375
 
         <property name="text">
376
 
          <string>Version %1</string>
377
 
         </property>
378
 
        </widget>
379
 
       </item>
380
 
       <item>
381
 
        <widget class="QLabel" name="labelCopyright">
382
 
         <property name="text">
383
 
          <string notr="true">Copyright &amp;copy; 2010 Bogdan Marinov</string>
384
 
         </property>
385
 
         <property name="textFormat">
386
 
          <enum>Qt::RichText</enum>
387
 
         </property>
388
 
        </widget>
389
 
       </item>
390
 
       <item>
391
 
        <widget class="QLabel" name="labelLicense">
392
 
         <property name="sizePolicy">
393
 
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
394
 
           <horstretch>0</horstretch>
395
 
           <verstretch>0</verstretch>
396
 
          </sizepolicy>
397
 
         </property>
398
 
         <property name="text">
399
 
          <string notr="true">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
400
 
 
401
 
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
402
 
 
403
 
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.</string>
404
 
         </property>
405
 
         <property name="alignment">
406
 
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
407
 
         </property>
408
 
         <property name="wordWrap">
409
 
          <bool>true</bool>
410
 
         </property>
411
 
         <property name="textInteractionFlags">
412
 
          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
413
 
         </property>
414
 
        </widget>
415
 
       </item>
416
 
      </layout>
417
 
     </widget>
418
 
    </widget>
419
 
   </item>
420
 
  </layout>
421
 
 </widget>
422
 
 <customwidgets>
423
 
  <customwidget>
424
 
   <class>BarFrame</class>
425
 
   <extends>QFrame</extends>
426
 
   <header>Dialog.hpp</header>
427
 
   <container>1</container>
428
 
  </customwidget>
429
 
 </customwidgets>
430
 
 <resources/>
431
 
 <connections/>
432
 
</ui>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>solarSystemManagerWindow</class>
 
4
 <widget class="QWidget" name="solarSystemManagerWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>500</width>
 
10
    <height>480</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout">
 
14
   <property name="spacing">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <property name="margin">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item>
 
21
    <widget class="BarFrame" name="TitleBar">
 
22
     <property name="sizePolicy">
 
23
      <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
 
24
       <horstretch>0</horstretch>
 
25
       <verstretch>0</verstretch>
 
26
      </sizepolicy>
 
27
     </property>
 
28
     <property name="minimumSize">
 
29
      <size>
 
30
       <width>0</width>
 
31
       <height>25</height>
 
32
      </size>
 
33
     </property>
 
34
     <property name="maximumSize">
 
35
      <size>
 
36
       <width>16777215</width>
 
37
       <height>30</height>
 
38
      </size>
 
39
     </property>
 
40
     <property name="focusPolicy">
 
41
      <enum>Qt::NoFocus</enum>
 
42
     </property>
 
43
     <property name="autoFillBackground">
 
44
      <bool>false</bool>
 
45
     </property>
 
46
     <property name="frameShape">
 
47
      <enum>QFrame::StyledPanel</enum>
 
48
     </property>
 
49
     <layout class="QHBoxLayout">
 
50
      <property name="spacing">
 
51
       <number>6</number>
 
52
      </property>
 
53
      <property name="leftMargin">
 
54
       <number>0</number>
 
55
      </property>
 
56
      <property name="topMargin">
 
57
       <number>0</number>
 
58
      </property>
 
59
      <property name="rightMargin">
 
60
       <number>4</number>
 
61
      </property>
 
62
      <property name="bottomMargin">
 
63
       <number>0</number>
 
64
      </property>
 
65
      <item>
 
66
       <spacer name="leftSpacer">
 
67
        <property name="orientation">
 
68
         <enum>Qt::Horizontal</enum>
 
69
        </property>
 
70
        <property name="sizeHint" stdset="0">
 
71
         <size>
 
72
          <width>40</width>
 
73
          <height>20</height>
 
74
         </size>
 
75
        </property>
 
76
       </spacer>
 
77
      </item>
 
78
      <item>
 
79
       <widget class="QLabel" name="stelWindowTitle">
 
80
        <property name="text">
 
81
         <string>Solar System objects</string>
 
82
        </property>
 
83
       </widget>
 
84
      </item>
 
85
      <item>
 
86
       <spacer name="rightSpacer">
 
87
        <property name="orientation">
 
88
         <enum>Qt::Horizontal</enum>
 
89
        </property>
 
90
        <property name="sizeHint" stdset="0">
 
91
         <size>
 
92
          <width>40</width>
 
93
          <height>20</height>
 
94
         </size>
 
95
        </property>
 
96
       </spacer>
 
97
      </item>
 
98
      <item>
 
99
       <widget class="QPushButton" name="closeStelWindow">
 
100
        <property name="minimumSize">
 
101
         <size>
 
102
          <width>16</width>
 
103
          <height>16</height>
 
104
         </size>
 
105
        </property>
 
106
        <property name="maximumSize">
 
107
         <size>
 
108
          <width>16</width>
 
109
          <height>16</height>
 
110
         </size>
 
111
        </property>
 
112
        <property name="focusPolicy">
 
113
         <enum>Qt::NoFocus</enum>
 
114
        </property>
 
115
        <property name="text">
 
116
         <string/>
 
117
        </property>
 
118
       </widget>
 
119
      </item>
 
120
     </layout>
 
121
    </widget>
 
122
   </item>
 
123
   <item>
 
124
    <widget class="QTabWidget" name="tabWidget">
 
125
     <property name="currentIndex">
 
126
      <number>0</number>
 
127
     </property>
 
128
     <widget class="QWidget" name="tabConfigurationFile">
 
129
      <attribute name="title">
 
130
       <string>Configuration file</string>
 
131
      </attribute>
 
132
      <layout class="QVBoxLayout" name="verticalLayoutTabConfigurationFile">
 
133
       <property name="spacing">
 
134
        <number>0</number>
 
135
       </property>
 
136
       <property name="margin">
 
137
        <number>0</number>
 
138
       </property>
 
139
       <item>
 
140
        <widget class="QGroupBox" name="groupBox">
 
141
         <property name="title">
 
142
          <string>Warning</string>
 
143
         </property>
 
144
         <layout class="QVBoxLayout" name="verticalLayoutWarning">
 
145
          <property name="margin">
 
146
           <number>0</number>
 
147
          </property>
 
148
          <item>
 
149
           <widget class="QLabel" name="labelFileWarning">
 
150
            <property name="text">
 
151
             <string>This plug-in uses a custom Solar System configuration file. If something goes wrong and Stellarium crashes and/or doesn't start, you can delete manually that file from:</string>
 
152
            </property>
 
153
            <property name="wordWrap">
 
154
             <bool>true</bool>
 
155
            </property>
 
156
           </widget>
 
157
          </item>
 
158
          <item>
 
159
           <widget class="QLineEdit" name="lineEditUserFilePath">
 
160
            <property name="readOnly">
 
161
             <bool>true</bool>
 
162
            </property>
 
163
           </widget>
 
164
          </item>
 
165
          <item>
 
166
           <widget class="QLabel" name="labelResetWarning">
 
167
            <property name="text">
 
168
             <string>You can also reset all changes and return to the default configuration:</string>
 
169
            </property>
 
170
            <property name="wordWrap">
 
171
             <bool>true</bool>
 
172
            </property>
 
173
           </widget>
 
174
          </item>
 
175
          <item>
 
176
           <widget class="QPushButton" name="pushButtonReset">
 
177
            <property name="text">
 
178
             <string>Reset to defaults</string>
 
179
            </property>
 
180
           </widget>
 
181
          </item>
 
182
         </layout>
 
183
        </widget>
 
184
       </item>
 
185
       <item>
 
186
        <widget class="QGroupBox" name="groupBoxSystemFile">
 
187
         <property name="title">
 
188
          <string>Copy/replace the Solar System file</string>
 
189
         </property>
 
190
         <layout class="QVBoxLayout" name="verticalLayoutImportExport">
 
191
          <item>
 
192
           <widget class="QLabel" name="label">
 
193
            <property name="text">
 
194
             <string>You can create a backup copy of the custom Solar System configuration file in a convenient location, or replace it with such a copy.</string>
 
195
            </property>
 
196
            <property name="wordWrap">
 
197
             <bool>true</bool>
 
198
            </property>
 
199
           </widget>
 
200
          </item>
 
201
          <item>
 
202
           <widget class="QPushButton" name="pushButtonCopyFile">
 
203
            <property name="text">
 
204
             <string>Copy the Solar System file...</string>
 
205
            </property>
 
206
           </widget>
 
207
          </item>
 
208
          <item>
 
209
           <widget class="QPushButton" name="pushButtonReplaceFile">
 
210
            <property name="text">
 
211
             <string>Replace the Solar System file...</string>
 
212
            </property>
 
213
           </widget>
 
214
          </item>
 
215
         </layout>
 
216
        </widget>
 
217
       </item>
 
218
      </layout>
 
219
     </widget>
 
220
     <widget class="QWidget" name="tabSolarSystem">
 
221
      <attribute name="title">
 
222
       <string>Solar System</string>
 
223
      </attribute>
 
224
      <layout class="QVBoxLayout" name="verticalLayoutTabSolarSystem">
 
225
       <property name="spacing">
 
226
        <number>0</number>
 
227
       </property>
 
228
       <property name="margin">
 
229
        <number>0</number>
 
230
       </property>
 
231
       <item>
 
232
        <widget class="QGroupBox" name="groupBoxObjectsList">
 
233
         <property name="title">
 
234
          <string>Solar System objects</string>
 
235
         </property>
 
236
         <layout class="QVBoxLayout" name="verticalLayout_2">
 
237
          <property name="margin">
 
238
           <number>0</number>
 
239
          </property>
 
240
          <item>
 
241
           <widget class="QListWidget" name="listWidgetObjects">
 
242
            <property name="sortingEnabled">
 
243
             <bool>true</bool>
 
244
            </property>
 
245
           </widget>
 
246
          </item>
 
247
          <item>
 
248
           <widget class="QPushButton" name="pushButtonRemove">
 
249
            <property name="text">
 
250
             <string>Remove</string>
 
251
            </property>
 
252
           </widget>
 
253
          </item>
 
254
         </layout>
 
255
        </widget>
 
256
       </item>
 
257
       <item>
 
258
        <widget class="QGroupBox" name="groupBoxMPC">
 
259
         <property name="title">
 
260
          <string>Add new Solar System objects</string>
 
261
         </property>
 
262
         <layout class="QVBoxLayout" name="verticalLayoutMPC">
 
263
          <property name="margin">
 
264
           <number>0</number>
 
265
          </property>
 
266
          <item>
 
267
           <widget class="QLabel" name="labelMPC">
 
268
            <property name="text">
 
269
             <string notr="true">You can import comet and asteroid data formatted in the export formats of the IAU's &lt;a href=&quot;http://www.minorplanetcenter.net/&quot;&gt;Minor Planet Center&lt;/a&gt; (MPC). You can import files with lists of objects, download such lists from the Internet or search the online Minor Planet and Comet Ephemeris Service (MPES).</string>
 
270
            </property>
 
271
            <property name="textFormat">
 
272
             <enum>Qt::AutoText</enum>
 
273
            </property>
 
274
            <property name="wordWrap">
 
275
             <bool>true</bool>
 
276
            </property>
 
277
            <property name="openExternalLinks">
 
278
             <bool>true</bool>
 
279
            </property>
 
280
           </widget>
 
281
          </item>
 
282
          <item>
 
283
           <widget class="QPushButton" name="pushButtonImportMPC">
 
284
            <property name="text">
 
285
             <string>Import orbital elements in MPC format...</string>
 
286
            </property>
 
287
           </widget>
 
288
          </item>
 
289
         </layout>
 
290
        </widget>
 
291
       </item>
 
292
       <item>
 
293
        <spacer name="verticalSpacer">
 
294
         <property name="orientation">
 
295
          <enum>Qt::Vertical</enum>
 
296
         </property>
 
297
         <property name="sizeHint" stdset="0">
 
298
          <size>
 
299
           <width>0</width>
 
300
           <height>0</height>
 
301
          </size>
 
302
         </property>
 
303
        </spacer>
 
304
       </item>
 
305
      </layout>
 
306
     </widget>
 
307
     <widget class="QWidget" name="tabAbout">
 
308
      <attribute name="title">
 
309
       <string>About</string>
 
310
      </attribute>
 
311
      <layout class="QVBoxLayout" name="verticalLayout_4">
 
312
       <item>
 
313
        <widget class="QLabel" name="labelTitle">
 
314
         <property name="styleSheet">
 
315
          <string notr="true">QLabel {
 
316
        font: bold 18pt ;
 
317
}</string>
 
318
         </property>
 
319
         <property name="text">
 
320
          <string notr="true">Solar System Editor plug-in</string>
 
321
         </property>
 
322
        </widget>
 
323
       </item>
 
324
       <item>
 
325
        <widget class="QLabel" name="labelVersion">
 
326
         <property name="text">
 
327
          <string notr="true">Version %1</string>
 
328
         </property>
 
329
        </widget>
 
330
       </item>
 
331
       <item>
 
332
        <widget class="QLabel" name="labelCopyright">
 
333
         <property name="text">
 
334
          <string notr="true">Copyright &amp;copy; 2010 Bogdan Marinov</string>
 
335
         </property>
 
336
         <property name="textFormat">
 
337
          <enum>Qt::RichText</enum>
 
338
         </property>
 
339
        </widget>
 
340
       </item>
 
341
       <item>
 
342
        <widget class="QLabel" name="labelLicense">
 
343
         <property name="sizePolicy">
 
344
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
345
           <horstretch>0</horstretch>
 
346
           <verstretch>0</verstretch>
 
347
          </sizepolicy>
 
348
         </property>
 
349
         <property name="text">
 
350
          <string notr="true">This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 
351
 
 
352
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
 
353
 
 
354
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.</string>
 
355
         </property>
 
356
         <property name="alignment">
 
357
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 
358
         </property>
 
359
         <property name="wordWrap">
 
360
          <bool>true</bool>
 
361
         </property>
 
362
         <property name="textInteractionFlags">
 
363
          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
 
364
         </property>
 
365
        </widget>
 
366
       </item>
 
367
      </layout>
 
368
     </widget>
 
369
    </widget>
 
370
   </item>
 
371
  </layout>
 
372
 </widget>
 
373
 <customwidgets>
 
374
  <customwidget>
 
375
   <class>BarFrame</class>
 
376
   <extends>QFrame</extends>
 
377
   <header>Dialog.hpp</header>
 
378
   <container>1</container>
 
379
  </customwidget>
 
380
 </customwidgets>
 
381
 <resources/>
 
382
 <connections/>
 
383
</ui>