16
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>
18
<widget class="QTabWidget" name="Tabs">
19
<property name="currentIndex">
22
<widget class="QWidget" name="GeneralTab">
23
<attribute name="title">
24
<string>General</string>
26
<layout class="QVBoxLayout" name="verticalLayout_2">
28
<layout class="QHBoxLayout" name="GeneralLayout">
30
<widget class="QLabel" name="Logo">
31
<property name="text">
34
<property name="pixmap">
35
<pixmap resource="../resource/main.qrc">:/images/logo.png</pixmap>
37
<property name="alignment">
38
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
43
<widget class="QLabel" name="Copyright">
44
<property name="sizePolicy">
45
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
46
<horstretch>0</horstretch>
47
<verstretch>0</verstretch>
50
<property name="text">
51
<string><h2>NitroShare</h2>
39
52
<i>Copyright 2012 Nathan Osman</i><br /><br />
40
53
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">
55
<property name="alignment">
56
<set>Qt::AlignJustify|Qt::AlignTop</set>
58
<property name="wordWrap">
67
<widget class="QWidget" name="SpecialTab">
68
<attribute name="title">
69
<string>Special Thanks</string>
72
<widget class="QWidget" name="TechnicalTab">
73
<attribute name="title">
74
<string>Technical</string>
76
<layout class="QVBoxLayout" name="verticalLayout_3">
78
<widget class="QLabel" name="TechLabel">
79
<property name="text">
80
<string>The following technical information was gathered from your computer:</string>
82
<property name="wordWrap">
88
<widget class="QTableWidget" name="TechData">
89
<attribute name="horizontalHeaderStretchLastSection">
92
<attribute name="verticalHeaderVisible">
95
<attribute name="verticalHeaderStretchLastSection">
99
<property name="text">
100
<string>Name</string>
104
<property name="text">
105
<string>Value</string>
66
115
<widget class="QDialogButtonBox" name="ButtonBox">