]> git.sven.stormbind.net Git - sven/vym.git/blob - scripteditor.ui
f5b4d65342463d863361369ec85eaed8e8191e5f
[sven/vym.git] / scripteditor.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ScriptEditor</class>
4  <widget class="QWidget" name="ScriptEditor">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>714</width>
10     <height>507</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QTextEdit" name="editor">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="QTabWidget" name="modeTabWidget">
29      <property name="sizePolicy">
30       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
31        <horstretch>0</horstretch>
32        <verstretch>0</verstretch>
33       </sizepolicy>
34      </property>
35      <property name="maximumSize">
36       <size>
37        <width>16777215</width>
38        <height>67</height>
39       </size>
40      </property>
41      <property name="currentIndex">
42       <number>0</number>
43      </property>
44      <widget class="QWidget" name="slideTab">
45       <property name="accessibleDescription">
46        <string/>
47       </property>
48       <attribute name="title">
49        <string>Tab 1</string>
50       </attribute>
51       <layout class="QGridLayout" name="gridLayout_2">
52        <item row="0" column="1">
53         <widget class="QPushButton" name="saveSlideButton">
54          <property name="text">
55           <string>Save to selected slide</string>
56          </property>
57          <property name="shortcut">
58           <string/>
59          </property>
60         </widget>
61        </item>
62        <item row="0" column="2">
63         <spacer name="horizontalSpacer">
64          <property name="orientation">
65           <enum>Qt::Horizontal</enum>
66          </property>
67          <property name="sizeHint" stdset="0">
68           <size>
69            <width>530</width>
70            <height>20</height>
71           </size>
72          </property>
73         </spacer>
74        </item>
75        <item row="1" column="1">
76         <spacer name="verticalSpacer_2">
77          <property name="orientation">
78           <enum>Qt::Vertical</enum>
79          </property>
80          <property name="sizeHint" stdset="0">
81           <size>
82            <width>97</width>
83            <height>0</height>
84           </size>
85          </property>
86         </spacer>
87        </item>
88        <item row="0" column="0">
89         <widget class="QPushButton" name="runButton">
90          <property name="text">
91           <string>Run</string>
92          </property>
93          <property name="shortcut">
94           <string/>
95          </property>
96         </widget>
97        </item>
98       </layout>
99      </widget>
100      <widget class="QWidget" name="macroTab">
101       <property name="enabled">
102        <bool>true</bool>
103       </property>
104       <attribute name="title">
105        <string>Tab 2</string>
106       </attribute>
107       <layout class="QGridLayout" name="gridLayout">
108        <item row="0" column="0">
109         <layout class="QVBoxLayout" name="verticalLayout">
110          <item>
111           <layout class="QHBoxLayout" name="horizontalLayout">
112            <property name="spacing">
113             <number>-1</number>
114            </property>
115            <property name="sizeConstraint">
116             <enum>QLayout::SetMinimumSize</enum>
117            </property>
118            <item>
119             <widget class="QLabel" name="label">
120              <property name="text">
121               <string>Current key:</string>
122              </property>
123             </widget>
124            </item>
125            <item>
126             <widget class="QComboBox" name="keyCombo"/>
127            </item>
128            <item>
129             <widget class="QPushButton" name="macroLoadButton">
130              <property name="text">
131               <string>Load</string>
132              </property>
133             </widget>
134            </item>
135            <item>
136             <widget class="QPushButton" name="macroSaveButton">
137              <property name="text">
138               <string>Save</string>
139              </property>
140             </widget>
141            </item>
142            <item>
143             <widget class="QPushButton" name="macroRunButton">
144              <property name="text">
145               <string>Run</string>
146              </property>
147             </widget>
148            </item>
149            <item>
150             <spacer name="horizontalSpacer_2">
151              <property name="orientation">
152               <enum>Qt::Horizontal</enum>
153              </property>
154              <property name="sizeHint" stdset="0">
155               <size>
156                <width>308</width>
157                <height>20</height>
158               </size>
159              </property>
160             </spacer>
161            </item>
162           </layout>
163          </item>
164         </layout>
165        </item>
166       </layout>
167      </widget>
168     </widget>
169    </item>
170   </layout>
171  </widget>
172  <resources/>
173  <connections/>
174 </ui>