1<ui version="4.0" >
2 <class>ScriptNameDialog</class>
3 <widget class="QWidget" name="ScriptNameDialog" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>400</width>
9    <height>82</height>
10   </rect>
11  </property>
12  <layout class="QGridLayout" >
13   <property name="margin" >
14    <number>9</number>
15   </property>
16   <property name="spacing" >
17    <number>6</number>
18   </property>
19   <item row="1" column="0" >
20    <widget class="QLabel" name="textLabel2" >
21     <property name="text" >
22      <string>Author:</string>
23     </property>
24    </widget>
25   </item>
26   <item row="0" column="1" >
27    <widget class="QLineEdit" name="ScriptName" >
28     <property name="toolTip" >
29      <string>Enter name for the script</string>
30     </property>
31     <property name="whatsThis" >
32      <string>Enter a name for the script.  This is not the file name, just a short descriptive line of text.</string>
33     </property>
34    </widget>
35   </item>
36   <item row="1" column="1" >
37    <widget class="QLineEdit" name="AuthorName" >
38     <property name="toolTip" >
39      <string>Enter author's name</string>
40     </property>
41    </widget>
42   </item>
43   <item row="0" column="0" >
44    <widget class="QLabel" name="textLabel1" >
45     <property name="frameShape" >
46      <enum>QFrame::NoFrame</enum>
47     </property>
48     <property name="frameShadow" >
49      <enum>QFrame::Plain</enum>
50     </property>
51     <property name="text" >
52      <string>Script name:</string>
53     </property>
54    </widget>
55   </item>
56  </layout>
57 </widget>
58 <customwidgets>
59  <customwidget>
60   <class>QLineEdit</class>
61   <extends></extends>
62   <header>klineedit.h</header>
63   <container>0</container>
64   <pixmap></pixmap>
65  </customwidget>
66 </customwidgets>
67 <resources/>
68 <connections/>
69</ui>
70