1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>
4SPDX-FileCopyrightText: 2019 Adriaan de Groot &lt;groot@kde.org&gt;
5SPDX-License-Identifier: GPL-3.0-or-later
6 </author>
7 <class>OEMPage</class>
8 <widget class="QWidget" name="OEMPage">
9  <property name="geometry">
10   <rect>
11    <x>0</x>
12    <y>0</y>
13    <width>592</width>
14    <height>300</height>
15   </rect>
16  </property>
17  <property name="sizePolicy">
18   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
19    <horstretch>1</horstretch>
20    <verstretch>0</verstretch>
21   </sizepolicy>
22  </property>
23  <property name="windowTitle">
24   <string notr="true">OEMPage</string>
25  </property>
26  <layout class="QVBoxLayout" name="verticalLayout">
27   <item>
28    <layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0,0" columnstretch="1,9">
29     <item row="3" column="0" alignment="Qt::AlignRight">
30      <widget class="QLabel" name="batchIdentifier_label">
31       <property name="text">
32        <string>Ba&amp;tch:</string>
33       </property>
34       <property name="buddy">
35        <cstring>batchIdentifier</cstring>
36       </property>
37      </widget>
38     </item>
39     <item row="3" column="1">
40      <widget class="QLineEdit" name="batchIdentifier">
41       <property name="toolTip">
42        <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>
43       </property>
44       <property name="accessibleName">
45        <string notr="true">batch-identifier</string>
46       </property>
47      </widget>
48     </item>
49     <item row="0" column="0" colspan="2">
50      <widget class="QLabel" name="label">
51       <property name="text">
52        <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>
53       </property>
54       <property name="textFormat">
55        <enum>Qt::RichText</enum>
56       </property>
57       <property name="alignment">
58        <set>Qt::AlignCenter</set>
59       </property>
60       <property name="wordWrap">
61        <bool>true</bool>
62       </property>
63      </widget>
64     </item>
65     <item row="1" column="0">
66      <spacer name="verticalSpacer_2">
67       <property name="orientation">
68        <enum>Qt::Vertical</enum>
69       </property>
70       <property name="sizeType">
71        <enum>QSizePolicy::Fixed</enum>
72       </property>
73       <property name="sizeHint" stdset="0">
74        <size>
75         <width>20</width>
76         <height>40</height>
77        </size>
78       </property>
79      </spacer>
80     </item>
81    </layout>
82   </item>
83   <item>
84    <spacer name="verticalSpacer">
85     <property name="orientation">
86      <enum>Qt::Vertical</enum>
87     </property>
88     <property name="sizeHint" stdset="0">
89      <size>
90       <width>20</width>
91       <height>40</height>
92      </size>
93     </property>
94    </spacer>
95   </item>
96  </layout>
97 </widget>
98 <resources/>
99 <connections/>
100</ui>
101