ui/MainWindow.ui

changeset 3
4b95e33ee476
child 4
fe106c497b75
equal deleted inserted replaced
2:a1e435907f3a 3:4b95e33ee476
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>1450</width>
10 <height>1108</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Goat</string>
21 </property>
22 <widget class="QWidget" name="centralWidget">
23 <layout class="QVBoxLayout" name="verticalLayout_2">
24 <item>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QTabWidget" name="tabBarConnections">
28 <property name="focusPolicy">
29 <enum>Qt::NoFocus</enum>
30 </property>
31 <property name="tabShape">
32 <enum>QTabWidget::Rounded</enum>
33 </property>
34 <property name="currentIndex">
35 <number>-1</number>
36 </property>
37 <property name="elideMode">
38 <enum>Qt::ElideNone</enum>
39 </property>
40 <property name="documentMode">
41 <bool>true</bool>
42 </property>
43 <property name="tabsClosable">
44 <bool>true</bool>
45 </property>
46 <property name="tabBarAutoHide">
47 <bool>false</bool>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </item>
53 </layout>
54 </widget>
55 <widget class="QMenuBar" name="menuBar">
56 <property name="geometry">
57 <rect>
58 <x>0</x>
59 <y>0</y>
60 <width>1450</width>
61 <height>28</height>
62 </rect>
63 </property>
64 <widget class="QMenu" name="menuFile">
65 <property name="title">
66 <string>&amp;File</string>
67 </property>
68 <addaction name="actionExit"/>
69 </widget>
70 <widget class="QMenu" name="menuHelp">
71 <property name="title">
72 <string>&amp;Help</string>
73 </property>
74 <addaction name="actionAbout"/>
75 </widget>
76 <widget class="QMenu" name="menuProfiles">
77 <property name="title">
78 <string>&amp;Profiles</string>
79 </property>
80 </widget>
81 <addaction name="menuFile"/>
82 <addaction name="menuProfiles"/>
83 <addaction name="menuHelp"/>
84 </widget>
85 <widget class="QStatusBar" name="statusBar"/>
86 <widget class="QToolBar" name="toolBar">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
89 <horstretch>0</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 <property name="minimumSize">
94 <size>
95 <width>0</width>
96 <height>0</height>
97 </size>
98 </property>
99 <property name="windowTitle">
100 <string>Main Toolbar</string>
101 </property>
102 <property name="iconSize">
103 <size>
104 <width>16</width>
105 <height>16</height>
106 </size>
107 </property>
108 <attribute name="toolBarArea">
109 <enum>TopToolBarArea</enum>
110 </attribute>
111 <attribute name="toolBarBreak">
112 <bool>false</bool>
113 </attribute>
114 </widget>
115 <action name="actionExit">
116 <property name="icon">
117 <iconset resource="../resources/icons.qrc">
118 <normaloff>:/icons/silk/icons/silk/cross.png</normaloff>:/icons/silk/icons/silk/cross.png</iconset>
119 </property>
120 <property name="text">
121 <string>&amp;Exit</string>
122 </property>
123 <property name="shortcut">
124 <string>Ctrl+Q</string>
125 </property>
126 </action>
127 <action name="actionAbout">
128 <property name="icon">
129 <iconset resource="../resources/icons.qrc">
130 <normaloff>:/icons/silk/icons/silk/information.png</normaloff>:/icons/silk/icons/silk/information.png</iconset>
131 </property>
132 <property name="text">
133 <string>&amp;About</string>
134 </property>
135 </action>
136 </widget>
137 <layoutdefault spacing="6" margin="11"/>
138 <resources>
139 <include location="../resources/icons.qrc"/>
140 </resources>
141 <connections/>
142 </ui>

mercurial