123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>clStudentInfo</class>
- <widget class="QWidget" name="clStudentInfo">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_npw_BG" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>401</width>
- <height>301</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_clsi_editPassword">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>240</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>修改密码</string>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_clsi_exitLogin">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>240</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>退出登录</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_studentPhoto">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>30</y>
- <width>91</width>
- <height>131</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true"/>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_studentName">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>何乐乐</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_studentCodeHint">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>80</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>学号</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_identityHint">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>120</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>身份证号</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_orgNameHint">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>160</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>学习中心</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_studentCode">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>80</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>T20190123</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_identity">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>120</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>402000201010202827</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_clsi_orgName">
- <property name="geometry">
- <rect>
- <x>110</x>
- <y>160</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>测试中心</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>200</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|