[oemid] Tweak UI layout

main
Adriaan de Groot 6 years ago
parent e510c829e1
commit 672634547b

@ -19,54 +19,77 @@
<property name="windowTitle"> <property name="windowTitle">
<string notr="true">OEMPage</string> <string notr="true">OEMPage</string>
</property> </property>
<widget class="QWidget" name="gridLayoutWidget"> <layout class="QVBoxLayout" name="verticalLayout">
<property name="geometry"> <item>
<rect> <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0" columnstretch="1,3">
<x>-1</x> <item row="2" column="1">
<y>9</y> <widget class="QLineEdit" name="batchIdentifier">
<width>601</width> <property name="toolTip">
<height>271</height> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter a batch-identifier here. This will be stored in the target system.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</rect> </property>
</property> <property name="accessibleName">
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0" columnstretch="1,3"> <string notr="true">batch-identifier</string>
<item row="1" column="1"> </property>
<widget class="QLineEdit" name="batchIdentifier"> </widget>
<property name="toolTip"> </item>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter a batch-identifier here. This will be stored in the target system.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <item row="2" column="0" alignment="Qt::AlignRight">
</property> <widget class="QLabel" name="batchIdentifier_label">
<property name="accessibleName"> <property name="text">
<string notr="true">batch-identifier</string> <string>Ba&amp;tch:</string>
</property> </property>
</widget> <property name="buddy">
</item> <cstring>batchIdentifier</cstring>
<item row="1" column="0" alignment="Qt::AlignRight"> </property>
<widget class="QLabel" name="batchIdentifier_label"> </widget>
<property name="text"> </item>
<string>Ba&amp;tch:</string> <item row="0" column="0" colspan="2">
</property> <widget class="QLabel" name="label">
<property name="buddy"> <property name="text">
<cstring>batchIdentifier</cstring> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;h1&gt;OEM Configuration&lt;/h1&gt;&lt;p&gt;Calamares will use OEM settings while configuring the target system.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
</widget> <property name="textFormat">
</item> <enum>Qt::RichText</enum>
<item row="0" column="0" colspan="2"> </property>
<widget class="QLabel" name="label"> <property name="alignment">
<property name="text"> <set>Qt::AlignCenter</set>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;h1&gt;OEM Configuration&lt;/h1&gt;&lt;p&gt;Calamares will use OEM settings while configuring the target system.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> </property>
</property> <property name="wordWrap">
<property name="textFormat"> <bool>true</bool>
<enum>Qt::RichText</enum> </property>
</property> </widget>
<property name="alignment"> </item>
<set>Qt::AlignCenter</set> <item row="1" column="0">
</property> <spacer name="verticalSpacer_2">
<property name="wordWrap"> <property name="orientation">
<bool>true</bool> <enum>Qt::Vertical</enum>
</property> </property>
</widget> <property name="sizeType">
</item> <enum>QSizePolicy::Fixed</enum>
</layout> </property>
</widget> <property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>

Loading…
Cancel
Save