1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OpsGuides</class>
4 <widget class="QWidget" name="OpsGuides">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>579</width>
10    <height>549</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_2">
14   <item>
15    <layout class="QHBoxLayout" name="horizontalLayout_2">
16     <item>
17      <layout class="QVBoxLayout" name="verticalLayout">
18       <item>
19        <layout class="QHBoxLayout" name="horizontalLayout">
20         <item>
21          <widget class="QCheckBox" name="kcfg_ShowCLines">
22           <property name="toolTip">
23            <string>Show constellation lines?</string>
24           </property>
25           <property name="whatsThis">
26            <string>If checked, constellation lines will be drawn on the sky map.</string>
27           </property>
28           <property name="text">
29            <string>&amp;Constellation lines</string>
30           </property>
31           <attribute name="buttonGroup">
32            <string notr="true">constellationButtonGroup</string>
33           </attribute>
34          </widget>
35         </item>
36         <item>
37          <widget class="QLabel" name="textLabelSkyCulture">
38           <property name="text">
39            <string>Sky culture:</string>
40           </property>
41           <property name="buddy">
42            <cstring>kcfg_SkyCulture</cstring>
43           </property>
44          </widget>
45         </item>
46         <item>
47          <widget class="QComboBox" name="kcfg_SkyCulture">
48           <property name="toolTip">
49            <string>Choose sky culture</string>
50           </property>
51           <property name="whatsThis">
52            <string>Here, you can choose how constellations are represented</string>
53           </property>
54          </widget>
55         </item>
56        </layout>
57       </item>
58       <item>
59        <widget class="QCheckBox" name="kcfg_ShowCBounds">
60         <property name="text">
61          <string>Constellation &amp;boundaries</string>
62         </property>
63         <attribute name="buttonGroup">
64          <string notr="true">constellationButtonGroup</string>
65         </attribute>
66        </widget>
67       </item>
68       <item>
69        <widget class="QCheckBox" name="kcfg_ShowConstellationArt">
70         <property name="text">
71          <string>Constellation art</string>
72         </property>
73         <attribute name="buttonGroup">
74          <string notr="true">constellationButtonGroup</string>
75         </attribute>
76        </widget>
77       </item>
78       <item>
79        <widget class="QCheckBox" name="kcfg_ShowHighlightedCBound">
80         <property name="text">
81          <string>Highlight central constellation boundary</string>
82         </property>
83         <attribute name="buttonGroup">
84          <string notr="true">constellationButtonGroup</string>
85         </attribute>
86        </widget>
87       </item>
88       <item>
89        <widget class="QCheckBox" name="kcfg_ShowCNames">
90         <property name="toolTip">
91          <string>Draw constellation names?</string>
92         </property>
93         <property name="whatsThis">
94          <string>If checked, constellation names will be drawn on the sky map.</string>
95         </property>
96         <property name="text">
97          <string>Constellation &amp;names</string>
98         </property>
99         <attribute name="buttonGroup">
100          <string notr="true">constellationButtonGroup</string>
101         </attribute>
102        </widget>
103       </item>
104      </layout>
105     </item>
106     <item>
107      <widget class="QGroupBox" name="ConstellOptions">
108       <property name="title">
109        <string>Constellation Name Options</string>
110       </property>
111       <layout class="QVBoxLayout">
112        <property name="spacing">
113         <number>6</number>
114        </property>
115        <property name="leftMargin">
116         <number>8</number>
117        </property>
118        <property name="topMargin">
119         <number>8</number>
120        </property>
121        <property name="rightMargin">
122         <number>8</number>
123        </property>
124        <property name="bottomMargin">
125         <number>8</number>
126        </property>
127        <item>
128         <widget class="QRadioButton" name="kcfg_UseLatinConstellNames">
129          <property name="toolTip">
130           <string>Use Latin constellation names</string>
131          </property>
132          <property name="whatsThis">
133           <string>Select this to use Latin constellation names on the sky map</string>
134          </property>
135          <property name="text">
136           <string>L&amp;atin</string>
137          </property>
138          <attribute name="buttonGroup">
139           <string notr="true">nameButtonGroup</string>
140          </attribute>
141         </widget>
142        </item>
143        <item>
144         <widget class="QRadioButton" name="kcfg_UseLocalConstellNames">
145          <property name="toolTip">
146           <string>Use Localized constellation names</string>
147          </property>
148          <property name="whatsThis">
149           <string>Select this to use constellation names from your locality (if available)</string>
150          </property>
151          <property name="text">
152           <string>Localized</string>
153          </property>
154          <attribute name="buttonGroup">
155           <string notr="true">nameButtonGroup</string>
156          </attribute>
157         </widget>
158        </item>
159        <item>
160         <widget class="QRadioButton" name="kcfg_UseAbbrevConstellNames">
161          <property name="toolTip">
162           <string>Use IAU abbreviations</string>
163          </property>
164          <property name="whatsThis">
165           <string>Select this to use abbreviations from the International Astronomical Union as constellation labels</string>
166          </property>
167          <property name="text">
168           <string>Abbre&amp;viated</string>
169          </property>
170          <attribute name="buttonGroup">
171           <string notr="true">nameButtonGroup</string>
172          </attribute>
173         </widget>
174        </item>
175       </layout>
176      </widget>
177     </item>
178    </layout>
179   </item>
180   <item>
181    <spacer>
182     <property name="orientation">
183      <enum>Qt::Vertical</enum>
184     </property>
185     <property name="sizeType">
186      <enum>QSizePolicy::Fixed</enum>
187     </property>
188     <property name="sizeHint" stdset="0">
189      <size>
190       <width>20</width>
191       <height>16</height>
192      </size>
193     </property>
194    </spacer>
195   </item>
196   <item>
197    <layout class="QGridLayout" name="gridLayout">
198     <item row="4" column="1">
199      <widget class="QCheckBox" name="kcfg_ShowEcliptic">
200       <property name="toolTip">
201        <string>Draw Ecliptic?</string>
202       </property>
203       <property name="whatsThis">
204        <string>If checked, the ecliptic will be drawn on the sky map.  The ecliptic is a great circle on the sky that the Sun appears to follow over the course of one year.  All other solar system bodies roughly follow the ecliptic as well.</string>
205       </property>
206       <property name="text">
207        <string>Ecliptic</string>
208       </property>
209       <attribute name="buttonGroup">
210        <string notr="true">constellationButtonGroup</string>
211       </attribute>
212      </widget>
213     </item>
214     <item row="2" column="0">
215      <widget class="QCheckBox" name="kcfg_FillMilkyWay">
216       <property name="toolTip">
217        <string>Use filled Milky Way contour?</string>
218       </property>
219       <property name="whatsThis">
220        <string>If checked, the Milky Way contour will be shown filled.  Otherwise, only the outline will be drawn.</string>
221       </property>
222       <property name="text">
223        <string>Fill milk&amp;y way</string>
224       </property>
225       <attribute name="buttonGroup">
226        <string notr="true">constellationButtonGroup</string>
227       </attribute>
228      </widget>
229     </item>
230     <item row="0" column="1">
231      <widget class="QCheckBox" name="kcfg_ShowHorizon">
232       <property name="toolTip">
233        <string>Draw horizon?</string>
234       </property>
235       <property name="whatsThis">
236        <string>If checked, a line representing the local horizon will be drawn on the map.</string>
237       </property>
238       <property name="text">
239        <string>Hori&amp;zon (line)</string>
240       </property>
241       <attribute name="buttonGroup">
242        <string notr="true">constellationButtonGroup</string>
243       </attribute>
244      </widget>
245     </item>
246     <item row="0" column="0">
247      <widget class="QCheckBox" name="kcfg_ShowMilkyWay">
248       <property name="toolTip">
249        <string>Draw the Milky Way contour?</string>
250       </property>
251       <property name="whatsThis">
252        <string>If checked, a contour representing the Milky Way will be drawn on the sky map</string>
253       </property>
254       <property name="text">
255        <string>Mil&amp;ky way</string>
256       </property>
257       <attribute name="buttonGroup">
258        <string notr="true">constellationButtonGroup</string>
259       </attribute>
260      </widget>
261     </item>
262     <item row="0" column="2">
263      <widget class="QCheckBox" name="kcfg_AutoSelectGrid">
264       <property name="toolTip">
265        <string>Draw grids according to active coordinate system?</string>
266       </property>
267       <property name="whatsThis">
268        <string>If checked, coordinate grids will automatically change according to active coordinate system.</string>
269       </property>
270       <property name="text">
271        <string>Automatically select coordinate grid</string>
272       </property>
273       <attribute name="buttonGroup">
274        <string notr="true">constellationButtonGroup</string>
275       </attribute>
276      </widget>
277     </item>
278     <item row="6" column="0">
279      <widget class="QCheckBox" name="kcfg_ShowFlags">
280       <property name="toolTip">
281        <string>Draw flags?</string>
282       </property>
283       <property name="whatsThis">
284        <string>If checked, flags will be drawn on the sky map</string>
285       </property>
286       <property name="text">
287        <string>Flags</string>
288       </property>
289       <attribute name="buttonGroup">
290        <string notr="true">constellationButtonGroup</string>
291       </attribute>
292      </widget>
293     </item>
294     <item row="2" column="2">
295      <widget class="QCheckBox" name="kcfg_ShowEquatorialGrid">
296       <property name="toolTip">
297        <string>Draw equatorial coordinate grid?</string>
298       </property>
299       <property name="whatsThis">
300        <string>If checked, a grid of lines will be drawn every 2 hours in Right Ascension and every 20 degrees in Declination.</string>
301       </property>
302       <property name="text">
303        <string>Equatorial coordinate grid</string>
304       </property>
305       <attribute name="buttonGroup">
306        <string notr="true">constellationButtonGroup</string>
307       </attribute>
308      </widget>
309     </item>
310     <item row="4" column="2">
311      <widget class="QCheckBox" name="kcfg_ShowHorizontalGrid">
312       <property name="toolTip">
313        <string>Draw horizontal coordinate grid?</string>
314       </property>
315       <property name="whatsThis">
316        <string>If checked, a grid of lines will be drawn every 30 degrees in Azimuth and every 20 degrees in Altitude.</string>
317       </property>
318       <property name="text">
319        <string>Horizontal coor&amp;dinate grid</string>
320       </property>
321       <attribute name="buttonGroup">
322        <string notr="true">constellationButtonGroup</string>
323       </attribute>
324      </widget>
325     </item>
326     <item row="2" column="1">
327      <widget class="QCheckBox" name="kcfg_ShowGround">
328       <property name="toolTip">
329        <string>Draw opaque ground?</string>
330       </property>
331       <property name="whatsThis">
332        <string>If checked, the area below the horizon will be filled in, to simulate the ground beneath you.  Note that the ground is never drawn when using the Equatorial coordinate system.</string>
333       </property>
334       <property name="text">
335        <string>Opaque &amp;ground</string>
336       </property>
337       <attribute name="buttonGroup">
338        <string notr="true">constellationButtonGroup</string>
339       </attribute>
340      </widget>
341     </item>
342     <item row="4" column="0">
343      <widget class="QCheckBox" name="kcfg_ShowEquator">
344       <property name="toolTip">
345        <string>Draw Celestial equator?</string>
346       </property>
347       <property name="whatsThis">
348        <string>If checked, the celestial equator will be drawn in the sky map.</string>
349       </property>
350       <property name="text">
351        <string>Celestial e&amp;quator</string>
352       </property>
353       <attribute name="buttonGroup">
354        <string notr="true">constellationButtonGroup</string>
355       </attribute>
356      </widget>
357     </item>
358     <item row="6" column="2">
359      <widget class="QCheckBox" name="kcfg_ShowLocalMeridian">
360       <property name="text">
361        <string>Local meridian</string>
362       </property>
363       <attribute name="buttonGroup">
364        <string notr="true">constellationButtonGroup</string>
365       </attribute>
366      </widget>
367     </item>
368    </layout>
369   </item>
370   <item>
371    <spacer>
372     <property name="orientation">
373      <enum>Qt::Vertical</enum>
374     </property>
375     <property name="sizeType">
376      <enum>QSizePolicy::Expanding</enum>
377     </property>
378     <property name="sizeHint" stdset="0">
379      <size>
380       <width>389</width>
381       <height>16</height>
382      </size>
383     </property>
384    </spacer>
385   </item>
386   <item>
387    <spacer>
388     <property name="orientation">
389      <enum>Qt::Vertical</enum>
390     </property>
391     <property name="sizeType">
392      <enum>QSizePolicy::Expanding</enum>
393     </property>
394     <property name="sizeHint" stdset="0">
395      <size>
396       <width>389</width>
397       <height>16</height>
398      </size>
399     </property>
400    </spacer>
401   </item>
402  </layout>
403 </widget>
404 <tabstops>
405  <tabstop>kcfg_SkyCulture</tabstop>
406  <tabstop>kcfg_ShowCBounds</tabstop>
407  <tabstop>kcfg_ShowHighlightedCBound</tabstop>
408  <tabstop>kcfg_ShowCNames</tabstop>
409  <tabstop>kcfg_UseLocalConstellNames</tabstop>
410  <tabstop>kcfg_UseAbbrevConstellNames</tabstop>
411  <tabstop>kcfg_ShowMilkyWay</tabstop>
412  <tabstop>kcfg_AutoSelectGrid</tabstop>
413  <tabstop>kcfg_ShowEquatorialGrid</tabstop>
414  <tabstop>kcfg_ShowHorizontalGrid</tabstop>
415  <tabstop>kcfg_ShowFlags</tabstop>
416 </tabstops>
417 <resources/>
418 <connections/>
419 <buttongroups>
420  <buttongroup name="constellationButtonGroup">
421   <property name="exclusive">
422    <bool>false</bool>
423   </property>
424  </buttongroup>
425  <buttongroup name="nameButtonGroup"/>
426 </buttongroups>
427</ui>
428