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