/
nightflash
/
USBypass
Обзор
Документация
Войти
/
nightflash
/
USBypass
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/GUI_PC_client/passwordForm.ui
120 строк
3 KB
Дмитрий Гладышев
Смена пароля/пин
09 авг 2026, 14:22
09 авг 2026, 14:22
55a4fe6
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>398</width> <height>112</height> </rect> </property> <property name="windowTitle"> <string>Смена пароля</string> </property> <widget class="QDialogButtonBox" name="buttonBox"> <property name="geometry"> <rect> <x>10</x> <y>70</y> <width>381</width> <height>32</height> </rect> </property> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> </property> </widget> <widget class="QLineEdit" name="editPassword"> <property name="geometry"> <rect> <x>160</x> <y>10</y> <width>231</width> <height>26</height> </rect> </property> <property name="echoMode"> <enum>QLineEdit::EchoMode::Password</enum> </property> </widget> <widget class="QLabel" name="label_2"> <property name="geometry"> <rect> <x>10</x> <y>20</y> <width>141</width> <height>16</height> </rect> </property> <property name="text"> <string>Пароль</string> </property> </widget> <widget class="QLabel" name="label_3"> <property name="geometry"> <rect> <x>10</x> <y>50</y> <width>141</width> <height>16</height> </rect> </property> <property name="text"> <string>Подтверждение пароля</string> </property> </widget> <widget class="QLineEdit" name="editPassword_2"> <property name="geometry"> <rect> <x>160</x> <y>40</y> <width>231</width> <height>26</height> </rect> </property> <property name="echoMode"> <enum>QLineEdit::EchoMode::Password</enum> </property> </widget> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>Dialog</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>Dialog</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>