Somewhat confident now, tested on GNOME+KDE, with all types of transactions. Next...
[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         </widget>
56        </item>
57        <item>
58         <widget class="QLabel" name="versionLabel">
59          <property name="text">
60           <string>0.3.666-beta</string>
61          </property>
62          <property name="textFormat">
63           <enum>Qt::RichText</enum>
64          </property>
65         </widget>
66        </item>
67        <item>
68         <spacer name="horizontalSpacer">
69          <property name="orientation">
70           <enum>Qt::Horizontal</enum>
71          </property>
72          <property name="sizeHint" stdset="0">
73           <size>
74            <width>40</width>
75            <height>20</height>
76           </size>
77          </property>
78         </spacer>
79        </item>
80       </layout>
81      </item>
82      <item>
83       <widget class="QLabel" name="label_2">
84        <property name="text">
85         <string>Copyright © 2009-2011 Bitcoin Developers
86
87 This is experimental software.
88
89 Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php.
90
91 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>
92        </property>
93        <property name="wordWrap">
94         <bool>true</bool>
95        </property>
96       </widget>
97      </item>
98      <item>
99       <spacer name="verticalSpacer">
100        <property name="orientation">
101         <enum>Qt::Vertical</enum>
102        </property>
103        <property name="sizeHint" stdset="0">
104         <size>
105          <width>20</width>
106          <height>40</height>
107         </size>
108        </property>
109       </spacer>
110      </item>
111      <item>
112       <widget class="QDialogButtonBox" name="buttonBox">
113        <property name="orientation">
114         <enum>Qt::Horizontal</enum>
115        </property>
116        <property name="standardButtons">
117         <set>QDialogButtonBox::Ok</set>
118        </property>
119       </widget>
120      </item>
121     </layout>
122    </item>
123   </layout>
124  </widget>
125  <resources>
126   <include location="../bitcoin.qrc"/>
127  </resources>
128  <connections>
129   <connection>
130    <sender>buttonBox</sender>
131    <signal>accepted()</signal>
132    <receiver>AboutDialog</receiver>
133    <slot>accept()</slot>
134    <hints>
135     <hint type="sourcelabel">
136      <x>360</x>
137      <y>308</y>
138     </hint>
139     <hint type="destinationlabel">
140      <x>157</x>
141      <y>274</y>
142     </hint>
143    </hints>
144   </connection>
145   <connection>
146    <sender>buttonBox</sender>
147    <signal>rejected()</signal>
148    <receiver>AboutDialog</receiver>
149    <slot>reject()</slot>
150    <hints>
151     <hint type="sourcelabel">
152      <x>428</x>
153      <y>308</y>
154     </hint>
155     <hint type="destinationlabel">
156      <x>286</x>
157      <y>274</y>
158     </hint>
159    </hints>
160   </connection>
161  </connections>
162 </ui>