]> git.sven.stormbind.net Git - sven/vym.git/blob - forms/scripteditor.ui
Replace Pierre as the maintainer
[sven/vym.git] / forms / 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="enabled">
6    <bool>true</bool>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>404</width>
13     <height>268</height>
14    </rect>
15   </property>
16   <property name="minimumSize">
17    <size>
18     <width>200</width>
19     <height>0</height>
20    </size>
21   </property>
22   <property name="windowTitle">
23    <string>Form</string>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout_2">
26    <item>
27     <widget class="QTabWidget" name="modeTabWidget">
28      <property name="sizePolicy">
29       <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
30        <horstretch>0</horstretch>
31        <verstretch>0</verstretch>
32       </sizepolicy>
33      </property>
34      <property name="maximumSize">
35       <size>
36        <width>16777215</width>
37        <height>1000000</height>
38       </size>
39      </property>
40      <property name="accessibleName">
41       <string notr="true"/>
42      </property>
43      <property name="currentIndex">
44       <number>2</number>
45      </property>
46      <widget class="QWidget" name="slideTab">
47       <property name="accessibleDescription">
48        <string/>
49       </property>
50       <attribute name="title">
51        <string notr="true">Slide tab</string>
52       </attribute>
53       <layout class="QVBoxLayout" name="verticalLayout_4">
54        <item>
55         <layout class="QVBoxLayout" name="slideVerticalLayout">
56          <item>
57           <layout class="QHBoxLayout" name="horizontalLayout_4">
58            <item>
59             <widget class="QPushButton" name="slideRunButton">
60              <property name="text">
61               <string>Run</string>
62              </property>
63              <property name="icon">
64               <iconset resource="../vym.qrc">
65                <normaloff>:/script-run.svg</normaloff>:/script-run.svg</iconset>
66              </property>
67              <property name="shortcut">
68               <string/>
69              </property>
70             </widget>
71            </item>
72            <item>
73             <spacer name="horizontalSpacer">
74              <property name="orientation">
75               <enum>Qt::Horizontal</enum>
76              </property>
77              <property name="sizeHint" stdset="0">
78               <size>
79                <width>40</width>
80                <height>20</height>
81               </size>
82              </property>
83             </spacer>
84            </item>
85            <item>
86             <widget class="QPushButton" name="slideSaveButton">
87              <property name="text">
88               <string>Save to selected slide</string>
89              </property>
90              <property name="icon">
91               <iconset resource="../vym.qrc">
92                <normaloff>:/filesave.png</normaloff>:/filesave.png</iconset>
93              </property>
94              <property name="shortcut">
95               <string/>
96              </property>
97             </widget>
98            </item>
99           </layout>
100          </item>
101         </layout>
102        </item>
103       </layout>
104      </widget>
105      <widget class="QWidget" name="macroTab">
106       <property name="enabled">
107        <bool>true</bool>
108       </property>
109       <attribute name="title">
110        <string notr="true">Macro tab</string>
111       </attribute>
112       <layout class="QVBoxLayout" name="verticalLayout_3">
113        <item>
114         <layout class="QVBoxLayout" name="macroVerticalLayout">
115          <item>
116           <layout class="QHBoxLayout" name="horizontalLayout_2">
117            <item>
118             <widget class="QPushButton" name="macroRunButton">
119              <property name="text">
120               <string>Run</string>
121              </property>
122              <property name="icon">
123               <iconset resource="../vym.qrc">
124                <normaloff>:/script-run.svg</normaloff>:/script-run.svg</iconset>
125              </property>
126             </widget>
127            </item>
128            <item>
129             <spacer name="horizontalSpacer_2">
130              <property name="orientation">
131               <enum>Qt::Horizontal</enum>
132              </property>
133              <property name="sizeHint" stdset="0">
134               <size>
135                <width>410</width>
136                <height>13</height>
137               </size>
138              </property>
139             </spacer>
140            </item>
141            <item>
142             <widget class="QPushButton" name="macroLoadButton">
143              <property name="text">
144               <string>Reload</string>
145              </property>
146              <property name="icon">
147               <iconset resource="../vym.qrc">
148                <normaloff>:/script-reload.svg</normaloff>:/script-reload.svg</iconset>
149              </property>
150             </widget>
151            </item>
152            <item>
153             <widget class="QPushButton" name="macroSaveButton">
154              <property name="text">
155               <string>Save</string>
156              </property>
157              <property name="icon">
158               <iconset resource="../vym.qrc">
159                <normaloff>:/filesave.png</normaloff>:/filesave.png</iconset>
160              </property>
161             </widget>
162            </item>
163           </layout>
164          </item>
165         </layout>
166        </item>
167        <item>
168         <widget class="QLineEdit" name="macroPathLineEdit">
169          <property name="minimumSize">
170           <size>
171            <width>0</width>
172            <height>0</height>
173           </size>
174          </property>
175          <property name="inputMask">
176           <string/>
177          </property>
178          <property name="text">
179           <string notr="true"/>
180          </property>
181          <property name="frame">
182           <bool>false</bool>
183          </property>
184          <property name="alignment">
185           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
186          </property>
187          <property name="readOnly">
188           <bool>true</bool>
189          </property>
190         </widget>
191        </item>
192       </layout>
193      </widget>
194      <widget class="QWidget" name="fileTab">
195       <attribute name="title">
196        <string notr="true">File tab</string>
197       </attribute>
198       <layout class="QVBoxLayout" name="verticalLayout">
199        <item>
200         <layout class="QVBoxLayout" name="fileVerticalLayout">
201          <item>
202           <layout class="QHBoxLayout" name="fileButtonLayout">
203            <item>
204             <widget class="QPushButton" name="fileRunButton">
205              <property name="text">
206               <string>Run</string>
207              </property>
208              <property name="icon">
209               <iconset resource="../vym.qrc">
210                <normaloff>:/script-run.svg</normaloff>:/script-run.svg</iconset>
211              </property>
212             </widget>
213            </item>
214            <item>
215             <spacer name="horizontalSpacer_4">
216              <property name="orientation">
217               <enum>Qt::Horizontal</enum>
218              </property>
219              <property name="sizeHint" stdset="0">
220               <size>
221                <width>369</width>
222                <height>20</height>
223               </size>
224              </property>
225             </spacer>
226            </item>
227            <item>
228             <widget class="QPushButton" name="fileLoadButton">
229              <property name="text">
230               <string>Load</string>
231              </property>
232              <property name="icon">
233               <iconset resource="../vym.qrc">
234                <normaloff>:/fileopen.png</normaloff>:/fileopen.png</iconset>
235              </property>
236             </widget>
237            </item>
238            <item>
239             <widget class="QPushButton" name="fileSaveButton">
240              <property name="text">
241               <string>Save</string>
242              </property>
243              <property name="icon">
244               <iconset resource="../vym.qrc">
245                <normaloff>:/filesave.png</normaloff>:/filesave.png</iconset>
246              </property>
247             </widget>
248            </item>
249            <item>
250             <widget class="QPushButton" name="fileSaveAsButton">
251              <property name="sizePolicy">
252               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
253                <horstretch>0</horstretch>
254                <verstretch>0</verstretch>
255               </sizepolicy>
256              </property>
257              <property name="minimumSize">
258               <size>
259                <width>84</width>
260                <height>0</height>
261               </size>
262              </property>
263              <property name="text">
264               <string>Save as</string>
265              </property>
266              <property name="icon">
267               <iconset resource="../vym.qrc">
268                <normaloff>:/filesaveas.png</normaloff>:/filesaveas.png</iconset>
269              </property>
270             </widget>
271            </item>
272           </layout>
273          </item>
274         </layout>
275        </item>
276        <item>
277         <widget class="QLineEdit" name="scriptPathLineEdit">
278          <property name="enabled">
279           <bool>true</bool>
280          </property>
281          <property name="readOnly">
282           <bool>true</bool>
283          </property>
284         </widget>
285        </item>
286       </layout>
287      </widget>
288     </widget>
289    </item>
290   </layout>
291  </widget>
292  <resources>
293   <include location="../vym.qrc"/>
294  </resources>
295  <connections/>
296 </ui>