source: projectionDesigner/trunk/projdesigner/include/gui/qclientwindow.ui @ 434

Last change on this file since 434 was 434, checked in by Torben Dannhauer, 10 years ago
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>QClientWindow</class>
4 <widget class="QMainWindow" name="QClientWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>344</width>
10    <height>254</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Projection Designer</string>
15  </property>
16  <widget class="QWidget" name="centralWidget">
17   <layout class="QHBoxLayout">
18    <property name="spacing">
19     <number>6</number>
20    </property>
21    <property name="margin">
22     <number>2</number>
23    </property>
24    <item>
25     <widget class="QTextEdit" name="logEdit">
26      <property name="acceptDrops">
27       <bool>false</bool>
28      </property>
29      <property name="readOnly">
30       <bool>true</bool>
31      </property>
32      <property name="acceptRichText">
33       <bool>false</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>344</width>
45     <height>21</height>
46    </rect>
47   </property>
48   <widget class="QMenu" name="menu_File">
49    <property name="title">
50     <string>&amp;File</string>
51    </property>
52    <addaction name="actionFileExit"/>
53   </widget>
54   <addaction name="menu_File"/>
55  </widget>
56  <action name="actionFileExit">
57   <property name="text">
58    <string>E&amp;xit</string>
59   </property>
60  </action>
61 </widget>
62 <resources/>
63 <connections/>
64</ui>
Note: See TracBrowser for help on using the repository browser.