Initial commit
[keepassx] / src / forms / AboutDlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AboutDlg</class>
4  <widget class="QDialog" name="AboutDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>419</width>
10     <height>305</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>About</string>
15   </property>
16   <layout class="QVBoxLayout">
17    <property name="spacing">
18     <number>6</number>
19    </property>
20    <item>
21     <spacer>
22      <property name="orientation">
23       <enum>Qt::Vertical</enum>
24      </property>
25      <property name="sizeType">
26       <enum>QSizePolicy::Fixed</enum>
27      </property>
28      <property name="sizeHint" stdset="0">
29       <size>
30        <width>20</width>
31        <height>50</height>
32       </size>
33      </property>
34     </spacer>
35    </item>
36    <item>
37     <widget class="QTabWidget" name="tabWidget">
38      <property name="currentIndex">
39       <number>0</number>
40      </property>
41      <widget class="QWidget" name="tab">
42       <attribute name="title">
43        <string>About</string>
44       </attribute>
45       <layout class="QVBoxLayout">
46        <property name="spacing">
47         <number>6</number>
48        </property>
49        <item>
50         <layout class="QHBoxLayout">
51          <item>
52           <widget class="QLabel" name="labelAppName">
53            <property name="sizePolicy">
54             <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
55              <horstretch>0</horstretch>
56              <verstretch>0</verstretch>
57             </sizepolicy>
58            </property>
59            <property name="font">
60             <font>
61              <pointsize>12</pointsize>
62              <weight>75</weight>
63              <bold>true</bold>
64             </font>
65            </property>
66            <property name="text">
67             <string>AppName</string>
68            </property>
69           </widget>
70          </item>
71          <item>
72           <widget class="QLabel" name="labelAppFunc">
73            <property name="sizePolicy">
74             <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
75              <horstretch>0</horstretch>
76              <verstretch>0</verstretch>
77             </sizepolicy>
78            </property>
79            <property name="font">
80             <font>
81              <pointsize>9</pointsize>
82             </font>
83            </property>
84            <property name="text">
85             <string>AppFunc</string>
86            </property>
87            <property name="alignment">
88             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
89            </property>
90           </widget>
91          </item>
92         </layout>
93        </item>
94        <item>
95         <layout class="QHBoxLayout">
96          <property name="spacing">
97           <number>6</number>
98          </property>
99          <item>
100           <spacer>
101            <property name="orientation">
102             <enum>Qt::Horizontal</enum>
103            </property>
104            <property name="sizeType">
105             <enum>QSizePolicy::Fixed</enum>
106            </property>
107            <property name="sizeHint" stdset="0">
108             <size>
109              <width>10</width>
110              <height>20</height>
111             </size>
112            </property>
113           </spacer>
114          </item>
115          <item>
116           <layout class="QVBoxLayout">
117            <item>
118             <widget class="LinkLabel" name="label_5">
119              <property name="text">
120               <string>http://keepassx.sourceforge.net</string>
121              </property>
122             </widget>
123            </item>
124            <item>
125             <widget class="LinkLabel" name="label_3">
126              <property name="text">
127               <string>keepassx@gmail.com</string>
128              </property>
129             </widget>
130            </item>
131            <item>
132             <widget class="QLabel" name="label_4">
133              <property name="text">
134               <string>Copyright (C) 2005 - 2009 KeePassX Team
135 KeePassX is distributed under the terms of the
136 General Public License (GPL) version 2.</string>
137              </property>
138             </widget>
139            </item>
140           </layout>
141          </item>
142         </layout>
143        </item>
144       </layout>
145      </widget>
146      <widget class="QWidget" name="tab_2">
147       <attribute name="title">
148        <string>Credits</string>
149       </attribute>
150       <layout class="QVBoxLayout">
151        <property name="spacing">
152         <number>6</number>
153        </property>
154        <item>
155         <widget class="QTextEdit" name="Edit_Thanks">
156          <property name="readOnly">
157           <bool>true</bool>
158          </property>
159         </widget>
160        </item>
161       </layout>
162      </widget>
163      <widget class="QWidget" name="tab_4">
164       <attribute name="title">
165        <string>Translation</string>
166       </attribute>
167       <layout class="QVBoxLayout">
168        <property name="spacing">
169         <number>6</number>
170        </property>
171        <item>
172         <widget class="QTextEdit" name="Edit_Translation">
173          <property name="readOnly">
174           <bool>true</bool>
175          </property>
176         </widget>
177        </item>
178       </layout>
179      </widget>
180      <widget class="QWidget" name="tab_3">
181       <attribute name="title">
182        <string>License</string>
183       </attribute>
184       <layout class="QVBoxLayout">
185        <property name="spacing">
186         <number>6</number>
187        </property>
188        <item>
189         <widget class="QTextEdit" name="Edit_License">
190          <property name="readOnly">
191           <bool>true</bool>
192          </property>
193         </widget>
194        </item>
195       </layout>
196      </widget>
197     </widget>
198    </item>
199    <item>
200     <widget class="QDialogButtonBox" name="ButtonBox">
201      <property name="standardButtons">
202       <set>QDialogButtonBox::Close</set>
203      </property>
204     </widget>
205    </item>
206   </layout>
207  </widget>
208  <layoutdefault spacing="6" margin="11"/>
209  <customwidgets>
210   <customwidget>
211    <class>LinkLabel</class>
212    <extends>QLabel</extends>
213    <header>../../src/lib/UrlLabel.h</header>
214   </customwidget>
215  </customwidgets>
216  <tabstops>
217   <tabstop>tabWidget</tabstop>
218   <tabstop>Edit_Thanks</tabstop>
219   <tabstop>Edit_Translation</tabstop>
220   <tabstop>Edit_License</tabstop>
221   <tabstop>ButtonBox</tabstop>
222  </tabstops>
223  <resources/>
224  <connections/>
225 </ui>