-
Notifications
You must be signed in to change notification settings - Fork 15
/
about.ui
174 lines (171 loc) · 4.79 KB
/
about.ui
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>About</class>
<widget class="QDialog" name="About">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>618</width>
<height>459</height>
</rect>
</property>
<property name="windowTitle">
<string>About Paper Manager</string>
</property>
<property name="windowIconText">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="maxview.qrc">:/images/images/maxview.png</pixmap>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>582</width>
<height>449</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="textLabel1">
<property name="text">
<string>Paper Manager aims to turn your computer into an electronic filing cabinet for paper.
Paper Manager allows you to:
<ul>
<li>Quickly scan and file paper into your computer
<li>Read and write PaperPort .max files
<li>Stack, arrange and name your scanned paper
<li>Easily print and view your scanned paper<li>Convert to / from PDF and other formats</ul>
Paper Manager version 1.x by Simon Glass &lt;[email protected]&gt;
<p>
<p>TIFF code Copyright (c) 1990-1996 Sam Leffler, Copyright (c) 1991-1996 Silicon Graphics, Inc.
<p>Quite insane copyright (C) 2000 by Michael Herder [email protected]
<p>podofo Copyright (C) 2006 by Dominik Seichter &lt;[email protected]&gt;
<p>Zip library Copyright (C) 2007-2008 Angius Fabrizio. All rights reserved.
<p>md5 Library Copyright (C) 1995, 1996, 2001, 2003, 2004 Free Software Foundation, Inc.
<p>epeglite Created by Marc Liyanage on Fri Jan 16 2004. Copyright (c) 2004 All rights reserved.
<p>epeglite is a veneer on EPEG from enlightenment - see http://www.enlightenment.org/
</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QLabel" name="version">
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="text">
<string>Version 0.x</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="ok">
<property name="text">
<string>OK</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
<zorder>version</zorder>
<zorder>scrollArea</zorder>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="maxview.qrc"/>
</resources>
<connections>
<connection>
<sender>ok</sender>
<signal>clicked()</signal>
<receiver>About</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>20</x>
<y>20</y>
</hint>
<hint type="destinationlabel">
<x>20</x>
<y>20</y>
</hint>
</hints>
</connection>
</connections>
</ui>