moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / indiconf.ui
blob0a8305e27778786f6a6e99a621463089f9876a9c
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>INDIConf</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>INDIConf</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>544</width>
12             <height>413</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Configure INDI</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <grid>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="2">
26             <property name="name">
27                 <cstring>generalGroup</cstring>
28             </property>
29             <property name="title">
30                 <string>General</string>
31             </property>
32             <vbox>
33                 <property name="name">
34                     <cstring>unnamed</cstring>
35                 </property>
36                 <widget class="QLabel">
37                     <property name="name">
38                         <cstring>fitsLabel</cstring>
39                     </property>
40                     <property name="text">
41                         <string>Default FITS directory:</string>
42                     </property>
43                 </widget>
44                 <widget class="QLayoutWidget">
45                     <property name="name">
46                         <cstring>layout4</cstring>
47                     </property>
48                     <hbox>
49                         <property name="name">
50                             <cstring>unnamed</cstring>
51                         </property>
52                         <widget class="KLineEdit">
53                             <property name="name">
54                                 <cstring>fitsDIR_IN</cstring>
55                             </property>
56                         </widget>
57                         <widget class="KPushButton">
58                             <property name="name">
59                                 <cstring>selectDirB</cstring>
60                             </property>
61                             <property name="sizePolicy">
62                                 <sizepolicy>
63                                     <hsizetype>0</hsizetype>
64                                     <vsizetype>0</vsizetype>
65                                     <horstretch>0</horstretch>
66                                     <verstretch>0</verstretch>
67                                 </sizepolicy>
68                             </property>
69                             <property name="minimumSize">
70                                 <size>
71                                     <width>28</width>
72                                     <height>28</height>
73                                 </size>
74                             </property>
75                             <property name="maximumSize">
76                                 <size>
77                                     <width>28</width>
78                                     <height>28</height>
79                                 </size>
80                             </property>
81                             <property name="text">
82                                 <string></string>
83                             </property>
84                         </widget>
85                     </hbox>
86                 </widget>
87                 <widget class="QCheckBox">
88                     <property name="name">
89                         <cstring>fitsAutoDisplayCheck</cstring>
90                     </property>
91                     <property name="text">
92                         <string>&amp;Automatic display of FITS upon capture</string>
93                     </property>
94                     <property name="checked">
95                         <bool>true</bool>
96                     </property>
97                 </widget>
98                 <widget class="QLabel">
99                     <property name="name">
100                         <cstring>telescopeLabel</cstring>
101                     </property>
102                     <property name="text">
103                         <string>Telescope port:</string>
104                     </property>
105                     <property name="toolTip" stdset="0">
106                         <string>Default INDI telescope port</string>
107                     </property>
108                 </widget>
109                 <widget class="KLineEdit">
110                     <property name="name">
111                         <cstring>telPort_IN</cstring>
112                     </property>
113                 </widget>
114                 <widget class="QLabel">
115                     <property name="name">
116                         <cstring>videoLabel</cstring>
117                     </property>
118                     <property name="text">
119                         <string>Video port:</string>
120                     </property>
121                     <property name="toolTip" stdset="0">
122                         <string>Default INDI video port</string>
123                     </property>
124                 </widget>
125                 <widget class="KLineEdit">
126                     <property name="name">
127                         <cstring>vidPort_IN</cstring>
128                     </property>
129                 </widget>
130             </vbox>
131         </widget>
132         <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
133             <property name="name">
134                 <cstring>Layout1</cstring>
135             </property>
136             <hbox>
137                 <property name="name">
138                     <cstring>unnamed</cstring>
139                 </property>
140                 <property name="margin">
141                     <number>0</number>
142                 </property>
143                 <property name="spacing">
144                     <number>6</number>
145                 </property>
146                 <spacer>
147                     <property name="name">
148                         <cstring>Horizontal Spacing2</cstring>
149                     </property>
150                     <property name="orientation">
151                         <enum>Horizontal</enum>
152                     </property>
153                     <property name="sizeType">
154                         <enum>Expanding</enum>
155                     </property>
156                     <property name="sizeHint">
157                         <size>
158                             <width>20</width>
159                             <height>20</height>
160                         </size>
161                     </property>
162                 </spacer>
163                 <widget class="QPushButton">
164                     <property name="name">
165                         <cstring>buttonOk</cstring>
166                     </property>
167                     <property name="text">
168                         <string>O&amp;K</string>
169                     </property>
170                     <property name="autoDefault">
171                         <bool>true</bool>
172                     </property>
173                     <property name="default">
174                         <bool>true</bool>
175                     </property>
176                 </widget>
177                 <widget class="QPushButton">
178                     <property name="name">
179                         <cstring>buttonCancel</cstring>
180                     </property>
181                     <property name="text">
182                         <string>&amp;Cancel</string>
183                     </property>
184                     <property name="autoDefault">
185                         <bool>true</bool>
186                     </property>
187                 </widget>
188             </hbox>
189         </widget>
190         <widget class="QGroupBox" row="1" column="1">
191             <property name="name">
192                 <cstring>displayGroup</cstring>
193             </property>
194             <property name="title">
195                 <string>Display</string>
196             </property>
197             <vbox>
198                 <property name="name">
199                     <cstring>unnamed</cstring>
200                 </property>
201                 <widget class="QCheckBox">
202                     <property name="name">
203                         <cstring>crosshairCheck</cstring>
204                     </property>
205                     <property name="text">
206                         <string>&amp;Device target crosshair</string>
207                     </property>
208                     <property name="accel">
209                         <string>Alt+D</string>
210                     </property>
211                     <property name="checked">
212                         <bool>true</bool>
213                     </property>
214                     <property name="toolTip" stdset="0">
215                         <string>Display the telescope position on the sky map</string>
216                     </property>
217                 </widget>
218                 <widget class="QCheckBox">
219                     <property name="name">
220                         <cstring>messagesCheck</cstring>
221                     </property>
222                     <property name="text">
223                         <string>INDI messages in status &amp;bar</string>
224                     </property>
225                     <property name="accel">
226                         <string>Alt+B</string>
227                     </property>
228                     <property name="checked">
229                         <bool>true</bool>
230                     </property>
231                     <property name="toolTip" stdset="0">
232                         <string>Display INDI status messages in the status bar</string>
233                     </property>
234                 </widget>
235             </vbox>
236         </widget>
237         <spacer row="2" column="1">
238             <property name="name">
239                 <cstring>spacer2</cstring>
240             </property>
241             <property name="orientation">
242                 <enum>Horizontal</enum>
243             </property>
244             <property name="sizeType">
245                 <enum>Preferred</enum>
246             </property>
247             <property name="sizeHint">
248                 <size>
249                     <width>200</width>
250                     <height>21</height>
251                 </size>
252             </property>
253         </spacer>
254         <widget class="QGroupBox" row="1" column="0">
255             <property name="name">
256                 <cstring>autoGroup</cstring>
257             </property>
258             <property name="title">
259                 <string>Automatic Device Updates</string>
260             </property>
261             <vbox>
262                 <property name="name">
263                     <cstring>unnamed</cstring>
264                 </property>
265                 <widget class="QCheckBox">
266                     <property name="name">
267                         <cstring>timeCheck</cstring>
268                     </property>
269                     <property name="text">
270                         <string>Time</string>
271                     </property>
272                     <property name="checked">
273                         <bool>false</bool>
274                     </property>
275                     <property name="toolTip" stdset="0">
276                         <string>Update telescope clock upon connection</string>
277                     </property>
278                 </widget>
279                 <widget class="QCheckBox">
280                     <property name="name">
281                         <cstring>GeoCheck</cstring>
282                     </property>
283                     <property name="text">
284                         <string>&amp;Geographic location</string>
285                     </property>
286                     <property name="accel">
287                         <string>Alt+G</string>
288                     </property>
289                     <property name="checked">
290                         <bool>false</bool>
291                     </property>
292                     <property name="toolTip" stdset="0">
293                         <string>Update telescope geographical location upon connection</string>
294                     </property>
295                 </widget>
296             </vbox>
297         </widget>
298         <widget class="QGroupBox" row="2" column="0">
299             <property name="name">
300                 <cstring>autoGroup_2</cstring>
301             </property>
302             <property name="title">
303                 <string>Filter Wheel</string>
304             </property>
305             <property name="toolTip" stdset="0">
306                 <string>Assign color values for your filter wheel slots</string>
307             </property>
308             <hbox>
309                 <property name="name">
310                     <cstring>unnamed</cstring>
311                 </property>
312                 <widget class="QLayoutWidget">
313                     <property name="name">
314                         <cstring>layout3</cstring>
315                     </property>
316                     <vbox>
317                         <property name="name">
318                             <cstring>unnamed</cstring>
319                         </property>
320                         <widget class="QLabel">
321                             <property name="name">
322                                 <cstring>textLabel1</cstring>
323                             </property>
324                             <property name="text">
325                                 <string>Slot:</string>
326                             </property>
327                         </widget>
328                         <widget class="QLabel">
329                             <property name="name">
330                                 <cstring>textLabel2</cstring>
331                             </property>
332                             <property name="text">
333                                 <string>Alias:</string>
334                             </property>
335                         </widget>
336                     </vbox>
337                 </widget>
338                 <widget class="QLayoutWidget">
339                     <property name="name">
340                         <cstring>layout4</cstring>
341                     </property>
342                     <vbox>
343                         <property name="name">
344                             <cstring>unnamed</cstring>
345                         </property>
346                         <widget class="QComboBox">
347                             <property name="name">
348                                 <cstring>filterCombo</cstring>
349                             </property>
350                             <property name="sizePolicy">
351                                 <sizepolicy>
352                                     <hsizetype>5</hsizetype>
353                                     <vsizetype>0</vsizetype>
354                                     <horstretch>0</horstretch>
355                                     <verstretch>0</verstretch>
356                                 </sizepolicy>
357                             </property>
358                         </widget>
359                         <widget class="KLineEdit">
360                             <property name="name">
361                                 <cstring>filterAlias</cstring>
362                             </property>
363                             <property name="sizePolicy">
364                                 <sizepolicy>
365                                     <hsizetype>5</hsizetype>
366                                     <vsizetype>0</vsizetype>
367                                     <horstretch>0</horstretch>
368                                     <verstretch>0</verstretch>
369                                 </sizepolicy>
370                             </property>
371                         </widget>
372                     </vbox>
373                 </widget>
374                 <spacer>
375                     <property name="name">
376                         <cstring>spacer3</cstring>
377                     </property>
378                     <property name="orientation">
379                         <enum>Horizontal</enum>
380                     </property>
381                     <property name="sizeType">
382                         <enum>Preferred</enum>
383                     </property>
384                     <property name="sizeHint">
385                         <size>
386                             <width>61</width>
387                             <height>20</height>
388                         </size>
389                     </property>
390                 </spacer>
391             </hbox>
392         </widget>
393     </grid>
394 </widget>
395 <connections>
396     <connection>
397         <sender>buttonOk</sender>
398         <signal>clicked()</signal>
399         <receiver>INDIConf</receiver>
400         <slot>accept()</slot>
401     </connection>
402     <connection>
403         <sender>buttonCancel</sender>
404         <signal>clicked()</signal>
405         <receiver>INDIConf</receiver>
406         <slot>reject()</slot>
407     </connection>
408 </connections>
409 <tabstops>
410     <tabstop>timeCheck</tabstop>
411     <tabstop>GeoCheck</tabstop>
412     <tabstop>crosshairCheck</tabstop>
413     <tabstop>messagesCheck</tabstop>
414     <tabstop>buttonOk</tabstop>
415     <tabstop>buttonCancel</tabstop>
416 </tabstops>
417 <layoutdefaults spacing="6" margin="11"/>
418 <includehints>
419     <includehint>klineedit.h</includehint>
420     <includehint>kpushbutton.h</includehint>
421     <includehint>klineedit.h</includehint>
422     <includehint>klineedit.h</includehint>
423     <includehint>klineedit.h</includehint>
424 </includehints>
425 </UI>