view qt-gui/MainWindowLayout.ui @ 34:c3c64e139e5f default tip

Re #245: Create unit tab implementation * Create layout for unit tab widget * Start to populate values WARNING: Qyoto/Qt# seems unstable now and segfaults when new units are added!
author IBBoard <dev@ibboard.co.uk>
date Sat, 07 Aug 2010 16:02:53 +0000
parents be876c03054f
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindowLayout</class>
 <widget class="QMainWindow" name="MainWindowLayout">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>696</width>
    <height>595</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>WarFoundry</string>
  </property>
  <property name="windowIcon">
   <iconset>
    <normaloff>../App.png</normaloff>../App.png</iconset>
  </property>
  <widget class="QWidget" name="mainContent">
   <layout class="QGridLayout" name="_2">
    <item row="0" column="0">
     <widget class="QSplitter" name="splitter">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <property name="handleWidth">
       <number>6</number>
      </property>
      <widget class="QTreeView" name="armyTree">
       <attribute name="headerVisible">
        <bool>false</bool>
       </attribute>
       <attribute name="headerVisible">
        <bool>false</bool>
       </attribute>
      </widget>
      <widget class="QTabWidget" name="unitTabs">
       <property name="minimumSize">
        <size>
         <width>500</width>
         <height>200</height>
        </size>
       </property>
       <property name="tabShape">
        <enum>QTabWidget::Rounded</enum>
       </property>
       <property name="currentIndex">
        <number>-1</number>
       </property>
       <property name="elideMode">
        <enum>Qt::ElideMiddle</enum>
       </property>
       <property name="documentMode">
        <bool>false</bool>
       </property>
       <property name="tabsClosable">
        <bool>true</bool>
       </property>
       <property name="movable">
        <bool>true</bool>
       </property>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>696</width>
     <height>21</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="title">
     <string>&amp;file</string>
    </property>
    <widget class="QMenu" name="menuExportArmyAs">
     <property name="enabled">
      <bool>false</bool>
     </property>
     <property name="title">
      <string>export army as</string>
     </property>
     <addaction name="actionExportBasicHtml"/>
    </widget>
    <addaction name="actionCreateArmy"/>
    <addaction name="actionOpenArmy"/>
    <addaction name="actionSaveArmy"/>
    <addaction name="actionSaveArmyAs"/>
    <addaction name="menuExportArmyAs"/>
    <addaction name="actionCloseArmy"/>
    <addaction name="separator"/>
    <addaction name="actionReloadFiles"/>
    <addaction name="separator"/>
    <addaction name="actionExit"/>
   </widget>
   <widget class="QMenu" name="menuEdit">
    <property name="title">
     <string>&amp;edit</string>
    </property>
    <addaction name="actionUndo"/>
    <addaction name="actionRedo"/>
   </widget>
   <widget class="QMenu" name="menuHelp">
    <property name="title">
     <string>&amp;help</string>
    </property>
    <addaction name="actionAbout"/>
   </widget>
   <addaction name="menuFile"/>
   <addaction name="menuEdit"/>
   <addaction name="menuHelp"/>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>toolBar</string>
   </property>
   <property name="toolButtonStyle">
    <enum>Qt::ToolButtonIconOnly</enum>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
  </widget>
  <action name="actionCreateArmy">
   <property name="text">
    <string>&amp;create army</string>
   </property>
  </action>
  <action name="actionOpenArmy">
   <property name="text">
    <string>&amp;open army</string>
   </property>
  </action>
  <action name="actionSaveArmy">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>&amp;save army</string>
   </property>
  </action>
  <action name="actionSaveArmyAs">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>save army as</string>
   </property>
  </action>
  <action name="actionExportBasicHtml">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>&amp;basic html</string>
   </property>
  </action>
  <action name="actionCloseArmy">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>close army</string>
   </property>
  </action>
  <action name="actionReloadFiles">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>reload files</string>
   </property>
  </action>
  <action name="actionExit">
   <property name="text">
    <string>exit</string>
   </property>
  </action>
  <action name="actionAbout">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>&amp;about</string>
   </property>
  </action>
  <action name="actionUndo">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>&amp;undo</string>
   </property>
  </action>
  <action name="actionRedo">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>&amp;redo</string>
   </property>
  </action>
 </widget>
 <resources/>
 <connections/>
</ui>