123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindowAdminUser</class>
- <widget class="QMainWindow" name="MainWindowAdminUser">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>559</width>
- <height>420</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>300</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Add User</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Query">
- <property name="geometry">
- <rect>
- <x>232</x>
- <y>30</y>
- <width>121</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Query User</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Disable">
- <property name="geometry">
- <rect>
- <x>418</x>
- <y>300</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Disable User</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_ResetPass">
- <property name="geometry">
- <rect>
- <x>224</x>
- <y>300</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Reset PassWord</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Enable">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>30</y>
- <width>101</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Enable User</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>46</x>
- <y>113</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>User Name:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_UserName">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>110</y>
- <width>281</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>48</x>
- <y>204</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Valid Date:</string>
- </property>
- </widget>
- <widget class="QDateTimeEdit" name="dateTimeEdit_valid">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>200</y>
- <width>281</width>
- <height>51</height>
- </rect>
- </property>
- <property name="dateTime">
- <datetime>
- <hour>0</hour>
- <minute>0</minute>
- <second>0</second>
- <year>2023</year>
- <month>1</month>
- <day>1</day>
- </datetime>
- </property>
- <property name="displayFormat">
- <string>yyyy/M/d hh:mm</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_queryname">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>30</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>559</width>
- <height>28</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusbar"/>
- </widget>
- <resources/>
- <connections/>
- </ui>
|