mainwindowadminuser.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindowAdminUser</class>
  4. <widget class="QMainWindow" name="MainWindowAdminUser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>559</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="pushButton">
  18. <property name="geometry">
  19. <rect>
  20. <x>50</x>
  21. <y>300</y>
  22. <width>101</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Add User</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="pushButton_Query">
  31. <property name="geometry">
  32. <rect>
  33. <x>232</x>
  34. <y>30</y>
  35. <width>121</width>
  36. <height>41</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string>Query User</string>
  41. </property>
  42. </widget>
  43. <widget class="QPushButton" name="pushButton_Disable">
  44. <property name="geometry">
  45. <rect>
  46. <x>418</x>
  47. <y>300</y>
  48. <width>101</width>
  49. <height>41</height>
  50. </rect>
  51. </property>
  52. <property name="text">
  53. <string>Disable User</string>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="pushButton_ResetPass">
  57. <property name="geometry">
  58. <rect>
  59. <x>224</x>
  60. <y>300</y>
  61. <width>131</width>
  62. <height>41</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>Reset PassWord</string>
  67. </property>
  68. </widget>
  69. <widget class="QPushButton" name="pushButton_Enable">
  70. <property name="geometry">
  71. <rect>
  72. <x>420</x>
  73. <y>30</y>
  74. <width>101</width>
  75. <height>41</height>
  76. </rect>
  77. </property>
  78. <property name="text">
  79. <string>Enable User</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="label">
  83. <property name="geometry">
  84. <rect>
  85. <x>46</x>
  86. <y>113</y>
  87. <width>141</width>
  88. <height>41</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>User Name:</string>
  93. </property>
  94. </widget>
  95. <widget class="QLineEdit" name="lineEdit_UserName">
  96. <property name="geometry">
  97. <rect>
  98. <x>240</x>
  99. <y>110</y>
  100. <width>281</width>
  101. <height>41</height>
  102. </rect>
  103. </property>
  104. </widget>
  105. <widget class="QLabel" name="label_2">
  106. <property name="geometry">
  107. <rect>
  108. <x>48</x>
  109. <y>204</y>
  110. <width>141</width>
  111. <height>41</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string>Valid Date:</string>
  116. </property>
  117. </widget>
  118. <widget class="QDateTimeEdit" name="dateTimeEdit_valid">
  119. <property name="geometry">
  120. <rect>
  121. <x>240</x>
  122. <y>200</y>
  123. <width>281</width>
  124. <height>51</height>
  125. </rect>
  126. </property>
  127. <property name="dateTime">
  128. <datetime>
  129. <hour>0</hour>
  130. <minute>0</minute>
  131. <second>0</second>
  132. <year>2023</year>
  133. <month>1</month>
  134. <day>1</day>
  135. </datetime>
  136. </property>
  137. <property name="displayFormat">
  138. <string>yyyy/M/d hh:mm</string>
  139. </property>
  140. </widget>
  141. <widget class="QLineEdit" name="lineEdit_queryname">
  142. <property name="geometry">
  143. <rect>
  144. <x>40</x>
  145. <y>30</y>
  146. <width>131</width>
  147. <height>41</height>
  148. </rect>
  149. </property>
  150. </widget>
  151. </widget>
  152. <widget class="QMenuBar" name="menubar">
  153. <property name="geometry">
  154. <rect>
  155. <x>0</x>
  156. <y>0</y>
  157. <width>559</width>
  158. <height>28</height>
  159. </rect>
  160. </property>
  161. </widget>
  162. <widget class="QStatusBar" name="statusbar"/>
  163. </widget>
  164. <resources/>
  165. <connections/>
  166. </ui>