1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>aboutDialog</class>
4 <widget class="QDialog" name="aboutDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>428</width>
10    <height>320</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>about zNotes</string>
15  </property>
16  <property name="windowIcon">
17   <iconset resource="znotes.qrc">
18    <normaloff>:/res/znotes.png</normaloff>:/res/znotes.png</iconset>
19  </property>
20  <layout class="QVBoxLayout" name="verticalLayout">
21   <item>
22    <widget class="QLabel" name="icon">
23     <property name="text">
24      <string/>
25     </property>
26     <property name="pixmap">
27      <pixmap resource="znotes.qrc">:/res/znotes64.png</pixmap>
28     </property>
29     <property name="alignment">
30      <set>Qt::AlignCenter</set>
31     </property>
32    </widget>
33   </item>
34   <item>
35    <widget class="QTabWidget" name="tabWidget">
36     <property name="currentIndex">
37      <number>0</number>
38     </property>
39     <widget class="QWidget" name="tpAbout">
40      <attribute name="title">
41       <string>About</string>
42      </attribute>
43      <layout class="QVBoxLayout" name="verticalLayout_2">
44       <item>
45        <widget class="QLabel" name="lbAbout">
46         <property name="text">
47          <string>zNotes</string>
48         </property>
49         <property name="alignment">
50          <set>Qt::AlignHCenter|Qt::AlignTop</set>
51         </property>
52         <property name="wordWrap">
53          <bool>true</bool>
54         </property>
55         <property name="textInteractionFlags">
56          <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
57         </property>
58        </widget>
59       </item>
60      </layout>
61     </widget>
62     <widget class="QWidget" name="tpAuthors">
63      <attribute name="title">
64       <string>Authors</string>
65      </attribute>
66      <layout class="QVBoxLayout" name="verticalLayout_4">
67       <item>
68        <widget class="QTextBrowser" name="lbAuthors">
69         <property name="openExternalLinks">
70          <bool>true</bool>
71         </property>
72        </widget>
73       </item>
74      </layout>
75     </widget>
76     <widget class="QWidget" name="tpCredits">
77      <attribute name="title">
78       <string>Credits</string>
79      </attribute>
80      <layout class="QVBoxLayout" name="verticalLayout_5">
81       <item>
82        <widget class="QTextBrowser" name="lbCredits">
83         <property name="openExternalLinks">
84          <bool>true</bool>
85         </property>
86        </widget>
87       </item>
88      </layout>
89     </widget>
90     <widget class="QWidget" name="tpLicense">
91      <attribute name="title">
92       <string>License</string>
93      </attribute>
94      <layout class="QVBoxLayout" name="verticalLayout_3">
95       <item>
96        <widget class="QPlainTextEdit" name="textLicense">
97         <property name="readOnly">
98          <bool>true</bool>
99         </property>
100         <property name="plainText">
101          <string>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.
102This 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.
103See the GNU General Public License for more details.
104
105The text of the license can can be found in the file LICENSE.</string>
106         </property>
107        </widget>
108       </item>
109      </layout>
110     </widget>
111     <widget class="QWidget" name="tpHelp">
112      <attribute name="title">
113       <string>Help</string>
114      </attribute>
115      <layout class="QVBoxLayout" name="verticalLayout_6">
116       <item>
117        <widget class="QTextBrowser" name="lbHelp">
118         <property name="openExternalLinks">
119          <bool>true</bool>
120         </property>
121        </widget>
122       </item>
123      </layout>
124     </widget>
125    </widget>
126   </item>
127   <item>
128    <layout class="QHBoxLayout" name="horizontalLayout">
129     <item>
130      <spacer name="horizontalSpacer">
131       <property name="orientation">
132        <enum>Qt::Horizontal</enum>
133       </property>
134       <property name="sizeHint" stdset="0">
135        <size>
136         <width>40</width>
137         <height>20</height>
138        </size>
139       </property>
140      </spacer>
141     </item>
142     <item>
143      <widget class="QPushButton" name="butClose">
144       <property name="text">
145        <string>Close</string>
146       </property>
147      </widget>
148     </item>
149     <item>
150      <spacer name="horizontalSpacer_2">
151       <property name="orientation">
152        <enum>Qt::Horizontal</enum>
153       </property>
154       <property name="sizeHint" stdset="0">
155        <size>
156         <width>40</width>
157         <height>20</height>
158        </size>
159       </property>
160      </spacer>
161     </item>
162    </layout>
163   </item>
164  </layout>
165 </widget>
166 <resources>
167  <include location="znotes.qrc"/>
168 </resources>
169 <connections>
170  <connection>
171   <sender>butClose</sender>
172   <signal>clicked()</signal>
173   <receiver>aboutDialog</receiver>
174   <slot>accept()</slot>
175   <hints>
176    <hint type="sourcelabel">
177     <x>252</x>
178     <y>309</y>
179    </hint>
180    <hint type="destinationlabel">
181     <x>289</x>
182     <y>266</y>
183    </hint>
184   </hints>
185  </connection>
186 </connections>
187</ui>
188