source: BAORadio/libindi/libindi/BAOcontrol/selectstars.ui @ 681

Last change on this file since 681 was 681, checked in by frichard, 12 years ago
File size: 1.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SelectStars</class>
4 <widget class="QDialog" name="SelectStars">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>620</width>
10    <height>254</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Sélection d'un objet</string>
15  </property>
16  <widget class="QListWidget" name="listWidget">
17   <property name="geometry">
18    <rect>
19     <x>20</x>
20     <y>40</y>
21     <width>571</width>
22     <height>181</height>
23    </rect>
24   </property>
25   <property name="font">
26    <font>
27     <family>Courier [Adobe]</family>
28    </font>
29   </property>
30  </widget>
31  <widget class="QPlainTextEdit" name="plainTextEdit">
32   <property name="geometry">
33    <rect>
34     <x>20</x>
35     <y>10</y>
36     <width>581</width>
37     <height>31</height>
38    </rect>
39   </property>
40   <property name="acceptDrops">
41    <bool>false</bool>
42   </property>
43   <property name="styleSheet">
44    <string notr="true">background-color: rgba(255, 255, 255, 0);</string>
45   </property>
46   <property name="frameShape">
47    <enum>QFrame::NoFrame</enum>
48   </property>
49   <property name="plainText">
50    <string>Double-cliquez sur l'étoile qui va servir à calibrer l'antenne...</string>
51   </property>
52  </widget>
53 </widget>
54 <resources/>
55 <connections/>
56</ui>
Note: See TracBrowser for help on using the repository browser.