Ignore:
Timestamp:
Oct 16, 2013, 8:04:00 PM (10 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projectionDesigner/trunk/projdesigner/include/gui/qclientwindow.ui

    r4 r434  
    1 <ui version="4.0" >
    2  <author></author>
    3  <comment></comment>
    4  <exportmacro></exportmacro>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    53 <class>QClientWindow</class>
    6  <widget class="QMainWindow" name="QClientWindow" >
    7   <property name="geometry" >
     4 <widget class="QMainWindow" name="QClientWindow">
     5  <property name="geometry">
    86   <rect>
    97    <x>0</x>
     
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>Projection Designer</string>
    1715  </property>
    18   <widget class="QWidget" name="centralWidget" >
    19    <layout class="QHBoxLayout" >
    20     <property name="margin" >
     16  <widget class="QWidget" name="centralWidget">
     17   <layout class="QHBoxLayout">
     18    <property name="spacing">
     19     <number>6</number>
     20    </property>
     21    <property name="margin">
    2122     <number>2</number>
    2223    </property>
    23     <property name="spacing" >
    24      <number>6</number>
    25     </property>
    2624    <item>
    27      <widget class="QTextEdit" name="logEdit" >
    28       <property name="acceptDrops" >
     25     <widget class="QTextEdit" name="logEdit">
     26      <property name="acceptDrops">
    2927       <bool>false</bool>
    3028      </property>
    31       <property name="readOnly" >
     29      <property name="readOnly">
    3230       <bool>true</bool>
    3331      </property>
    34       <property name="acceptRichText" >
     32      <property name="acceptRichText">
    3533       <bool>false</bool>
    3634      </property>
     
    3937   </layout>
    4038  </widget>
    41   <widget class="QMenuBar" name="menuBar" >
    42    <property name="geometry" >
     39  <widget class="QMenuBar" name="menuBar">
     40   <property name="geometry">
    4341    <rect>
    4442     <x>0</x>
    4543     <y>0</y>
    4644     <width>344</width>
    47      <height>18</height>
     45     <height>21</height>
    4846    </rect>
    4947   </property>
    50    <widget class="QMenu" name="menu_File" >
    51     <property name="title" >
     48   <widget class="QMenu" name="menu_File">
     49    <property name="title">
    5250     <string>&amp;File</string>
    5351    </property>
    54     <addaction name="actionFileExit" />
     52    <addaction name="actionFileExit"/>
    5553   </widget>
    56    <addaction name="menu_File" />
     54   <addaction name="menu_File"/>
    5755  </widget>
    58   <action name="actionFileExit" >
    59    <property name="text" >
     56  <action name="actionFileExit">
     57   <property name="text">
    6058    <string>E&amp;xit</string>
    6159   </property>
    6260  </action>
    6361 </widget>
    64  <pixmapfunction></pixmapfunction>
    6562 <resources/>
    6663 <connections/>
Note: See TracChangeset for help on using the changeset viewer.