qnetdice

diff ui/mainwin.ui @ 0:0e9c16d77e47

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Dec 2013 13:34:40 +0200
parents
children 92377189a5c6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ui/mainwin.ui	Thu Dec 19 13:34:40 2013 +0200
     1.3 @@ -0,0 +1,114 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<ui version="4.0">
     1.6 + <class>MainWindow</class>
     1.7 + <widget class="QMainWindow" name="MainWindow">
     1.8 +  <property name="geometry">
     1.9 +   <rect>
    1.10 +    <x>0</x>
    1.11 +    <y>0</y>
    1.12 +    <width>938</width>
    1.13 +    <height>727</height>
    1.14 +   </rect>
    1.15 +  </property>
    1.16 +  <property name="windowTitle">
    1.17 +   <string>MainWindow</string>
    1.18 +  </property>
    1.19 +  <widget class="QWidget" name="centralWidget">
    1.20 +   <layout class="QVBoxLayout" name="verticalLayout">
    1.21 +    <item>
    1.22 +     <widget class="QScrollArea" name="sarea_main">
    1.23 +      <property name="widgetResizable">
    1.24 +       <bool>true</bool>
    1.25 +      </property>
    1.26 +      <widget class="QWidget" name="sarea_main_cont">
    1.27 +       <property name="geometry">
    1.28 +        <rect>
    1.29 +         <x>0</x>
    1.30 +         <y>0</y>
    1.31 +         <width>918</width>
    1.32 +         <height>594</height>
    1.33 +        </rect>
    1.34 +       </property>
    1.35 +      </widget>
    1.36 +     </widget>
    1.37 +    </item>
    1.38 +   </layout>
    1.39 +  </widget>
    1.40 +  <widget class="QMenuBar" name="menubar">
    1.41 +   <property name="geometry">
    1.42 +    <rect>
    1.43 +     <x>0</x>
    1.44 +     <y>0</y>
    1.45 +     <width>938</width>
    1.46 +     <height>38</height>
    1.47 +    </rect>
    1.48 +   </property>
    1.49 +   <widget class="QMenu" name="menu_file">
    1.50 +    <property name="title">
    1.51 +     <string>&amp;File</string>
    1.52 +    </property>
    1.53 +    <addaction name="action_start_server"/>
    1.54 +    <addaction name="action_connect"/>
    1.55 +    <addaction name="separator"/>
    1.56 +    <addaction name="action_add_die"/>
    1.57 +    <addaction name="separator"/>
    1.58 +    <addaction name="action_quit"/>
    1.59 +    <addaction name="action_add_dice"/>
    1.60 +   </widget>
    1.61 +   <widget class="QMenu" name="menu_help">
    1.62 +    <property name="title">
    1.63 +     <string>&amp;Help</string>
    1.64 +    </property>
    1.65 +    <addaction name="action_about"/>
    1.66 +   </widget>
    1.67 +   <addaction name="menu_file"/>
    1.68 +   <addaction name="menu_help"/>
    1.69 +  </widget>
    1.70 +  <widget class="QToolBar" name="toolbar">
    1.71 +   <attribute name="toolBarArea">
    1.72 +    <enum>TopToolBarArea</enum>
    1.73 +   </attribute>
    1.74 +   <attribute name="toolBarBreak">
    1.75 +    <bool>false</bool>
    1.76 +   </attribute>
    1.77 +   <addaction name="action_start_server"/>
    1.78 +   <addaction name="action_connect"/>
    1.79 +   <addaction name="action_add_die"/>
    1.80 +   <addaction name="action_add_dice"/>
    1.81 +  </widget>
    1.82 +  <widget class="QStatusBar" name="stautsbar"/>
    1.83 +  <action name="action_start_server">
    1.84 +   <property name="text">
    1.85 +    <string>Start &amp;Server</string>
    1.86 +   </property>
    1.87 +  </action>
    1.88 +  <action name="action_connect">
    1.89 +   <property name="text">
    1.90 +    <string>&amp;Connect</string>
    1.91 +   </property>
    1.92 +  </action>
    1.93 +  <action name="action_quit">
    1.94 +   <property name="text">
    1.95 +    <string>&amp;Quit</string>
    1.96 +   </property>
    1.97 +  </action>
    1.98 +  <action name="action_about">
    1.99 +   <property name="text">
   1.100 +    <string>&amp;About</string>
   1.101 +   </property>
   1.102 +  </action>
   1.103 +  <action name="action_add_die">
   1.104 +   <property name="text">
   1.105 +    <string>&amp;Add die</string>
   1.106 +   </property>
   1.107 +  </action>
   1.108 +  <action name="action_add_dice">
   1.109 +   <property name="text">
   1.110 +    <string>Add &amp;dice ...</string>
   1.111 +   </property>
   1.112 +  </action>
   1.113 + </widget>
   1.114 + <layoutdefault spacing="6" margin="11"/>
   1.115 + <resources/>
   1.116 + <connections/>
   1.117 +</ui>