MainWin.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1063</width>
  10. <height>780</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>600</width>
  22. <height>600</height>
  23. </size>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>13</pointsize>
  28. </font>
  29. </property>
  30. <property name="windowTitle">
  31. <string>Электронные трудовое книжки</string>
  32. </property>
  33. <widget class="QWidget" name="centralwidget">
  34. <layout class="QGridLayout" name="gridLayout">
  35. <item row="0" column="0" rowspan="2">
  36. <layout class="QGridLayout" name="gridLayout_5">
  37. <item row="1" column="3">
  38. <widget class="QPushButton" name="pushButton_2">
  39. <property name="text">
  40. <string>Добавить</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item row="2" column="2" colspan="2">
  45. <spacer name="horizontalSpacer">
  46. <property name="orientation">
  47. <enum>Qt::Horizontal</enum>
  48. </property>
  49. <property name="sizeHint" stdset="0">
  50. <size>
  51. <width>250</width>
  52. <height>0</height>
  53. </size>
  54. </property>
  55. </spacer>
  56. </item>
  57. <item row="1" column="5" colspan="3">
  58. <widget class="QPushButton" name="pushButton">
  59. <property name="text">
  60. <string>Сбросить</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="0" column="1" colspan="7">
  65. <spacer name="horizontalSpacer_3">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. <property name="sizeHint" stdset="0">
  70. <size>
  71. <width>40</width>
  72. <height>10</height>
  73. </size>
  74. </property>
  75. </spacer>
  76. </item>
  77. <item row="1" column="1" colspan="2">
  78. <widget class="QPushButton" name="pushButton_3">
  79. <property name="text">
  80. <string>Выгрузить</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="0" column="0" rowspan="6">
  85. <spacer name="verticalSpacer_3">
  86. <property name="orientation">
  87. <enum>Qt::Vertical</enum>
  88. </property>
  89. <property name="sizeHint" stdset="0">
  90. <size>
  91. <width>20</width>
  92. <height>40</height>
  93. </size>
  94. </property>
  95. </spacer>
  96. </item>
  97. <item row="1" column="4">
  98. <widget class="QLineEdit" name="lineEdit">
  99. <property name="placeholderText">
  100. <string>Поиск по фио</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item row="5" column="1" colspan="7">
  105. <spacer name="horizontalSpacer_2">
  106. <property name="orientation">
  107. <enum>Qt::Horizontal</enum>
  108. </property>
  109. <property name="sizeHint" stdset="0">
  110. <size>
  111. <width>40</width>
  112. <height>20</height>
  113. </size>
  114. </property>
  115. </spacer>
  116. </item>
  117. <item row="0" column="8" rowspan="6">
  118. <spacer name="verticalSpacer_2">
  119. <property name="orientation">
  120. <enum>Qt::Vertical</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>20</width>
  125. <height>40</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. <item row="4" column="1" colspan="7">
  131. <widget class="QListWidget" name="listWidget"/>
  132. </item>
  133. <item row="3" column="2">
  134. <widget class="QCheckBox" name="checkBox">
  135. <property name="text">
  136. <string>Выделить все</string>
  137. </property>
  138. </widget>
  139. </item>
  140. </layout>
  141. </item>
  142. </layout>
  143. </widget>
  144. </widget>
  145. <resources/>
  146. <connections/>
  147. </ui>