Files
newspark110/device/ui/setvaluewidget.ui
Chenwenxuan edac2715f0 init
2024-03-06 14:54:30 +08:00

99 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SetValueWidget</class>
<widget class="QDialog" name="SetValueWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>208</height>
</rect>
</property>
<property name="windowTitle">
<string>设置参数</string>
</property>
<widget class="QPushButton" name="pbSetValue">
<property name="geometry">
<rect>
<x>90</x>
<y>120</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>确 定</string>
</property>
</widget>
<widget class="QLabel" name="lbName">
<property name="geometry">
<rect>
<x>41</x>
<y>70</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>请输入密码:</string>
</property>
</widget>
<widget class="QSpinBox" name="spValue">
<property name="geometry">
<rect>
<x>150</x>
<y>60</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pbPassWord">
<property name="geometry">
<rect>
<x>90</x>
<y>120</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>确 定</string>
</property>
</widget>
<widget class="QLineEdit" name="LedPwd">
<property name="geometry">
<rect>
<x>150</x>
<y>60</y>
<width>161</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="pbClose">
<property name="geometry">
<rect>
<x>220</x>
<y>120</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</widget>
<tabstops>
<tabstop>pbPassWord</tabstop>
<tabstop>pbSetValue</tabstop>
<tabstop>LedPwd</tabstop>
<tabstop>spValue</tabstop>
<tabstop>pbClose</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>