diff options
Diffstat (limited to 'kstars/kstars/tools/scriptnamedialog.ui')
-rw-r--r-- | kstars/kstars/tools/scriptnamedialog.ui | 157 |
1 files changed, 157 insertions, 0 deletions
diff --git a/kstars/kstars/tools/scriptnamedialog.ui b/kstars/kstars/tools/scriptnamedialog.ui new file mode 100644 index 00000000..bc493ad3 --- /dev/null +++ b/kstars/kstars/tools/scriptnamedialog.ui @@ -0,0 +1,157 @@ +<!DOCTYPE UI><UI version="3.1.2" stdsetdef="1"> +<class>ScriptNameDialog</class> +<widget class="QDialog"> + <property name="name"> + <cstring>ScriptNameDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>403</width> + <height>143</height> + </rect> + </property> + <property name="caption"> + <string>Enter Name for Script</string> + </property> + <property name="sizeGripEnabled"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KLineEdit" row="0" column="1"> + <property name="name"> + <cstring>ScriptName</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Enter name for the script</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter a name for the script. This is not the file name, just a short descriptive line of text.</string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="text"> + <string>Script name:</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Author:</string> + </property> + </widget> + <widget class="KLineEdit" row="1" column="1"> + <property name="name"> + <cstring>AuthorName</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Enter author's name</string> + </property> + </widget> + </grid> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout2</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <spacer> + <property name="name"> + <cstring>Horizontal Spacing2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>330</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>OKButton</cstring> + </property> + <property name="text"> + <string>&OK</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>CancelButton</cstring> + </property> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>&Cancel</string> + </property> + <property name="autoDefault"> + <bool>true</bool> + </property> + <property name="default"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string>Press Ok to accept the script name and author name, and open the Save File Dialog.</string> + </property> + </widget> + </hbox> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<connections> + <connection> + <sender>OKButton</sender> + <signal>clicked()</signal> + <receiver>ScriptNameDialog</receiver> + <slot>accept()</slot> + </connection> + <connection> + <sender>CancelButton</sender> + <signal>clicked()</signal> + <receiver>ScriptNameDialog</receiver> + <slot>reject()</slot> + </connection> +</connections> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |