-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathqwinhelp.ui
More file actions
97 lines (97 loc) · 3.06 KB
/
qwinhelp.ui
File metadata and controls
97 lines (97 loc) · 3.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Main window. Copyright (C) 2010-2013 rel-eng. This file is part of QWinHelp. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.</author>
<class>QWinHelpClass</class>
<widget class="QMainWindow" name="QWinHelpClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>HelpVeiwer</string>
</property>
<widget class="QWidget" name="centralwidget"/>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuWindow">
<property name="title">
<string>Window</string>
</property>
</widget>
<addaction name="menuFile"/>
<addaction name="menuWindow"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionAbout">
<property name="text">
<string>&About</string>
</property>
<property name="statusTip">
<string>Show the application's About box</string>
</property>
</action>
<action name="actionOpen">
<property name="text">
<string>&Open...</string>
</property>
<property name="statusTip">
<string>Open an existing file</string>
</property>
</action>
<action name="actionClose">
<property name="text">
<string>Close</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>E&xit</string>
</property>
<property name="statusTip">
<string>Exit the application</string>
</property>
</action>
<action name="actionClose_All">
<property name="text">
<string>Close All</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About &Qt</string>
</property>
<property name="statusTip">
<string>Show the Qt library's About box</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>