Almond.ui 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AlmondClass</class>
  4. <widget class="QMainWindow" name="AlmondClass">
  5. <property name="enabled">
  6. <bool>true</bool>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>712</width>
  13. <height>268</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Almond</string>
  18. </property>
  19. <widget class="QWidget" name="centralWidget">
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <item>
  22. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="2,0">
  23. <item>
  24. <layout class="QVBoxLayout" name="verticalLayout_left"/>
  25. </item>
  26. <item>
  27. <layout class="QVBoxLayout" name="verticalLayout_right">
  28. <item>
  29. <widget class="QPushButton" name="pushButton_2">
  30. <property name="text">
  31. <string>Run Benchmark</string>
  32. </property>
  33. </widget>
  34. </item>
  35. <item>
  36. <spacer name="verticalSpacer">
  37. <property name="orientation">
  38. <enum>Qt::Vertical</enum>
  39. </property>
  40. <property name="sizeHint" stdset="0">
  41. <size>
  42. <width>20</width>
  43. <height>40</height>
  44. </size>
  45. </property>
  46. </spacer>
  47. </item>
  48. <item>
  49. <widget class="QPushButton" name="pushButton">
  50. <property name="text">
  51. <string>Export Image</string>
  52. </property>
  53. </widget>
  54. </item>
  55. </layout>
  56. </item>
  57. </layout>
  58. </item>
  59. </layout>
  60. </widget>
  61. <action name="actionExit">
  62. <property name="text">
  63. <string>Exit</string>
  64. </property>
  65. </action>
  66. </widget>
  67. <layoutdefault spacing="6" margin="11"/>
  68. <resources/>
  69. <connections/>
  70. </ui>