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
RevLine 
[434]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
[4]3 <class>QClientWindow</class>
[434]4 <widget class="QMainWindow" name="QClientWindow">
5  <property name="geometry">
[4]6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>344</width>
10    <height>254</height>
11   </rect>
12  </property>
[434]13  <property name="windowTitle">
[4]14   <string>Projection Designer</string>
15  </property>
[434]16  <widget class="QWidget" name="centralWidget">
17   <layout class="QHBoxLayout">
18    <property name="spacing">
19     <number>6</number>
20    </property>
21    <property name="margin">
[4]22     <number>2</number>
23    </property>
24    <item>
[434]25     <widget class="QTextEdit" name="logEdit">
26      <property name="acceptDrops">
[4]27       <bool>false</bool>
28      </property>
[434]29      <property name="readOnly">
[4]30       <bool>true</bool>
31      </property>
[434]32      <property name="acceptRichText">
[4]33       <bool>false</bool>
34      </property>
35     </widget>
36    </item>
37   </layout>
38  </widget>
[434]39  <widget class="QMenuBar" name="menuBar">
40   <property name="geometry">
[4]41    <rect>
42     <x>0</x>
43     <y>0</y>
44     <width>344</width>
[434]45     <height>21</height>
[4]46    </rect>
47   </property>
[434]48   <widget class="QMenu" name="menu_File">
49    <property name="title">
[4]50     <string>&amp;File</string>
51    </property>
[434]52    <addaction name="actionFileExit"/>
[4]53   </widget>
[434]54   <addaction name="menu_File"/>
[4]55  </widget>
[434]56  <action name="actionFileExit">
57   <property name="text">
[4]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.