Form.ui 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QMainWindow" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>398</width>
  10. <height>392</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <item row="0" column="0">
  19. <layout class="QVBoxLayout" name="verticalLayout" stretch="12,1">
  20. <item>
  21. <widget class="QTableView" name="tableView"/>
  22. </item>
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,3,1">
  25. <item>
  26. <spacer name="horizontalSpacer">
  27. <property name="orientation">
  28. <enum>Qt::Horizontal</enum>
  29. </property>
  30. <property name="sizeHint" stdset="0">
  31. <size>
  32. <width>40</width>
  33. <height>20</height>
  34. </size>
  35. </property>
  36. </spacer>
  37. </item>
  38. <item>
  39. <widget class="QPushButton" name="reportButton">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="text">
  47. <string>Report Virtual Timing</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <spacer name="horizontalSpacer_2">
  53. <property name="orientation">
  54. <enum>Qt::Horizontal</enum>
  55. </property>
  56. <property name="sizeHint" stdset="0">
  57. <size>
  58. <width>40</width>
  59. <height>20</height>
  60. </size>
  61. </property>
  62. </spacer>
  63. </item>
  64. </layout>
  65. </item>
  66. </layout>
  67. </item>
  68. </layout>
  69. </widget>
  70. <widget class="QMenuBar" name="menubar">
  71. <property name="geometry">
  72. <rect>
  73. <x>0</x>
  74. <y>0</y>
  75. <width>398</width>
  76. <height>23</height>
  77. </rect>
  78. </property>
  79. </widget>
  80. <widget class="QStatusBar" name="statusbar"/>
  81. </widget>
  82. <resources/>
  83. <connections/>
  84. </ui>