|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>PasswordDialog</class> |
| 4 | + <widget class="QDialog" name="PasswordDialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>600</width> |
| 10 | + <height>180</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Wrong Account Password</string> |
| 15 | + </property> |
| 16 | + <layout class="QVBoxLayout" name="mainLayout"> |
| 17 | + <property name="spacing"> |
| 18 | + <number>6</number> |
| 19 | + </property> |
| 20 | + <property name="leftMargin"> |
| 21 | + <number>6</number> |
| 22 | + </property> |
| 23 | + <property name="topMargin"> |
| 24 | + <number>6</number> |
| 25 | + </property> |
| 26 | + <property name="rightMargin"> |
| 27 | + <number>6</number> |
| 28 | + </property> |
| 29 | + <property name="bottomMargin"> |
| 30 | + <number>6</number> |
| 31 | + </property> |
| 32 | + <item> |
| 33 | + <widget class="QLabel" name="labelAcc"> |
| 34 | + <property name="text"> |
| 35 | + <string>Please enter your password for %1:</string> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + <item> |
| 40 | + <widget class="QLineEdit" name="le_password"> |
| 41 | + <property name="echoMode"> |
| 42 | + <enum>QLineEdit::Password</enum> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
| 46 | + <item> |
| 47 | + <layout class="QHBoxLayout" name="botLayout"> |
| 48 | + <item> |
| 49 | + <widget class="QCheckBox" name="cb_savePassword"> |
| 50 | + <property name="text"> |
| 51 | + <string>Save Password</string> |
| 52 | + </property> |
| 53 | + </widget> |
| 54 | + </item> |
| 55 | + <item> |
| 56 | + <spacer name="horizontalSpacer"> |
| 57 | + <property name="orientation"> |
| 58 | + <enum>Qt::Horizontal</enum> |
| 59 | + </property> |
| 60 | + <property name="sizeHint" stdset="0"> |
| 61 | + <size> |
| 62 | + <width>40</width> |
| 63 | + <height>20</height> |
| 64 | + </size> |
| 65 | + </property> |
| 66 | + </spacer> |
| 67 | + </item> |
| 68 | + <item> |
| 69 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 70 | + <property name="standardButtons"> |
| 71 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 72 | + </property> |
| 73 | + </widget> |
| 74 | + </item> |
| 75 | + </layout> |
| 76 | + </item> |
| 77 | + </layout> |
| 78 | + </widget> |
| 79 | + <resources/> |
| 80 | + <connections> |
| 81 | + <connection> |
| 82 | + <sender>buttonBox</sender> |
| 83 | + <signal>accepted()</signal> |
| 84 | + <receiver>PasswordDialog</receiver> |
| 85 | + <slot>accept()</slot> |
| 86 | + <hints> |
| 87 | + <hint type="sourcelabel"> |
| 88 | + <x>20</x> |
| 89 | + <y>20</y> |
| 90 | + </hint> |
| 91 | + <hint type="destinationlabel"> |
| 92 | + <x>20</x> |
| 93 | + <y>20</y> |
| 94 | + </hint> |
| 95 | + </hints> |
| 96 | + </connection> |
| 97 | + <connection> |
| 98 | + <sender>buttonBox</sender> |
| 99 | + <signal>rejected()</signal> |
| 100 | + <receiver>PasswordDialog</receiver> |
| 101 | + <slot>reject()</slot> |
| 102 | + <hints> |
| 103 | + <hint type="sourcelabel"> |
| 104 | + <x>20</x> |
| 105 | + <y>20</y> |
| 106 | + </hint> |
| 107 | + <hint type="destinationlabel"> |
| 108 | + <x>20</x> |
| 109 | + <y>20</y> |
| 110 | + </hint> |
| 111 | + </hints> |
| 112 | + </connection> |
| 113 | + </connections> |
| 114 | +</ui> |
0 commit comments