qhpgl_plotter.ui

changeset 32
59da528bc470
parent 31
c869766e25ff
child 33
61809bb871bf
equal deleted inserted replaced
31:c869766e25ff 32:59da528bc470
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="captureButton" >
70 <property name="minimumSize" >
71 <size>
72 <width>0</width>
73 <height>29</height>
74 </size>
75 </property>
76 <property name="text" >
77 <string>on line</string>
78 </property>
79 <property name="icon" >
80 <iconset resource="hpgl_plotter.qrc" >:/icons/led_green.svg</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 <spacer>
98 <property name="orientation" >
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="sizeHint" >
102 <size>
103 <width>40</width>
104 <height>20</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 <item>
110 <widget class="QPushButton" name="receivingButton" >
111 <property name="text" >
112 <string/>
113 </property>
114 <property name="icon" >
115 <iconset resource="hpgl_plotter.qrc" >:/icons/led_red_off.svg</iconset>
116 </property>
117 <property name="iconSize" >
118 <size>
119 <width>16</width>
120 <height>16</height>
121 </size>
122 </property>
123 <property name="flat" >
124 <bool>true</bool>
125 </property>
126 </widget>
127 </item>
128 </layout>
129 </item>
130 <item>
131 <widget class="QListView" name="plotsView" />
132 </item>
133 </layout>
134 </widget>
135 </widget>
136 <action name="actionOpen" >
137 <property name="text" >
138 <string>&amp;Open</string>
139 </property>
140 </action>
141 <action name="actionSave" >
142 <property name="text" >
143 <string>&amp;Save</string>
144 </property>
145 </action>
146 <action name="actionSaveAs" >
147 <property name="text" >
148 <string>Save as...</string>
149 </property>
150 </action>
151 <action name="actionQuit" >
152 <property name="text" >
153 <string>&amp;Quit</string>
154 </property>
155 </action>
156 <action name="actionPreferences" >
157 <property name="text" >
158 <string>Preferences</string>
159 </property>
160 </action>
161 </widget>
162 <resources>
163 <include location="hpgl_plotter.qrc" />
164 </resources>
165 <connections/>
166 </ui>

mercurial