benchmarks.ui 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>BenchmarkDialog</class>
  4. <widget class="QDialog" name="BenchmarkDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>545</width>
  10. <height>264</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <widget class="Line" name="line_2">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. </widget>
  25. </item>
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="text">
  29. <string>All results are measured in mega-iterations per second.</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="Line" name="line">
  35. <property name="orientation">
  36. <enum>Qt::Horizontal</enum>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QPushButton" name="run">
  42. <property name="text">
  43. <string>Run</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QTableWidget" name="tableWidget">
  49. <property name="editTriggers">
  50. <set>QAbstractItemView::NoEditTriggers</set>
  51. </property>
  52. <property name="alternatingRowColors">
  53. <bool>true</bool>
  54. </property>
  55. <property name="verticalScrollMode">
  56. <enum>QAbstractItemView::ScrollPerPixel</enum>
  57. </property>
  58. <property name="horizontalScrollMode">
  59. <enum>QAbstractItemView::ScrollPerPixel</enum>
  60. </property>
  61. <property name="rowCount">
  62. <number>0</number>
  63. </property>
  64. <property name="columnCount">
  65. <number>0</number>
  66. </property>
  67. </widget>
  68. </item>
  69. </layout>
  70. </item>
  71. </layout>
  72. </widget>
  73. <resources/>
  74. <connections/>
  75. </ui>