vlp-27 Moving kernel to use QtDesigner files. Important note: need to use uic-qt4...
[vlp.git] / data / kernel / main-window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>386</width>
10     <height>217</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <property name="enabled">
18     <bool>true</bool>
19    </property>
20    <property name="sizePolicy">
21     <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
22      <horstretch>0</horstretch>
23      <verstretch>0</verstretch>
24     </sizepolicy>
25    </property>
26    <layout class="QVBoxLayout" name="verticalLayout">
27     <property name="spacing">
28      <number>0</number>
29     </property>
30     <property name="margin">
31      <number>0</number>
32     </property>
33     <item>
34      <widget class="QTextEdit" name="desktop">
35       <property name="enabled">
36        <bool>true</bool>
37       </property>
38       <property name="acceptDrops">
39        <bool>false</bool>
40       </property>
41       <property name="readOnly">
42        <bool>true</bool>
43       </property>
44       <property name="acceptRichText">
45        <bool>false</bool>
46       </property>
47      </widget>
48     </item>
49    </layout>
50   </widget>
51   <widget class="QMenuBar" name="menubar">
52    <property name="geometry">
53     <rect>
54      <x>0</x>
55      <y>0</y>
56      <width>386</width>
57      <height>20</height>
58     </rect>
59    </property>
60    <widget class="QMenu" name="menuProgram">
61     <property name="title">
62      <string>Program</string>
63     </property>
64     <addaction name="actionExecute"/>
65     <addaction name="actionKill"/>
66    </widget>
67    <widget class="QMenu" name="menuMachine">
68     <property name="title">
69      <string>Machine</string>
70     </property>
71     <addaction name="actionMessage"/>
72     <addaction name="separator"/>
73     <addaction name="actionConnect"/>
74     <addaction name="actionDisconnect"/>
75     <addaction name="actionInfo"/>
76    </widget>
77    <widget class="QMenu" name="menuTools">
78     <property name="title">
79      <string>Tools</string>
80     </property>
81     <addaction name="actionEditor"/>
82     <addaction name="actionHelp"/>
83     <addaction name="separator"/>
84     <addaction name="actionOptions"/>
85     <addaction name="actionInfo_messages"/>
86     <addaction name="separator"/>
87     <addaction name="actionLock_Console"/>
88     <addaction name="actionUnlock_console"/>
89    </widget>
90    <addaction name="menuProgram"/>
91    <addaction name="menuMachine"/>
92    <addaction name="menuTools"/>
93   </widget>
94   <widget class="QStatusBar" name="statusbar"/>
95   <action name="actionExecute">
96    <property name="text">
97     <string>Execute</string>
98    </property>
99   </action>
100   <action name="actionKill">
101    <property name="text">
102     <string>Kill</string>
103    </property>
104   </action>
105   <action name="actionConnect">
106    <property name="text">
107     <string>Connect</string>
108    </property>
109   </action>
110   <action name="actionDisconnect">
111    <property name="text">
112     <string>Disconnect</string>
113    </property>
114   </action>
115   <action name="actionInfo">
116    <property name="text">
117     <string>Info</string>
118    </property>
119   </action>
120   <action name="actionEditor">
121    <property name="text">
122     <string>Editor</string>
123    </property>
124   </action>
125   <action name="actionHelp">
126    <property name="text">
127     <string>Help</string>
128    </property>
129   </action>
130   <action name="actionOptions">
131    <property name="text">
132     <string>Options</string>
133    </property>
134   </action>
135   <action name="actionInfo_messages">
136    <property name="checkable">
137     <bool>true</bool>
138    </property>
139    <property name="checked">
140     <bool>true</bool>
141    </property>
142    <property name="text">
143     <string>Info messages</string>
144    </property>
145   </action>
146   <action name="actionLock_Console">
147    <property name="text">
148     <string>Lock console</string>
149    </property>
150   </action>
151   <action name="actionUnlock_console">
152    <property name="enabled">
153     <bool>false</bool>
154    </property>
155    <property name="text">
156     <string>Unlock console</string>
157    </property>
158   </action>
159   <action name="actionMessage">
160    <property name="text">
161     <string>Message</string>
162    </property>
163   </action>
164  </widget>
165  <resources/>
166  <connections/>
167 </ui>