6e342e5e8a0c5578e2bbabf9b43cc634e57d3569
[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 Bitcoin</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="text">
26       <string/>
27      </property>
28      <property name="pixmap">
29       <pixmap resource="../bitcoin.qrc">:/images/about</pixmap>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <layout class="QVBoxLayout" name="verticalLayout_2">
35      <item>
36       <spacer name="verticalSpacer_2">
37        <property name="orientation">
38         <enum>Qt::Vertical</enum>
39        </property>
40        <property name="sizeHint" stdset="0">
41         <size>
42          <width>20</width>
43          <height>40</height>
44         </size>
45        </property>
46       </spacer>
47      </item>
48      <item>
49       <layout class="QHBoxLayout" name="horizontalLayout">
50        <item>
51         <widget class="QLabel" name="label">
52          <property name="text">
53           <string>&lt;b&gt;Bitcoin&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="text">
63           <string notr="true">0.3.666-beta</string>
64          </property>
65          <property name="textFormat">
66           <enum>Qt::RichText</enum>
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="label_2">
90        <property name="text">
91         <string>Copyright © 2009-2012 Bitcoin Developers
92
93 This is experimental software.
94
95 Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php.
96
97 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>
98        </property>
99        <property name="wordWrap">
100         <bool>true</bool>
101        </property>
102        <property name="textInteractionFlags">
103         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
104        </property>
105       </widget>
106      </item>
107      <item>
108       <spacer name="verticalSpacer">
109        <property name="orientation">
110         <enum>Qt::Vertical</enum>
111        </property>
112        <property name="sizeHint" stdset="0">
113         <size>
114          <width>20</width>
115          <height>40</height>
116         </size>
117        </property>
118       </spacer>
119      </item>
120      <item>
121       <widget class="QDialogButtonBox" name="buttonBox">
122        <property name="orientation">
123         <enum>Qt::Horizontal</enum>
124        </property>
125        <property name="standardButtons">
126         <set>QDialogButtonBox::Ok</set>
127        </property>
128       </widget>
129      </item>
130     </layout>
131    </item>
132   </layout>
133  </widget>
134  <resources>
135   <include location="../bitcoin.qrc"/>
136  </resources>
137  <connections>
138   <connection>
139    <sender>buttonBox</sender>
140    <signal>accepted()</signal>
141    <receiver>AboutDialog</receiver>
142    <slot>accept()</slot>
143    <hints>
144     <hint type="sourcelabel">
145      <x>360</x>
146      <y>308</y>
147     </hint>
148     <hint type="destinationlabel">
149      <x>157</x>
150      <y>274</y>
151     </hint>
152    </hints>
153   </connection>
154   <connection>
155    <sender>buttonBox</sender>
156    <signal>rejected()</signal>
157    <receiver>AboutDialog</receiver>
158    <slot>reject()</slot>
159    <hints>
160     <hint type="sourcelabel">
161      <x>428</x>
162      <y>308</y>
163     </hint>
164     <hint type="destinationlabel">
165      <x>286</x>
166      <y>274</y>
167     </hint>
168    </hints>
169   </connection>
170  </connections>
171 </ui>