File loginform.ui of Package lxqt-lightdm-greeter
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LoginForm</class>
<widget class="QWidget" name="LoginForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>314</width>
<height>396</height>
</rect>
</property>
<property name="font">
<font>
<family>Andale Mono</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="windowTitle">
<string>LoginForm</string>
</property>
<widget class="QFrame" name="formFrame">
<property name="geometry">
<rect>
<x>40</x>
<y>30</y>
<width>271</width>
<height>361</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>60</number>
</property>
<item row="0" column="1">
<widget class="QLabel" name="hostnameLabel">
<property name="minimumSize">
<size>
<width>0</width>
<height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>10000</width>
<height>60</height>
</size>
</property>
<property name="font">
<font>
<family>Bitstream Vera Sans</family>
<pointsize>18</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>Chr-pc</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="indent">
<number>10</number>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="userCombo">
<property name="minimumSize">
<size>
<width>200</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>10000</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<family>Bitstream Vera Sans</family>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="otherUserInput">
<property name="minimumSize">
<size>
<width>200</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>10000</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<family>Bitstream Vera Sans</family>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="placeholderText">
<string>user</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="passwordInput">
<property name="minimumSize">
<size>
<width>200</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>10000</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<family>Bitstream Vera Sans</family>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>password</string>
</property>
</widget>
</item>
<item row="5" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="loginButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<family>Bitstream Vera Sans</family>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>Login</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="leaveButton">
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>70</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
<item row="6" column="1">
<widget class="QComboBox" name="sessionCombo">
<property name="minimumSize">
<size>
<width>200</width>
<height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>10000</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<family>Bitstream Vera Sans</family>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="iconLabel">
<property name="geometry">
<rect>
<x>14</x>
<y>6</y>
<width>80</width>
<height>80</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>10000</width>
<height>10000</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>resources/rqt-2.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections>
<connection>
<sender>passwordInput</sender>
<signal>returnPressed()</signal>
<receiver>loginButton</receiver>
<slot>animateClick()</slot>
<hints>
<hint type="sourcelabel">
<x>377</x>
<y>281</y>
</hint>
<hint type="destinationlabel">
<x>299</x>
<y>339</y>
</hint>
</hints>
</connection>
</connections>
</ui>