initial import
[vym] / simplescripteditor.ui
1 <ui version="4.0" >
2  <class>SimpleScriptEditor</class>
3  <widget class="QDialog" name="SimpleScriptEditor" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>551</width>
9     <height>407</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Simple Script Editor</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="margin" >
17     <number>9</number>
18    </property>
19    <property name="spacing" >
20     <number>6</number>
21    </property>
22    <item row="4" column="1" >
23     <spacer>
24      <property name="orientation" >
25       <enum>Qt::Vertical</enum>
26      </property>
27      <property name="sizeHint" >
28       <size>
29        <width>75</width>
30        <height>211</height>
31       </size>
32      </property>
33     </spacer>
34    </item>
35    <item row="3" column="1" >
36     <widget class="QPushButton" name="saveAsButton" >
37      <property name="text" >
38       <string>Save as</string>
39      </property>
40      <property name="shortcut" >
41       <string/>
42      </property>
43     </widget>
44    </item>
45    <item row="2" column="1" >
46     <widget class="QPushButton" name="saveButton" >
47      <property name="text" >
48       <string>Save</string>
49      </property>
50      <property name="shortcut" >
51       <string>Qt::CTRL + Qt::Key_S</string>
52      </property>
53     </widget>
54    </item>
55    <item row="1" column="1" >
56     <widget class="QPushButton" name="openButton" >
57      <property name="text" >
58       <string>Open</string>
59      </property>
60      <property name="shortcut" >
61       <string>Qt::CTRL +Qt::Key_O</string>
62      </property>
63     </widget>
64    </item>
65    <item row="0" column="1" >
66     <widget class="QPushButton" name="runButton" >
67      <property name="text" >
68       <string>Run</string>
69      </property>
70      <property name="shortcut" >
71       <string>Qt::CTRL + Qt::Key_R</string>
72      </property>
73     </widget>
74    </item>
75    <item row="5" column="1" >
76     <widget class="QPushButton" name="closeButton" >
77      <property name="text" >
78       <string>Close</string>
79      </property>
80     </widget>
81    </item>
82    <item rowspan="6" row="0" column="0" >
83     <widget class="QTextEdit" name="editor" />
84    </item>
85   </layout>
86  </widget>
87  <resources/>
88  <connections>
89   <connection>
90    <sender>closeButton</sender>
91    <signal>clicked()</signal>
92    <receiver>SimpleScriptEditor</receiver>
93    <slot>accept()</slot>
94    <hints>
95     <hint type="sourcelabel" >
96      <x>519</x>
97      <y>390</y>
98     </hint>
99     <hint type="destinationlabel" >
100      <x>-25</x>
101      <y>-275</y>
102     </hint>
103    </hints>
104   </connection>
105  </connections>
106 </ui>