Ignore:
Timestamp:
Aug 17, 2012, 10:36:03 PM (12 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/osgVisualGuiNG/osgvisualgui.ui

    r415 r418  
    1 <UI version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>osgVisualGUIClass</class>
    3  <widget class="QMainWindow" name="osgVisualGUIClass" >
    4   <property name="objectName" >
    5    <string notr="true">osgVisualGUIClass</string>
    6   </property>
    7   <property name="geometry" >
     4 <widget class="QMainWindow" name="osgVisualGUIClass">
     5  <property name="geometry">
    86   <rect>
    9         <x>0</x>
    10         <y>0</y>
    11         <width>600</width>
    12         <height>400</height>
     7    <x>0</x>
     8    <y>0</y>
     9    <width>600</width>
     10    <height>400</height>
    1311   </rect>
    1412  </property>
    15   <property name="windowTitle" >
     13  <property name="windowTitle">
    1614   <string>osgVisualGUI</string>
    1715  </property>
    18   <widget class="QMenuBar" name="menuBar" />
    19   <widget class="QToolBar" name="mainToolBar" />
    20   <widget class="QWidget" name="centralWidget" />
    21   <widget class="QStatusBar" name="statusBar" />
     16  <widget class="QWidget" name="centralWidget"/>
     17  <widget class="QMenuBar" name="menuBar">
     18   <property name="geometry">
     19    <rect>
     20     <x>0</x>
     21     <y>0</y>
     22     <width>600</width>
     23     <height>21</height>
     24    </rect>
     25   </property>
     26   <widget class="QMenu" name="menuFile">
     27    <property name="title">
     28     <string>File</string>
     29    </property>
     30    <addaction name="actionQuit"/>
     31   </widget>
     32   <widget class="QMenu" name="menu">
     33    <property name="title">
     34     <string>?</string>
     35    </property>
     36    <addaction name="actionAbout"/>
     37   </widget>
     38   <widget class="QMenu" name="menuEdit">
     39    <property name="title">
     40     <string>Edit</string>
     41    </property>
     42   </widget>
     43   <addaction name="menuFile"/>
     44   <addaction name="menuEdit"/>
     45   <addaction name="menu"/>
     46  </widget>
     47  <widget class="QToolBar" name="mainToolBar">
     48   <attribute name="toolBarArea">
     49    <enum>TopToolBarArea</enum>
     50   </attribute>
     51   <attribute name="toolBarBreak">
     52    <bool>false</bool>
     53   </attribute>
     54  </widget>
     55  <widget class="QStatusBar" name="statusBar"/>
     56  <widget class="QDockWidget" name="dW_Debug">
     57   <attribute name="dockWidgetArea">
     58    <number>2</number>
     59   </attribute>
     60   <widget class="QWidget" name="dockWidgetContents"/>
     61  </widget>
     62  <action name="actionAbout">
     63   <property name="text">
     64    <string>About</string>
     65   </property>
     66  </action>
     67  <action name="actionQuit">
     68   <property name="text">
     69    <string>Quit</string>
     70   </property>
     71  </action>
    2272 </widget>
    23  <layoutDefault spacing="6" margin="11" />
    24  <pixmapfunction></pixmapfunction>
     73 <layoutdefault spacing="6" margin="11"/>
    2574 <resources>
    26    <include location="osgvisualgui.qrc"/>
     75  <include location="osgvisualgui.qrc"/>
    2776 </resources>
    2877 <connections/>
    29 </UI>
     78</ui>
Note: See TracChangeset for help on using the changeset viewer.