Form.ui 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>396</width>
  10. <height>388</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. <property name="editTriggers">
  23. <set>QAbstractItemView::NoEditTriggers</set>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,3,1">
  29. <item>
  30. <spacer name="horizontalSpacer">
  31. <property name="orientation">
  32. <enum>Qt::Horizontal</enum>
  33. </property>
  34. <property name="sizeHint" stdset="0">
  35. <size>
  36. <width>40</width>
  37. <height>20</height>
  38. </size>
  39. </property>
  40. </spacer>
  41. </item>
  42. <item>
  43. <widget class="QPushButton" name="reportButton">
  44. <property name="sizePolicy">
  45. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  46. <horstretch>0</horstretch>
  47. <verstretch>0</verstretch>
  48. </sizepolicy>
  49. </property>
  50. <property name="text">
  51. <string>Report Virtual Timing</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <spacer name="horizontalSpacer_2">
  57. <property name="orientation">
  58. <enum>Qt::Horizontal</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>40</width>
  63. <height>20</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. </layout>
  69. </item>
  70. </layout>
  71. </item>
  72. </layout>
  73. </widget>
  74. <widget class="QMenuBar" name="menubar">
  75. <property name="geometry">
  76. <rect>
  77. <x>0</x>
  78. <y>0</y>
  79. <width>396</width>
  80. <height>23</height>
  81. </rect>
  82. </property>
  83. </widget>
  84. <widget class="QStatusBar" name="statusbar"/>
  85. </widget>
  86. <resources/>
  87. <connections/>
  88. </ui>