pilotswidget.ui 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PilotsWidget</class>
  4. <widget class="QWidget" name="PilotsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>768</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_2">
  17. <item row="0" column="0">
  18. <widget class="QTableView" name="tableView">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="minimumSize">
  26. <size>
  27. <width>0</width>
  28. <height>0</height>
  29. </size>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="2" rowspan="3">
  34. <widget class="QStackedWidget" name="stackedWidget">
  35. <property name="currentIndex">
  36. <number>0</number>
  37. </property>
  38. <widget class="QWidget" name="welcomePage">
  39. <layout class="QGridLayout" name="gridLayout">
  40. <item row="0" column="3">
  41. <spacer name="verticalSpacer">
  42. <property name="minimumSize">
  43. <size>
  44. <width>0</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="orientation">
  49. <enum>Qt::Vertical</enum>
  50. </property>
  51. <property name="sizeHint" stdset="0">
  52. <size>
  53. <width>20</width>
  54. <height>292</height>
  55. </size>
  56. </property>
  57. </spacer>
  58. </item>
  59. <item row="1" column="1">
  60. <widget class="QLabel" name="searchLabel">
  61. <property name="minimumSize">
  62. <size>
  63. <width>0</width>
  64. <height>0</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string>Search:</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item row="1" column="2">
  73. <widget class="QLineEdit" name="pilotSearchLineEdit">
  74. <property name="minimumSize">
  75. <size>
  76. <width>220</width>
  77. <height>0</height>
  78. </size>
  79. </property>
  80. </widget>
  81. </item>
  82. <item row="2" column="0">
  83. <widget class="QLabel" name="spacerLabel">
  84. <property name="minimumSize">
  85. <size>
  86. <width>0</width>
  87. <height>0</height>
  88. </size>
  89. </property>
  90. <property name="text">
  91. <string/>
  92. </property>
  93. </widget>
  94. </item>
  95. <item row="2" column="1">
  96. <widget class="QLabel" name="searchInLabel">
  97. <property name="minimumSize">
  98. <size>
  99. <width>0</width>
  100. <height>0</height>
  101. </size>
  102. </property>
  103. <property name="text">
  104. <string>Search in:</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="2" column="2">
  109. <widget class="QComboBox" name="pilotsSearchComboBox">
  110. <property name="minimumSize">
  111. <size>
  112. <width>220</width>
  113. <height>0</height>
  114. </size>
  115. </property>
  116. <item>
  117. <property name="text">
  118. <string>Last Name</string>
  119. </property>
  120. </item>
  121. <item>
  122. <property name="text">
  123. <string>First Name</string>
  124. </property>
  125. </item>
  126. <item>
  127. <property name="text">
  128. <string>Company</string>
  129. </property>
  130. </item>
  131. </widget>
  132. </item>
  133. <item row="3" column="0">
  134. <spacer name="horizontalSpacer">
  135. <property name="minimumSize">
  136. <size>
  137. <width>0</width>
  138. <height>0</height>
  139. </size>
  140. </property>
  141. <property name="orientation">
  142. <enum>Qt::Horizontal</enum>
  143. </property>
  144. <property name="sizeHint" stdset="0">
  145. <size>
  146. <width>134</width>
  147. <height>20</height>
  148. </size>
  149. </property>
  150. </spacer>
  151. </item>
  152. <item row="4" column="3">
  153. <spacer name="verticalSpacer_2">
  154. <property name="minimumSize">
  155. <size>
  156. <width>0</width>
  157. <height>0</height>
  158. </size>
  159. </property>
  160. <property name="orientation">
  161. <enum>Qt::Vertical</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>20</width>
  166. <height>292</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. <item row="3" column="1" colspan="2">
  172. <widget class="QLabel" name="welcomeLabel">
  173. <property name="minimumSize">
  174. <size>
  175. <width>0</width>
  176. <height>0</height>
  177. </size>
  178. </property>
  179. <property name="text">
  180. <string>Select a Pilot from the List to show or edit details.</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="3" column="3" colspan="2">
  185. <spacer name="horizontalSpacer_2">
  186. <property name="minimumSize">
  187. <size>
  188. <width>0</width>
  189. <height>0</height>
  190. </size>
  191. </property>
  192. <property name="orientation">
  193. <enum>Qt::Horizontal</enum>
  194. </property>
  195. <property name="sizeHint" stdset="0">
  196. <size>
  197. <width>134</width>
  198. <height>20</height>
  199. </size>
  200. </property>
  201. </spacer>
  202. </item>
  203. </layout>
  204. </widget>
  205. </widget>
  206. </item>
  207. <item row="1" column="0">
  208. <widget class="QPushButton" name="newPilotButton">
  209. <property name="text">
  210. <string>New Pilot</string>
  211. </property>
  212. </widget>
  213. </item>
  214. <item row="2" column="0">
  215. <widget class="QPushButton" name="deletePilotButton">
  216. <property name="text">
  217. <string>Delete Pilot</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item row="0" column="1" rowspan="3">
  222. <widget class="Line" name="line">
  223. <property name="orientation">
  224. <enum>Qt::Vertical</enum>
  225. </property>
  226. </widget>
  227. </item>
  228. </layout>
  229. </widget>
  230. <resources/>
  231. <connections/>
  232. </ui>