code_production/app/HGProductionTool/dialog_login.ui

238 lines
5.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_logIn</class>
<widget class="QDialog" name="Dialog_logIn">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>728</width>
<height>474</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLineEdit" name="lineEdit_account">
<property name="geometry">
<rect>
<x>250</x>
<y>30</y>
<width>191</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_station3">
<property name="geometry">
<rect>
<x>500</x>
<y>300</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>station3</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_showPswd">
<property name="geometry">
<rect>
<x>470</x>
<y>90</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>show password</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_deviceType">
<property name="geometry">
<rect>
<x>190</x>
<y>150</y>
<width>271</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_password">
<property name="geometry">
<rect>
<x>250</x>
<y>90</y>
<width>191</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_deviceConfig">
<property name="geometry">
<rect>
<x>90</x>
<y>210</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>device config:</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_register">
<property name="geometry">
<rect>
<x>400</x>
<y>370</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Register</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_station2">
<property name="geometry">
<rect>
<x>280</x>
<y>300</y>
<width>141</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>station2</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_deviceConfig">
<property name="geometry">
<rect>
<x>190</x>
<y>210</y>
<width>271</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_user">
<property name="geometry">
<rect>
<x>180</x>
<y>30</y>
<width>48</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>account:</string>
</property>
</widget>
<widget class="QLabel" name="label_deviceType">
<property name="geometry">
<rect>
<x>90</x>
<y>150</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>device type:</string>
</property>
</widget>
<widget class="QLabel" name="label_password">
<property name="geometry">
<rect>
<x>180</x>
<y>90</y>
<width>54</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>password:</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_station1">
<property name="geometry">
<rect>
<x>100</x>
<y>300</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>station1</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_viewDirectory">
<property name="geometry">
<rect>
<x>490</x>
<y>150</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>view directory</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_rememberPswd">
<property name="geometry">
<rect>
<x>470</x>
<y>30</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>remember password</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_updateConfig">
<property name="geometry">
<rect>
<x>490</x>
<y>210</y>
<width>151</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>update connfig</string>
</property>
</widget>
<widget class="QPushButton" name="pbtn_login">
<property name="geometry">
<rect>
<x>230</x>
<y>370</y>
<width>75</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>LOG IN</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>