mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
69 lines
1.8 KiB
Text
69 lines
1.8 KiB
Text
![]() |
<?xml version="1.0" encoding="System"?>
|
||
|
<ui version="4.0">
|
||
|
<class>KPasswdRouletteDialogUI</class>
|
||
|
<widget class="QWidget" name="KPasswdRouletteDialogUI">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>385</width>
|
||
|
<height>80</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>KPasswdRouletteDialogUI</string>
|
||
|
</property>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="KSqueezedTextLabel" name="ksqueezedtextlabel">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>KSqueezedTextLabel</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="KLineEdit" name="klineedit">
|
||
|
<property name="echoMode">
|
||
|
<enum>QLineEdit::Password</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" colspan="2">
|
||
|
<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>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KLineEdit</class>
|
||
|
<extends></extends>
|
||
|
<header>klineedit.h</header>
|
||
|
</customwidget>
|
||
|
<customwidget>
|
||
|
<class>KSqueezedTextLabel</class>
|
||
|
<extends></extends>
|
||
|
<header>ksqueezedtextlabel.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<connections/>
|
||
|
</ui>
|