showaircraftlist.ui 730 B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ShowAircraftList</class>
  4. <widget class="QDialog" name="ShowAircraftList">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>343</width>
  10. <height>387</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QTableView" name="tableView"/>
  19. </item>
  20. <item row="1" column="0">
  21. <widget class="QPushButton" name="closeButton">
  22. <property name="text">
  23. <string>Close</string>
  24. </property>
  25. </widget>
  26. </item>
  27. </layout>
  28. </widget>
  29. <resources/>
  30. <connections/>
  31. </ui>