/ util / coreboot-configurator / src / application / AboutDialog.ui
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>412</width>
 10      <height>273</height>
 11     </rect>
 12    </property>
 13    <property name="windowTitle">
 14     <string>About</string>
 15    </property>
 16    <layout class="QVBoxLayout" name="verticalLayout">
 17     <item>
 18      <widget class="QLabel" name="label_4">
 19       <property name="text">
 20        <string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:16pt; font-weight:600;&quot;&gt;coreboot configurator&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 21       </property>
 22       <property name="alignment">
 23        <set>Qt::AlignCenter</set>
 24       </property>
 25      </widget>
 26     </item>
 27     <item>
 28      <widget class="QLabel" name="logoLabel">
 29       <property name="sizePolicy">
 30        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 31         <horstretch>0</horstretch>
 32         <verstretch>0</verstretch>
 33        </sizepolicy>
 34       </property>
 35       <property name="text">
 36        <string notr="true"/>
 37       </property>
 38       <property name="alignment">
 39        <set>Qt::AlignCenter</set>
 40       </property>
 41      </widget>
 42     </item>
 43     <item>
 44      <widget class="QLabel" name="aboutDescriptionLabel">
 45       <property name="sizePolicy">
 46        <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 47         <horstretch>0</horstretch>
 48         <verstretch>0</verstretch>
 49        </sizepolicy>
 50       </property>
 51       <property name="text">
 52        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;A simple GUI to change settings in coreboot's CBFS, via the nvramtool utility.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 53       </property>
 54       <property name="alignment">
 55        <set>Qt::AlignCenter</set>
 56       </property>
 57       <property name="wordWrap">
 58        <bool>true</bool>
 59       </property>
 60      </widget>
 61     </item>
 62     <item>
 63      <widget class="QLabel" name="versionLabel">
 64       <property name="text">
 65        <string notr="true"/>
 66       </property>
 67       <property name="alignment">
 68        <set>Qt::AlignCenter</set>
 69       </property>
 70      </widget>
 71     </item>
 72     <item>
 73      <widget class="QLabel" name="emailLabel">
 74       <property name="sizePolicy">
 75        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 76         <horstretch>0</horstretch>
 77         <verstretch>0</verstretch>
 78        </sizepolicy>
 79       </property>
 80       <property name="text">
 81        <string notr="true">&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://support.starlabs.systems&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;starlabs.systems&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 82       </property>
 83       <property name="alignment">
 84        <set>Qt::AlignCenter</set>
 85       </property>
 86       <property name="openExternalLinks">
 87        <bool>true</bool>
 88       </property>
 89      </widget>
 90     </item>
 91     <item>
 92      <widget class="QDialogButtonBox" name="buttonBox">
 93       <property name="orientation">
 94        <enum>Qt::Horizontal</enum>
 95       </property>
 96       <property name="standardButtons">
 97        <set>QDialogButtonBox::Ok</set>
 98       </property>
 99       <property name="centerButtons">
100        <bool>true</bool>
101       </property>
102      </widget>
103     </item>
104    </layout>
105   </widget>
106   <resources/>
107   <connections>
108    <connection>
109     <sender>buttonBox</sender>
110     <signal>accepted()</signal>
111     <receiver>AboutDialog</receiver>
112     <slot>accept()</slot>
113     <hints>
114      <hint type="sourcelabel">
115       <x>248</x>
116       <y>254</y>
117      </hint>
118      <hint type="destinationlabel">
119       <x>157</x>
120       <y>274</y>
121      </hint>
122     </hints>
123    </connection>
124    <connection>
125     <sender>buttonBox</sender>
126     <signal>rejected()</signal>
127     <receiver>AboutDialog</receiver>
128     <slot>reject()</slot>
129     <hints>
130      <hint type="sourcelabel">
131       <x>316</x>
132       <y>260</y>
133      </hint>
134      <hint type="destinationlabel">
135       <x>286</x>
136       <y>274</y>
137      </hint>
138     </hints>
139    </connection>
140   </connections>
141  </ui>