Alf Gaida a566b49f3e Cherry-picking upstream version 0.10.96~24-gd87b750.
Preparing the upcoming release, switch to experimental
Removed build dependency liboobs-1-dev (Closes: )
Added build dependency libqt5xdgiconloader-dev
Removed minimum versions for libqt5xdg-dev
Bumped Standards to 3.9.8, no changes needed
Fixed VCS-Fields, use https
Added recommends lxqt-admin-l10n
Bumped copyright years
Added hardening to rules
Added translation control to rules
Set CMAKE_BUILD_TYPE=RelWithDebInfo
Added README.md to docs
2016-07-15 00:58:06 +02:00

188 lines
5.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UserDialog</class>
<widget class="QDialog" name="UserDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>403</width>
<height>293</height>
</rect>
</property>
<property name="windowTitle">
<string>User Settings</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>General</string>
</attribute>
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Login name:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="loginName"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Full name:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="fullName"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>User ID:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QSpinBox" name="uid">
<property name="specialValueText">
<string>Default</string>
</property>
<property name="maximum">
<number>32768</number>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="label_5">
<property name="text">
<string>Main group:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="mainGroup">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Groups</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>The user belongs to the following groups:</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="groupList">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Advanced</string>
</attribute>
<layout class="QFormLayout" name="formLayout">
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Login shell:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="loginShell">
<property name="editable">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="homeDir"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Home directory:</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>UserDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>UserDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>