vlp-28 Moving editor to use QtDesigner files.
[vlp.git] / data / editor / editor-window.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>EditorWindow</class>
4  <widget class="QMainWindow" name="EditorWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>523</width>
10     <height>473</height>
11    </rect>
12   </property>
13   <property name="maximumSize">
14    <size>
15     <width>800</width>
16     <height>600</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>MainWindow</string>
21   </property>
22   <widget class="QWidget" name="centralwidget">
23    <layout class="QVBoxLayout" name="verticalLayout_2">
24     <property name="margin">
25      <number>0</number>
26     </property>
27     <item>
28      <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
29       <property name="sizeConstraint">
30        <enum>QLayout::SetMaximumSize</enum>
31       </property>
32       <property name="leftMargin">
33        <number>3</number>
34       </property>
35       <property name="rightMargin">
36        <number>3</number>
37       </property>
38       <item>
39        <widget class="My_Edit" name="e"/>
40       </item>
41       <item>
42        <widget class="QTextEdit" name="msg">
43         <property name="sizePolicy">
44          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
45           <horstretch>0</horstretch>
46           <verstretch>0</verstretch>
47          </sizepolicy>
48         </property>
49         <property name="maximumSize">
50          <size>
51           <width>16777215</width>
52           <height>100</height>
53          </size>
54         </property>
55         <property name="autoFillBackground">
56          <bool>false</bool>
57         </property>
58         <property name="readOnly">
59          <bool>true</bool>
60         </property>
61         <property name="acceptRichText">
62          <bool>false</bool>
63         </property>
64        </widget>
65       </item>
66      </layout>
67     </item>
68    </layout>
69   </widget>
70   <widget class="QMenuBar" name="menubar">
71    <property name="geometry">
72     <rect>
73      <x>0</x>
74      <y>0</y>
75      <width>523</width>
76      <height>20</height>
77     </rect>
78    </property>
79    <widget class="QMenu" name="menuFile">
80     <property name="title">
81      <string>File</string>
82     </property>
83     <addaction name="actionNew"/>
84     <addaction name="actionOpen"/>
85     <addaction name="actionSave"/>
86     <addaction name="actionSave_as"/>
87     <addaction name="separator"/>
88     <addaction name="actionQuit"/>
89    </widget>
90    <widget class="QMenu" name="menuEdit">
91     <property name="title">
92      <string>Edit</string>
93     </property>
94     <addaction name="actionCopy"/>
95     <addaction name="actionPaste"/>
96     <addaction name="actionCut"/>
97     <addaction name="actionClear_all"/>
98     <addaction name="separator"/>
99     <addaction name="actionFind"/>
100     <addaction name="actionFind_next"/>
101    </widget>
102    <widget class="QMenu" name="menuTools">
103     <property name="title">
104      <string>Tools</string>
105     </property>
106     <addaction name="actionCompile"/>
107     <addaction name="separator"/>
108     <addaction name="actionProperties"/>
109    </widget>
110    <addaction name="menuFile"/>
111    <addaction name="menuEdit"/>
112    <addaction name="menuTools"/>
113   </widget>
114   <widget class="QStatusBar" name="statusbar"/>
115   <action name="actionNew">
116    <property name="text">
117     <string>New</string>
118    </property>
119    <property name="shortcut">
120     <string>Ctrl+N</string>
121    </property>
122   </action>
123   <action name="actionOpen">
124    <property name="text">
125     <string>Open</string>
126    </property>
127    <property name="shortcut">
128     <string>Ctrl+O</string>
129    </property>
130   </action>
131   <action name="actionSave">
132    <property name="text">
133     <string>Save</string>
134    </property>
135    <property name="shortcut">
136     <string>Ctrl+S</string>
137    </property>
138   </action>
139   <action name="actionSave_as">
140    <property name="text">
141     <string>Save as</string>
142    </property>
143    <property name="shortcut">
144     <string>Ctrl+Shift+S</string>
145    </property>
146   </action>
147   <action name="actionQuit">
148    <property name="text">
149     <string>Quit</string>
150    </property>
151   </action>
152   <action name="actionCopy">
153    <property name="text">
154     <string>Copy</string>
155    </property>
156    <property name="shortcut">
157     <string>Ctrl+C</string>
158    </property>
159   </action>
160   <action name="actionPaste">
161    <property name="text">
162     <string>Paste</string>
163    </property>
164    <property name="shortcut">
165     <string>Ctrl+V</string>
166    </property>
167   </action>
168   <action name="actionCut">
169    <property name="text">
170     <string>Cut</string>
171    </property>
172    <property name="shortcut">
173     <string>Ctrl+X</string>
174    </property>
175   </action>
176   <action name="actionClear_all">
177    <property name="text">
178     <string>Clear All</string>
179    </property>
180   </action>
181   <action name="actionFind">
182    <property name="text">
183     <string>Find</string>
184    </property>
185    <property name="shortcut">
186     <string>Ctrl+F</string>
187    </property>
188   </action>
189   <action name="actionFind_next">
190    <property name="text">
191     <string>Find Next</string>
192    </property>
193    <property name="shortcut">
194     <string>Ctrl+L</string>
195    </property>
196   </action>
197   <action name="actionCompile">
198    <property name="text">
199     <string>Compile</string>
200    </property>
201   </action>
202   <action name="actionProperties">
203    <property name="text">
204     <string>Properties</string>
205    </property>
206   </action>
207  </widget>
208  <customwidgets>
209   <customwidget>
210    <class>My_Edit</class>
211    <extends>QTextEdit</extends>
212    <header>../my_edit.h</header>
213   </customwidget>
214  </customwidgets>
215  <resources/>
216  <connections/>
217 </ui>