e9c47cfc4d799b0c799e8ea36bc317c4922a9a8c
[novacoin.git] / src / qt / forms / aboutdialog.ui
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>593</width>
10     <height>319</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>About NovaCoin</string>
15   </property>
16   <layout class="QHBoxLayout" name="horizontalLayout_2">
17    <item>
18     <widget class="QLabel" name="label_4">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="pixmap">
26       <pixmap resource="../bitcoin.qrc">:/images/about</pixmap>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <layout class="QVBoxLayout" name="verticalLayout_2">
32      <item>
33       <spacer name="verticalSpacer_2">
34        <property name="orientation">
35         <enum>Qt::Vertical</enum>
36        </property>
37        <property name="sizeHint" stdset="0">
38         <size>
39          <width>20</width>
40          <height>40</height>
41         </size>
42        </property>
43       </spacer>
44      </item>
45      <item>
46       <layout class="QHBoxLayout" name="horizontalLayout">
47        <item>
48         <widget class="QLabel" name="label">
49          <property name="cursor">
50           <cursorShape>IBeamCursor</cursorShape>
51          </property>
52          <property name="text">
53           <string>&lt;b&gt;NovaCoin&lt;/b&gt; version</string>
54          </property>
55          <property name="textInteractionFlags">
56           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
57          </property>
58         </widget>
59        </item>
60        <item>
61         <widget class="QLabel" name="versionLabel">
62          <property name="cursor">
63           <cursorShape>IBeamCursor</cursorShape>
64          </property>
65          <property name="text">
66           <string notr="true">0.3.666-beta</string>
67          </property>
68          <property name="textInteractionFlags">
69           <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
70          </property>
71         </widget>
72        </item>
73        <item>
74         <spacer name="horizontalSpacer">
75          <property name="orientation">
76           <enum>Qt::Horizontal</enum>
77          </property>
78          <property name="sizeHint" stdset="0">
79           <size>
80            <width>40</width>
81            <height>20</height>
82           </size>
83          </property>
84         </spacer>
85        </item>
86       </layout>
87      </item>
88      <item>
89       <widget class="QLabel" name="copyrightLabel">
90        <property name="cursor">
91         <cursorShape>IBeamCursor</cursorShape>
92        </property>
93        <property name="text">
94         <string>Copyright © 2009-2012 The NovaCoin developers</string>
95        </property>
96        <property name="textInteractionFlags">
97         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
98        </property>
99       </widget>
100      </item>
101      <item>
102       <widget class="QLabel" name="label_2">
103        <property name="cursor">
104         <cursorShape>IBeamCursor</cursorShape>
105        </property>
106        <property name="text">
107         <string>
108 This is experimental software.
109
110 Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
111
112 This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by Eric Young (eay@cryptsoft.com) and UPnP software written by Thomas Bernard.</string>
113        </property>
114        <property name="wordWrap">
115         <bool>true</bool>
116        </property>
117        <property name="textInteractionFlags">
118         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
119        </property>
120       </widget>
121      </item>
122      <item>
123       <spacer name="verticalSpacer">
124        <property name="orientation">
125         <enum>Qt::Vertical</enum>
126        </property>
127        <property name="sizeHint" stdset="0">
128         <size>
129          <width>20</width>
130          <height>40</height>
131         </size>
132        </property>
133       </spacer>
134      </item>
135      <item>
136       <widget class="QDialogButtonBox" name="buttonBox">
137        <property name="orientation">
138         <enum>Qt::Horizontal</enum>
139        </property>
140        <property name="standardButtons">
141         <set>QDialogButtonBox::Ok</set>
142        </property>
143       </widget>
144      </item>
145     </layout>
146    </item>
147   </layout>
148  </widget>
149  <resources>
150   <include location="../bitcoin.qrc"/>
151  </resources>
152  <connections>
153   <connection>
154    <sender>buttonBox</sender>
155    <signal>accepted()</signal>
156    <receiver>AboutDialog</receiver>
157    <slot>accept()</slot>
158    <hints>
159     <hint type="sourcelabel">
160      <x>360</x>
161      <y>308</y>
162     </hint>
163     <hint type="destinationlabel">
164      <x>157</x>
165      <y>274</y>
166     </hint>
167    </hints>
168   </connection>
169   <connection>
170    <sender>buttonBox</sender>
171    <signal>rejected()</signal>
172    <receiver>AboutDialog</receiver>
173    <slot>reject()</slot>
174    <hints>
175     <hint type="sourcelabel">
176      <x>428</x>
177      <y>308</y>
178     </hint>
179     <hint type="destinationlabel">
180      <x>286</x>
181      <y>274</y>
182     </hint>
183    </hints>
184   </connection>
185  </connections>
186 </ui>