summaryrefslogtreecommitdiffstats
path: root/src/loginform.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/loginform.ui')
-rw-r--r--src/loginform.ui99
1 files changed, 44 insertions, 55 deletions
diff --git a/src/loginform.ui b/src/loginform.ui
index 3525a9d..b4c4cd5 100644
--- a/src/loginform.ui
+++ b/src/loginform.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>350</width>
- <height>325</height>
+ <height>354</height>
</rect>
</property>
<property name="font">
@@ -34,7 +34,8 @@
}
QComboBox,
-QPushButton {
+QPushButton,
+#messageLabel {
border: 1px solid silver;
background-color: rgb(200, 200, 200);
}
@@ -103,32 +104,29 @@ QComboBox::down-arrow {
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QLabel" name="iconLabel">
+ <item row="5" column="1">
+ <widget class="QComboBox" name="leaveComboBox">
<property name="minimumSize">
<size>
- <width>50</width>
- <height>50</height>
+ <width>80</width>
+ <height>60</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>50</width>
- <height>50</height>
+ <width>80</width>
+ <height>60</height>
</size>
</property>
- <property name="text">
- <string/>
- </property>
- <property name="pixmap">
- <pixmap resource="qt-lightdm-greeter.qrc">:/resources/rqt-2.png</pixmap>
- </property>
- <property name="scaledContents">
- <bool>true</bool>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
+ <item>
+ <property name="text">
+ <string/>
+ </property>
+ <property name="icon">
+ <iconset resource="../qt-lightdm-greeter.qrc">
+ <normaloff>:/resources/leaveIcon.svg</normaloff>:/resources/leaveIcon.svg</iconset>
+ </property>
+ </item>
</widget>
</item>
<item row="1" column="0" colspan="2">
@@ -160,7 +158,7 @@ QComboBox::down-arrow {
</property>
</widget>
</item>
- <item row="2" column="0" colspan="2">
+ <item row="3" column="0" colspan="2">
<widget class="QLineEdit" name="passwordInput">
<property name="minimumSize">
<size>
@@ -201,58 +199,48 @@ QComboBox::down-arrow {
</property>
</widget>
</item>
- <item row="3" column="0">
- <widget class="QComboBox" name="sessionCombo">
+ <item row="0" column="1">
+ <widget class="QLabel" name="iconLabel">
<property name="minimumSize">
<size>
- <width>200</width>
- <height>60</height>
+ <width>50</width>
+ <height>50</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>10000</width>
- <height>60</height>
+ <width>50</width>
+ <height>50</height>
</size>
</property>
- <property name="font">
- <font>
- <family>Bitstream Vera Sans</family>
- <weight>50</weight>
- <bold>false</bold>
- </font>
+ <property name="text">
+ <string/>
</property>
- <property name="sizeAdjustPolicy">
- <enum>QComboBox::AdjustToContents</enum>
+ <property name="pixmap">
+ <pixmap resource="../qt-lightdm-greeter.qrc">:/resources/rqt-2.png</pixmap>
</property>
- <property name="frame">
+ <property name="scaledContents">
<bool>true</bool>
</property>
+ <property name="alignment">
+ <set>Qt::AlignCenter</set>
+ </property>
</widget>
</item>
- <item row="3" column="1">
- <widget class="QComboBox" name="leaveComboBox">
+ <item row="6" column="0" rowspan="2" colspan="2">
+ <widget class="QLabel" name="messageLabel">
<property name="minimumSize">
<size>
- <width>80</width>
- <height>60</height>
+ <width>200</width>
+ <height>30</height>
</size>
</property>
- <property name="maximumSize">
- <size>
- <width>80</width>
- <height>60</height>
- </size>
+ <property name="autoFillBackground">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string notr="true"/>
</property>
- <item>
- <property name="text">
- <string/>
- </property>
- <property name="icon">
- <iconset resource="qt-lightdm-greeter.qrc">
- <normaloff>:/resources/leaveIcon.svg</normaloff>:/resources/leaveIcon.svg</iconset>
- </property>
- </item>
</widget>
</item>
</layout>
@@ -261,7 +249,8 @@ QComboBox::down-arrow {
</layout>
</widget>
<resources>
- <include location="qt-lightdm-greeter.qrc"/>
+ <include location="../qt-lightdm-greeter.qrc"/>
+ <include location="../qt-lightdm-greeter.qrc"/>
</resources>
<connections/>
</ui>