HP3562A/q3562A.ui

changeset 40
1bbea188a7e5
parent 39
8becd52c2171
child 41
9a453b2479c5
equal deleted inserted replaced
39:8becd52c2171 40:1bbea188a7e5
1 <ui version="4.0" >
2 <class>MainWindow</class>
3 <widget class="QMainWindow" name="MainWindow" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>507</width>
9 <height>492</height>
10 </rect>
11 </property>
12 <property name="windowTitle" >
13 <string>MainWindow</string>
14 </property>
15 <widget class="QWidget" name="centralwidget" />
16 <widget class="QMenuBar" name="menubar" >
17 <property name="geometry" >
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>507</width>
22 <height>25</height>
23 </rect>
24 </property>
25 <widget class="QMenu" name="menu_File" >
26 <property name="title" >
27 <string>&amp;File</string>
28 </property>
29 <addaction name="actionOpen" />
30 <addaction name="actionSave" />
31 <addaction name="actionSaveAs" />
32 <addaction name="separator" />
33 <addaction name="actionQuit" />
34 </widget>
35 <widget class="QMenu" name="menuEdit" >
36 <property name="title" >
37 <string>Edit</string>
38 </property>
39 <addaction name="actionPreferences" />
40 </widget>
41 <addaction name="menu_File" />
42 <addaction name="menuEdit" />
43 </widget>
44 <widget class="QStatusBar" name="statusbar" />
45 <widget class="QDockWidget" name="plotsDock" >
46 <attribute name="dockWidgetArea" >
47 <number>1</number>
48 </attribute>
49 <widget class="QWidget" name="dockWidgetContents" >
50 <layout class="QVBoxLayout" >
51 <property name="spacing" >
52 <number>4</number>
53 </property>
54 <property name="leftMargin" >
55 <number>1</number>
56 </property>
57 <property name="topMargin" >
58 <number>4</number>
59 </property>
60 <property name="rightMargin" >
61 <number>1</number>
62 </property>
63 <property name="bottomMargin" >
64 <number>1</number>
65 </property>
66 <item>
67 <layout class="QHBoxLayout" >
68 <item>
69 <widget class="QToolButton" name="getTraceButton" >
70 <property name="minimumSize" >
71 <size>
72 <width>0</width>
73 <height>29</height>
74 </size>
75 </property>
76 <property name="text" >
77 <string>get trace</string>
78 </property>
79 <property name="icon" >
80 <iconset/>
81 </property>
82 <property name="iconSize" >
83 <size>
84 <width>16</width>
85 <height>16</height>
86 </size>
87 </property>
88 <property name="checkable" >
89 <bool>true</bool>
90 </property>
91 <property name="toolButtonStyle" >
92 <enum>Qt::ToolButtonTextBesideIcon</enum>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <widget class="QToolButton" name="getStatusButton" >
98 <property name="minimumSize" >
99 <size>
100 <width>0</width>
101 <height>29</height>
102 </size>
103 </property>
104 <property name="text" >
105 <string>get status</string>
106 </property>
107 <property name="checkable" >
108 <bool>true</bool>
109 </property>
110 </widget>
111 </item>
112 <item>
113 <widget class="QToolButton" name="getCoordButton" >
114 <property name="minimumSize" >
115 <size>
116 <width>0</width>
117 <height>29</height>
118 </size>
119 </property>
120 <property name="text" >
121 <string>get coord</string>
122 </property>
123 <property name="checkable" >
124 <bool>true</bool>
125 </property>
126 </widget>
127 </item>
128 <item>
129 <spacer>
130 <property name="orientation" >
131 <enum>Qt::Horizontal</enum>
132 </property>
133 <property name="sizeHint" >
134 <size>
135 <width>40</width>
136 <height>20</height>
137 </size>
138 </property>
139 </spacer>
140 </item>
141 </layout>
142 </item>
143 <item>
144 <widget class="QListView" name="objectsView" />
145 </item>
146 </layout>
147 </widget>
148 </widget>
149 <action name="actionOpen" >
150 <property name="text" >
151 <string>&amp;Open</string>
152 </property>
153 </action>
154 <action name="actionSave" >
155 <property name="text" >
156 <string>&amp;Save</string>
157 </property>
158 </action>
159 <action name="actionSaveAs" >
160 <property name="text" >
161 <string>Save as...</string>
162 </property>
163 </action>
164 <action name="actionQuit" >
165 <property name="text" >
166 <string>&amp;Quit</string>
167 </property>
168 </action>
169 <action name="actionPreferences" >
170 <property name="text" >
171 <string>Preferences</string>
172 </property>
173 </action>
174 </widget>
175 <resources>
176 <include location="q3562A.qrc" />
177 </resources>
178 <connections/>
179 </ui>

mercurial