qhpgl_plotter.ui

changeset 23
cb97962a1ae9
child 26
e8f3c9276f3f
equal deleted inserted replaced
22:b2f4646161be 23:cb97962a1ae9
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>2</number>
56 </property>
57 <property name="topMargin" >
58 <number>2</number>
59 </property>
60 <property name="rightMargin" >
61 <number>2</number>
62 </property>
63 <property name="bottomMargin" >
64 <number>2</number>
65 </property>
66 <item>
67 <widget class="QToolButton" name="captureButton" >
68 <property name="minimumSize" >
69 <size>
70 <width>0</width>
71 <height>29</height>
72 </size>
73 </property>
74 <property name="text" >
75 <string>on line</string>
76 </property>
77 <property name="icon" >
78 <iconset resource="hpgl_plotter.qrc" >:/icons/led_green.png</iconset>
79 </property>
80 <property name="iconSize" >
81 <size>
82 <width>16</width>
83 <height>16</height>
84 </size>
85 </property>
86 <property name="checkable" >
87 <bool>true</bool>
88 </property>
89 <property name="toolButtonStyle" >
90 <enum>Qt::ToolButtonTextBesideIcon</enum>
91 </property>
92 </widget>
93 </item>
94 <item>
95 <widget class="QListView" name="plotsView" />
96 </item>
97 </layout>
98 </widget>
99 </widget>
100 <action name="actionOpen" >
101 <property name="text" >
102 <string>&amp;Open</string>
103 </property>
104 </action>
105 <action name="actionSave" >
106 <property name="text" >
107 <string>&amp;Save</string>
108 </property>
109 </action>
110 <action name="actionSaveAs" >
111 <property name="text" >
112 <string>Save as...</string>
113 </property>
114 </action>
115 <action name="actionQuit" >
116 <property name="text" >
117 <string>&amp;Quit</string>
118 </property>
119 </action>
120 <action name="actionPreferences" >
121 <property name="text" >
122 <string>Preferences</string>
123 </property>
124 </action>
125 </widget>
126 <resources>
127 <include location="hpgl_plotter.qrc" />
128 </resources>
129 <connections/>
130 </ui>

mercurial