DialogListPersonal.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogListPersonal</class>
  4. <widget class="QDialog" name="DialogListPersonal">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>640</width>
  10. <height>480</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <item row="0" column="0">
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Список сотрудников</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="0" column="0">
  24. <widget class="QListWidget" name="list_personal_widget"/>
  25. </item>
  26. </layout>
  27. </widget>
  28. </item>
  29. <item row="0" column="1">
  30. <widget class="QGroupBox" name="groupBox_2">
  31. <property name="title">
  32. <string>Управление</string>
  33. </property>
  34. <property name="flat">
  35. <bool>false</bool>
  36. </property>
  37. <layout class="QGridLayout" name="gridLayout_2">
  38. <item row="0" column="0">
  39. <layout class="QVBoxLayout" name="verticalLayout_2">
  40. <item>
  41. <layout class="QHBoxLayout" name="horizontalLayout_2">
  42. <item>
  43. <widget class="QLabel" name="label">
  44. <property name="text">
  45. <string>Фамилия</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <spacer name="horizontalSpacer">
  51. <property name="orientation">
  52. <enum>Qt::Horizontal</enum>
  53. </property>
  54. <property name="sizeHint" stdset="0">
  55. <size>
  56. <width>40</width>
  57. <height>20</height>
  58. </size>
  59. </property>
  60. </spacer>
  61. </item>
  62. <item>
  63. <widget class="QLineEdit" name="lastname_2">
  64. <property name="minimumSize">
  65. <size>
  66. <width>250</width>
  67. <height>0</height>
  68. </size>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </item>
  74. <item>
  75. <layout class="QHBoxLayout" name="horizontalLayout_3">
  76. <item>
  77. <widget class="QLabel" name="label_2">
  78. <property name="text">
  79. <string>Имя</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <spacer name="horizontalSpacer_2">
  85. <property name="orientation">
  86. <enum>Qt::Horizontal</enum>
  87. </property>
  88. <property name="sizeHint" stdset="0">
  89. <size>
  90. <width>50</width>
  91. <height>20</height>
  92. </size>
  93. </property>
  94. </spacer>
  95. </item>
  96. <item>
  97. <widget class="QLineEdit" name="firstname">
  98. <property name="minimumSize">
  99. <size>
  100. <width>250</width>
  101. <height>0</height>
  102. </size>
  103. </property>
  104. </widget>
  105. </item>
  106. </layout>
  107. </item>
  108. <item>
  109. <layout class="QHBoxLayout" name="horizontalLayout_4">
  110. <item>
  111. <widget class="QLabel" name="label_3">
  112. <property name="text">
  113. <string>Отчетво</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <spacer name="horizontalSpacer_3">
  119. <property name="orientation">
  120. <enum>Qt::Horizontal</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>40</width>
  125. <height>20</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. <item>
  131. <widget class="QLineEdit" name="middlename">
  132. <property name="minimumSize">
  133. <size>
  134. <width>250</width>
  135. <height>0</height>
  136. </size>
  137. </property>
  138. </widget>
  139. </item>
  140. </layout>
  141. </item>
  142. <item>
  143. <layout class="QVBoxLayout" name="verticalLayout">
  144. <item>
  145. <layout class="QHBoxLayout" name="horizontalLayout">
  146. <item>
  147. <widget class="QPushButton" name="btn_save_personal">
  148. <property name="text">
  149. <string>Сохранить</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QPushButton" name="btn_update_personal">
  155. <property name="text">
  156. <string>Обновить</string>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </item>
  162. <item>
  163. <widget class="QPushButton" name="btn_delete_personal">
  164. <property name="text">
  165. <string>Удалить</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item>
  170. <spacer name="verticalSpacer">
  171. <property name="orientation">
  172. <enum>Qt::Vertical</enum>
  173. </property>
  174. <property name="sizeHint" stdset="0">
  175. <size>
  176. <width>20</width>
  177. <height>40</height>
  178. </size>
  179. </property>
  180. </spacer>
  181. </item>
  182. </layout>
  183. </item>
  184. </layout>
  185. </item>
  186. </layout>
  187. </widget>
  188. </item>
  189. </layout>
  190. </widget>
  191. <resources/>
  192. <connections/>
  193. </ui>