1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>AboutDialog
</class>
4 <widget class=
"QDialog" name=
"AboutDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>About
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QLabel" name=
"label_4">
19 <property name=
"text">
20 <string notr=
"true"><html
><head/
><body
><p
><span style=
" font-size:
16pt; font-weight:
600;
">coreboot configurator
</span
></p
></body
></html
></string>
22 <property name=
"alignment">
23 <set>Qt::AlignCenter
</set>
28 <widget class=
"QLabel" name=
"logoLabel">
29 <property name=
"sizePolicy">
30 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
35 <property name=
"text">
38 <property name=
"alignment">
39 <set>Qt::AlignCenter
</set>
44 <widget class=
"QLabel" name=
"aboutDescriptionLabel">
45 <property name=
"sizePolicy">
46 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Expanding">
47 <horstretch>0</horstretch>
48 <verstretch>0</verstretch>
51 <property name=
"text">
52 <string><html
><head/
><body
><p
>A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.
</p
></body
></html
></string>
54 <property name=
"alignment">
55 <set>Qt::AlignCenter
</set>
57 <property name=
"wordWrap">
63 <widget class=
"QLabel" name=
"versionLabel">
64 <property name=
"text">
67 <property name=
"alignment">
68 <set>Qt::AlignCenter
</set>
73 <widget class=
"QLabel" name=
"emailLabel">
74 <property name=
"sizePolicy">
75 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
76 <horstretch>0</horstretch>
77 <verstretch>0</verstretch>
80 <property name=
"text">
81 <string notr=
"true"><html
><head/
><body
><p
><a href=
"https://support.starlabs.systems
"><span style=
" text-decoration: underline; color:#
0000ff;
">starlabs.systems
</span
></a
></p
></body
></html
></string>
83 <property name=
"alignment">
84 <set>Qt::AlignCenter
</set>
86 <property name=
"openExternalLinks">
92 <widget class=
"QDialogButtonBox" name=
"buttonBox">
93 <property name=
"orientation">
94 <enum>Qt::Horizontal
</enum>
96 <property name=
"standardButtons">
97 <set>QDialogButtonBox::Ok
</set>
99 <property name=
"centerButtons">
109 <sender>buttonBox
</sender>
110 <signal>accepted()
</signal>
111 <receiver>AboutDialog
</receiver>
112 <slot>accept()
</slot>
114 <hint type=
"sourcelabel">
118 <hint type=
"destinationlabel">
125 <sender>buttonBox
</sender>
126 <signal>rejected()
</signal>
127 <receiver>AboutDialog
</receiver>
128 <slot>reject()
</slot>
130 <hint type=
"sourcelabel">
134 <hint type=
"destinationlabel">