123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>AddUserAccountWnd</class>
- <widget class="QDialog" name="AddUserAccountWnd">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>747</width>
- <height>580</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string extracomment="添加修改用户名称">Add or modify user name</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>40</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="用户名称:">user ID:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="userIDLineEdit">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>40</y>
- <width>311</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>100</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="全名:">full name:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="fullNameLineEdit">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>100</y>
- <width>311</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>240</y>
- <width>171</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="确认密码:">Confirm Password:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="confirmPasswordLineEdit">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>240</y>
- <width>311</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>180</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="密码:">Password:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="passwordLineEdit">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>180</y>
- <width>311</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="finishBut">
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>30</y>
- <width>111</width>
- <height>51</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="完成">Finish</string>
- </property>
- </widget>
- <widget class="QPushButton" name="cancelBut">
- <property name="geometry">
- <rect>
- <x>580</x>
- <y>100</y>
- <width>111</width>
- <height>51</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="取消">Cancel</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>310</y>
- <width>311</width>
- <height>241</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="title">
- <string extracomment="权限">Privilege</string>
- </property>
- <widget class="QRadioButton" name="adminRadioButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="管理员">Administrator</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="engineerRadioButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>70</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="工程师">Engineer</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="seniorOperatorRadioButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>150</y>
- <width>201</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="高级操作员">Senior Operator</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="technicianRadioButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>110</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="技术员">Technician</string>
- </property>
- </widget>
- <widget class="QRadioButton" name="operatorRadioButton">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>190</y>
- <width>151</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="操作员">Operator</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="centralwidget" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>747</width>
- <height>562</height>
- </rect>
- </property>
- </widget>
- <zorder>centralwidget</zorder>
- <zorder>label</zorder>
- <zorder>userIDLineEdit</zorder>
- <zorder>label_2</zorder>
- <zorder>fullNameLineEdit</zorder>
- <zorder>label_3</zorder>
- <zorder>confirmPasswordLineEdit</zorder>
- <zorder>label_4</zorder>
- <zorder>passwordLineEdit</zorder>
- <zorder>finishBut</zorder>
- <zorder>cancelBut</zorder>
- <zorder>groupBox</zorder>
- </widget>
- <resources/>
- <connections/>
- </ui>
|