code_production/app/HGProductionTool/dialog_changepwd.ui

160 lines
3.3 KiB
Plaintext
Raw Normal View History

2022-12-14 06:39:22 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_changePwd</class>
<widget class="QDialog" name="Dialog_changePwd">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-12-28 06:57:00 +00:00
<width>454</width>
<height>243</height>
2022-12-14 06:39:22 +00:00
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
2022-12-23 02:42:46 +00:00
<widget class="QPushButton" name="pbtn_cancel">
<property name="geometry">
<rect>
<x>310</x>
<y>160</y>
<width>75</width>
2022-12-28 06:57:00 +00:00
<height>31</height>
2022-12-23 02:42:46 +00:00
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_ok">
<property name="geometry">
<rect>
<x>200</x>
<y>160</y>
<width>75</width>
2022-12-28 06:57:00 +00:00
<height>31</height>
2022-12-23 02:42:46 +00:00
</rect>
</property>
<property name="text">
<string>OK</string>
</property>
</widget>
2022-12-28 06:57:00 +00:00
<widget class="QLineEdit" name="lineEdit_confirmNewPwd">
2022-12-23 02:42:46 +00:00
<property name="geometry">
<rect>
2022-12-28 06:57:00 +00:00
<x>195</x>
<y>101</y>
<width>150</width>
<height>20</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>133</width>
<height>16777215</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>70</x>
<y>100</y>
<width>111</width>
<height>20</height>
</rect>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>cfm password:</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>111</x>
<y>21</y>
<width>78</width>
<height>21</height>
2022-12-23 02:42:46 +00:00
</rect>
</property>
2022-12-28 06:57:00 +00:00
<property name="layoutDirection">
<enum>Qt::RightToLeft</enum>
</property>
<property name="text">
<string>old password:</string>
</property>
2022-12-23 02:42:46 +00:00
</widget>
2022-12-28 06:57:00 +00:00
<widget class="QLineEdit" name="lineEdit_oldPwd">
<property name="geometry">
<rect>
<x>195</x>
<y>21</y>
<width>150</width>
<height>20</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>133</width>
<height>16777215</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_2">
2022-12-23 02:42:46 +00:00
<property name="geometry">
<rect>
<x>110</x>
<y>60</y>
2022-12-28 06:57:00 +00:00
<width>78</width>
<height>21</height>
2022-12-23 02:42:46 +00:00
</rect>
</property>
2022-12-28 06:57:00 +00:00
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text">
<string>new password:</string>
</property>
2022-12-23 02:42:46 +00:00
</widget>
2022-12-28 06:57:00 +00:00
<widget class="QLineEdit" name="lineEdit_newPwd">
2022-12-23 02:42:46 +00:00
<property name="geometry">
<rect>
2022-12-28 06:57:00 +00:00
<x>195</x>
<y>61</y>
<width>150</width>
<height>20</height>
2022-12-23 02:42:46 +00:00
</rect>
</property>
2022-12-28 06:57:00 +00:00
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>133</width>
<height>16777215</height>
</size>
</property>
2022-12-23 02:42:46 +00:00
</widget>
2022-12-14 06:39:22 +00:00
</widget>
<resources/>
<connections/>
</ui>