qnetdice

view 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 source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>938</width>
10 <height>727</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>MainWindow</string>
15 </property>
16 <widget class="QWidget" name="centralWidget">
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item>
19 <widget class="QScrollArea" name="sarea_main">
20 <property name="widgetResizable">
21 <bool>true</bool>
22 </property>
23 <widget class="QWidget" name="sarea_main_cont">
24 <property name="geometry">
25 <rect>
26 <x>0</x>
27 <y>0</y>
28 <width>918</width>
29 <height>594</height>
30 </rect>
31 </property>
32 </widget>
33 </widget>
34 </item>
35 </layout>
36 </widget>
37 <widget class="QMenuBar" name="menubar">
38 <property name="geometry">
39 <rect>
40 <x>0</x>
41 <y>0</y>
42 <width>938</width>
43 <height>38</height>
44 </rect>
45 </property>
46 <widget class="QMenu" name="menu_file">
47 <property name="title">
48 <string>&amp;File</string>
49 </property>
50 <addaction name="action_start_server"/>
51 <addaction name="action_connect"/>
52 <addaction name="separator"/>
53 <addaction name="action_add_die"/>
54 <addaction name="separator"/>
55 <addaction name="action_quit"/>
56 <addaction name="action_add_dice"/>
57 </widget>
58 <widget class="QMenu" name="menu_help">
59 <property name="title">
60 <string>&amp;Help</string>
61 </property>
62 <addaction name="action_about"/>
63 </widget>
64 <addaction name="menu_file"/>
65 <addaction name="menu_help"/>
66 </widget>
67 <widget class="QToolBar" name="toolbar">
68 <attribute name="toolBarArea">
69 <enum>TopToolBarArea</enum>
70 </attribute>
71 <attribute name="toolBarBreak">
72 <bool>false</bool>
73 </attribute>
74 <addaction name="action_start_server"/>
75 <addaction name="action_connect"/>
76 <addaction name="action_add_die"/>
77 <addaction name="action_add_dice"/>
78 </widget>
79 <widget class="QStatusBar" name="stautsbar"/>
80 <action name="action_start_server">
81 <property name="text">
82 <string>Start &amp;Server</string>
83 </property>
84 </action>
85 <action name="action_connect">
86 <property name="text">
87 <string>&amp;Connect</string>
88 </property>
89 </action>
90 <action name="action_quit">
91 <property name="text">
92 <string>&amp;Quit</string>
93 </property>
94 </action>
95 <action name="action_about">
96 <property name="text">
97 <string>&amp;About</string>
98 </property>
99 </action>
100 <action name="action_add_die">
101 <property name="text">
102 <string>&amp;Add die</string>
103 </property>
104 </action>
105 <action name="action_add_dice">
106 <property name="text">
107 <string>Add &amp;dice ...</string>
108 </property>
109 </action>
110 </widget>
111 <layoutdefault spacing="6" margin="11"/>
112 <resources/>
113 <connections/>
114 </ui>