noo/client/passworddlg.ui
2018-09-25 22:55:14 +03:00

94 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PasswordDlg</class>
<widget class="QDialog" name="PasswordDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>285</width>
<height>113</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>285</width>
<height>113</height>
</size>
</property>
<property name="windowTitle">
<string>Password required</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
<number>24</number>
</property>
<property name="bottomMargin">
<number>12</number>
</property>
<item>
<layout class="QFormLayout" name="mPasswordFormLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::FieldsStayAtSizeHint</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="mPasswordLabel">
<property name="text">
<string>Password:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="mPasswordEdit">
<property name="inputMethodHints">
<set>Qt::ImhHiddenText|Qt::ImhNoAutoUppercase|Qt::ImhNoPredictiveText|Qt::ImhSensitiveData</set>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="mButtonBox">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>50</height>
</size>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
<property name="centerButtons">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>mButtonBox</sender>
<signal>accepted()</signal>
<receiver>PasswordDlg</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>137</x>
<y>92</y>
</hint>
<hint type="destinationlabel">
<x>137</x>
<y>56</y>
</hint>
</hints>
</connection>
</connections>
</ui>