moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / tools / scriptnamedialog.ui
blobbc493ad3fc9cbf5e3a9caec06bad4a34982d4a2c
1 <!DOCTYPE UI><UI version="3.1.2" stdsetdef="1">
2 <class>ScriptNameDialog</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>ScriptNameDialog</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>403</width>
12             <height>143</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Enter Name for Script</string>
17     </property>
18     <property name="sizeGripEnabled">
19         <bool>true</bool>
20     </property>
21     <vbox>
22         <property name="name">
23             <cstring>unnamed</cstring>
24         </property>
25         <widget class="QLayoutWidget">
26             <property name="name">
27                 <cstring>layout3</cstring>
28             </property>
29             <grid>
30                 <property name="name">
31                     <cstring>unnamed</cstring>
32                 </property>
33                 <widget class="KLineEdit" row="0" column="1">
34                     <property name="name">
35                         <cstring>ScriptName</cstring>
36                     </property>
37                     <property name="toolTip" stdset="0">
38                         <string>Enter name for the script</string>
39                     </property>
40                     <property name="whatsThis" stdset="0">
41                         <string>Enter a name for the script.  This is not the file name, just a short descriptive line of text.</string>
42                     </property>
43                 </widget>
44                 <widget class="QLabel" row="0" column="0">
45                     <property name="name">
46                         <cstring>textLabel1</cstring>
47                     </property>
48                     <property name="frameShape">
49                         <enum>NoFrame</enum>
50                     </property>
51                     <property name="frameShadow">
52                         <enum>Plain</enum>
53                     </property>
54                     <property name="text">
55                         <string>Script name:</string>
56                     </property>
57                 </widget>
58                 <widget class="QLabel" row="1" column="0">
59                     <property name="name">
60                         <cstring>textLabel2</cstring>
61                     </property>
62                     <property name="text">
63                         <string>Author:</string>
64                     </property>
65                 </widget>
66                 <widget class="KLineEdit" row="1" column="1">
67                     <property name="name">
68                         <cstring>AuthorName</cstring>
69                     </property>
70                     <property name="toolTip" stdset="0">
71                         <string>Enter author's name</string>
72                     </property>
73                 </widget>
74             </grid>
75         </widget>
76         <widget class="QLayoutWidget">
77             <property name="name">
78                 <cstring>layout2</cstring>
79             </property>
80             <hbox>
81                 <property name="name">
82                     <cstring>unnamed</cstring>
83                 </property>
84                 <spacer>
85                     <property name="name">
86                         <cstring>Horizontal Spacing2</cstring>
87                     </property>
88                     <property name="orientation">
89                         <enum>Horizontal</enum>
90                     </property>
91                     <property name="sizeType">
92                         <enum>Expanding</enum>
93                     </property>
94                     <property name="sizeHint">
95                         <size>
96                             <width>330</width>
97                             <height>20</height>
98                         </size>
99                     </property>
100                 </spacer>
101                 <widget class="QPushButton">
102                     <property name="name">
103                         <cstring>OKButton</cstring>
104                     </property>
105                     <property name="text">
106                         <string>&amp;OK</string>
107                     </property>
108                     <property name="autoDefault">
109                         <bool>true</bool>
110                     </property>
111                 </widget>
112                 <widget class="QPushButton">
113                     <property name="name">
114                         <cstring>CancelButton</cstring>
115                     </property>
116                     <property name="enabled">
117                         <bool>false</bool>
118                     </property>
119                     <property name="text">
120                         <string>&amp;Cancel</string>
121                     </property>
122                     <property name="autoDefault">
123                         <bool>true</bool>
124                     </property>
125                     <property name="default">
126                         <bool>true</bool>
127                     </property>
128                     <property name="whatsThis" stdset="0">
129                         <string>Press Ok to accept the script name and author name, and open the Save File Dialog.</string>
130                     </property>
131                 </widget>
132             </hbox>
133         </widget>
134     </vbox>
135 </widget>
136 <customwidgets>
137 </customwidgets>
138 <connections>
139     <connection>
140         <sender>OKButton</sender>
141         <signal>clicked()</signal>
142         <receiver>ScriptNameDialog</receiver>
143         <slot>accept()</slot>
144     </connection>
145     <connection>
146         <sender>CancelButton</sender>
147         <signal>clicked()</signal>
148         <receiver>ScriptNameDialog</receiver>
149         <slot>reject()</slot>
150     </connection>
151 </connections>
152 <layoutdefaults spacing="6" margin="11"/>
153 <includehints>
154     <includehint>klineedit.h</includehint>
155     <includehint>klineedit.h</includehint>
156 </includehints>
157 </UI>