kde-workspace/kgreeter/kgreeter.ui
Ivailo Monev 1fb801c1e1 kgreeter: use QFrame instead of QGroupBox
just because Oxygen style does its own alignment of QGroupBox title when
it is flat moving the title to the left and making it use bold font

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-12 19:18:26 +03:00

263 lines
7.3 KiB
XML

<?xml version="1.0" encoding="System"?>
<ui version="4.0">
<class>KGreeter</class>
<widget class="QMainWindow" name="KGreeter">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>417</height>
</rect>
</property>
<property name="windowTitle">
<string>KGreeter</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0" rowspan="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" colspan="3">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="4" column="0" colspan="3">
<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>
<item row="1" column="1">
<layout class="QGridLayout" name="gridLayout_4">
<item row="1" column="1">
<widget class="QPushButton" name="loginbutton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Login</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="2">
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0" colspan="3">
<widget class="QFrame" name="groupframe">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="3">
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1">
<widget class="QLabel" name="grouplabel">
<property name="text">
<string>host</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="0" column="0">
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" colspan="4">
<layout class="QGridLayout" name="gridLayout_3">
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="usersbox"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="userlabel">
<property name="text">
<string>User:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="passedit">
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="useredit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="userlabel2">
<property name="text">
<string>User:</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
<item row="1" column="2" rowspan="2">
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>511</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuSystem">
<property name="title">
<string>System</string>
</property>
<addaction name="actionSuspend"/>
<addaction name="actionHibernate"/>
<addaction name="actionPoweroff"/>
<addaction name="actionReboot"/>
</widget>
<widget class="QMenu" name="menuKeyboard">
<property name="title">
<string>Keyboard</string>
</property>
</widget>
<widget class="QMenu" name="menuSessions">
<property name="title">
<string>Sessions</string>
</property>
</widget>
<addaction name="menuSystem"/>
<addaction name="menuSessions"/>
<addaction name="menuKeyboard"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionSuspend">
<property name="text">
<string>Suspend</string>
</property>
</action>
<action name="actionHibernate">
<property name="text">
<string>Hibernate</string>
</property>
</action>
<action name="actionPoweroff">
<property name="text">
<string>Poweroff</string>
</property>
</action>
<action name="actionReboot">
<property name="text">
<string>Reboot</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>