Изменение базового класса окна About
[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="QWidget" 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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;This is experimental software.&lt;/p&gt;&lt;p&gt;Distributed under the MIT/X11 software license, see the accompanying file COPYING or &lt;a href=&quot;http://www.opensource.org/licenses/mit-license.php&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.opensource.org/licenses/mit-license.php&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (&lt;a href=&quot;http://www.openssl.org/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.openssl.org/&lt;/span&gt;&lt;/a&gt;) and cryptographic software written by Eric Young (&lt;a href=&quot;mailto:eay@cryptsoft.com&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;eay@cryptsoft.com&lt;/span&gt;&lt;/a&gt;) and UPnP software written by Thomas Bernard(&lt;a href=&quot;mailto:miniupnp@free.fr&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;miniupnp@free.fr&lt;/span&gt;&lt;/a&gt;).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
109        </property>
110        <property name="wordWrap">
111         <bool>true</bool>
112        </property>
113        <property name="openExternalLinks">
114         <bool>true</bool>
115        </property>
116        <property name="textInteractionFlags">
117         <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <spacer name="verticalSpacer">
123        <property name="orientation">
124         <enum>Qt::Vertical</enum>
125        </property>
126        <property name="sizeHint" stdset="0">
127         <size>
128          <width>20</width>
129          <height>40</height>
130         </size>
131        </property>
132       </spacer>
133      </item>
134      <item>
135       <widget class="QDialogButtonBox" name="buttonBox">
136        <property name="orientation">
137         <enum>Qt::Horizontal</enum>
138        </property>
139        <property name="standardButtons">
140         <set>QDialogButtonBox::Ok</set>
141        </property>
142       </widget>
143      </item>
144     </layout>
145    </item>
146   </layout>
147  </widget>
148  <resources>
149   <include location="../bitcoin.qrc"/>
150  </resources>
151  <connections>
152   <connection>
153    <sender>buttonBox</sender>
154    <signal>accepted()</signal>
155    <receiver>AboutDialog</receiver>
156    <slot>accept()</slot>
157    <hints>
158     <hint type="sourcelabel">
159      <x>360</x>
160      <y>308</y>
161     </hint>
162     <hint type="destinationlabel">
163      <x>157</x>
164      <y>274</y>
165     </hint>
166    </hints>
167   </connection>
168   <connection>
169    <sender>buttonBox</sender>
170    <signal>rejected()</signal>
171    <receiver>AboutDialog</receiver>
172    <slot>reject()</slot>
173    <hints>
174     <hint type="sourcelabel">
175      <x>428</x>
176      <y>308</y>
177     </hint>
178     <hint type="destinationlabel">
179      <x>286</x>
180      <y>274</y>
181     </hint>
182    </hints>
183   </connection>
184  </connections>
185 </ui>