1
<?xml version="1.0" encoding="UTF-8"?>
3
<class>CAboutDialog</class>
4
<widget class="QDialog" name="CAboutDialog">
5
<property name="geometry">
13
<property name="windowTitle">
14
<string>About NitroShare</string>
16
<layout class="QVBoxLayout" name="verticalLayout">
18
<layout class="QHBoxLayout" name="horizontalLayout">
20
<widget class="QLabel" name="label">
21
<property name="text">
24
<property name="pixmap">
25
<pixmap resource="../resource/main.qrc">:/images/logo.png</pixmap>
30
<widget class="QLabel" name="label_2">
31
<property name="sizePolicy">
32
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
33
<horstretch>0</horstretch>
34
<verstretch>0</verstretch>
37
<property name="text">
38
<string><h2>NitroShare</h2>
39
<i>Copyright 2012 Nathan Osman</i><br /><br />
40
You should have received a copy of the GNU General Public License along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;</string>
42
<property name="alignment">
43
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
45
<property name="wordWrap">
53
<spacer name="verticalSpacer">
54
<property name="orientation">
55
<enum>Qt::Vertical</enum>
57
<property name="sizeHint" stdset="0">
66
<widget class="QDialogButtonBox" name="ButtonBox">
67
<property name="orientation">
68
<enum>Qt::Horizontal</enum>
70
<property name="standardButtons">
71
<set>QDialogButtonBox::Ok</set>
78
<include location="../resource/main.qrc"/>
82
<sender>ButtonBox</sender>
83
<signal>accepted()</signal>
84
<receiver>CAboutDialog</receiver>
87
<hint type="sourcelabel">
91
<hint type="destinationlabel">