gui/mozregui/ui/intro.ui (128 lines of code) (raw):
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Intro</class>
<widget class="QWidget" name="Intro">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>464</width>
<height>357</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Application</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="app_combo"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Bits</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="bits_combo"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="arch_label">
<property name="text">
<string>Build architecture</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="arch_combo"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Build Type</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="build_type">
<property name="toolTip">
<string>Choose a build type you want.</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="repository_label">
<property name="toolTip">
<string>you can choose a specific repository name here</string>
</property>
<property name="text">
<string>Repository</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="repository">
<property name="toolTip">
<string>repository like autoland|mozilla-beta|...</string>
</property>
<property name="placeholderText">
<string>you can choose a specific repository name here</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="lang_label">
<property name="toolTip">
<string>enter the code of the lang you want a build for</string>
</property>
<property name="text">
<string>Lang</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lang">
<property name="toolTip">
<string>Lang code such as he, ar, zh-TW</string>
</property>
<property name="placeholderText">
<string>The lang code (e.g. de)</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="url_label">
<property name="toolTip">
<string>enter a URL to pass to the app</string>
</property>
<property name="text">
<string>URL</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QLineEdit" name="url">
<property name="toolTip">
<string>URL such as example.org, https://mozilla.org, about:logo</string>
</property>
<property name="placeholderText">
<string>Open the app to a specific URL</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>