c4b9bb363d944394776e3229350ab2a7958be332
[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-2014 The Bitcoin developers
95 Copyright © 2012-2014 The NovaCoin developers</string>
96        </property>
97        <property name="textInteractionFlags">
98         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
99        </property>
100       </widget>
101      </item>
102      <item>
103       <widget class="QLabel" name="label_2">
104        <property name="cursor">
105         <cursorShape>IBeamCursor</cursorShape>
106        </property>
107        <property name="text">
108         <string>
109 This is experimental software.
110
111 Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php.
112
113 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>
114        </property>
115        <property name="wordWrap">
116         <bool>true</bool>
117        </property>
118        <property name="textInteractionFlags">
119         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <spacer name="verticalSpacer">
125        <property name="orientation">
126         <enum>Qt::Vertical</enum>
127        </property>
128        <property name="sizeHint" stdset="0">
129         <size>
130          <width>20</width>
131          <height>40</height>
132         </size>
133        </property>
134       </spacer>
135      </item>
136      <item>
137       <widget class="QDialogButtonBox" name="buttonBox">
138        <property name="orientation">
139         <enum>Qt::Horizontal</enum>
140        </property>
141        <property name="standardButtons">
142         <set>QDialogButtonBox::Ok</set>
143        </property>
144       </widget>
145      </item>
146     </layout>
147    </item>
148   </layout>
149  </widget>
150  <resources>
151   <include location="../bitcoin.qrc"/>
152  </resources>
153  <connections>
154   <connection>
155    <sender>buttonBox</sender>
156    <signal>accepted()</signal>
157    <receiver>AboutDialog</receiver>
158    <slot>accept()</slot>
159    <hints>
160     <hint type="sourcelabel">
161      <x>360</x>
162      <y>308</y>
163     </hint>
164     <hint type="destinationlabel">
165      <x>157</x>
166      <y>274</y>
167     </hint>
168    </hints>
169   </connection>
170   <connection>
171    <sender>buttonBox</sender>
172    <signal>rejected()</signal>
173    <receiver>AboutDialog</receiver>
174    <slot>reject()</slot>
175    <hints>
176     <hint type="sourcelabel">
177      <x>428</x>
178      <y>308</y>
179     </hint>
180     <hint type="destinationlabel">
181      <x>286</x>
182      <y>274</y>
183     </hint>
184    </hints>
185   </connection>
186  </connections>
187 </ui>