tsneIteractive.ui 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>tsneIteractive</class>
  4. <widget class="QWidget" name="tsneIteractive">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>664</width>
  10. <height>459</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>tsneIteractive</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="gridLayout">
  19. <property name="sizeConstraint">
  20. <enum>QLayout::SetFixedSize</enum>
  21. </property>
  22. <item row="2" column="2" colspan="3">
  23. <widget class="QSlider" name="learnrateSlider">
  24. <property name="orientation">
  25. <enum>Qt::Horizontal</enum>
  26. </property>
  27. <property name="tickPosition">
  28. <enum>QSlider::TicksBelow</enum>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="2" column="1">
  33. <widget class="QLabel" name="learnRateLabel">
  34. <property name="minimumSize">
  35. <size>
  36. <width>0</width>
  37. <height>20</height>
  38. </size>
  39. </property>
  40. <property name="text">
  41. <string>Learnrate</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="1" column="1">
  46. <widget class="QLabel" name="perplexityLabel">
  47. <property name="sizePolicy">
  48. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  49. <horstretch>0</horstretch>
  50. <verstretch>0</verstretch>
  51. </sizepolicy>
  52. </property>
  53. <property name="minimumSize">
  54. <size>
  55. <width>0</width>
  56. <height>20</height>
  57. </size>
  58. </property>
  59. <property name="text">
  60. <string>Perplexity</string>
  61. </property>
  62. </widget>
  63. </item>
  64. <item row="1" column="2" colspan="3">
  65. <widget class="QSlider" name="perplexitySlider">
  66. <property name="orientation">
  67. <enum>Qt::Horizontal</enum>
  68. </property>
  69. <property name="tickPosition">
  70. <enum>QSlider::TicksBelow</enum>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="0" column="0">
  75. <widget class="QPushButton" name="startButton">
  76. <property name="minimumSize">
  77. <size>
  78. <width>35</width>
  79. <height>30</height>
  80. </size>
  81. </property>
  82. <property name="text">
  83. <string>Start</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="0" column="1">
  88. <widget class="QPushButton" name="pauseButton">
  89. <property name="minimumSize">
  90. <size>
  91. <width>35</width>
  92. <height>30</height>
  93. </size>
  94. </property>
  95. <property name="text">
  96. <string>Pause</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item row="0" column="3">
  101. <widget class="QProgressBar" name="progressBar">
  102. <property name="value">
  103. <number>24</number>
  104. </property>
  105. <property name="alignment">
  106. <set>Qt::AlignCenter</set>
  107. </property>
  108. <property name="format">
  109. <string>%p%</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="0" column="2">
  114. <widget class="QLabel" name="iterLabel">
  115. <property name="minimumSize">
  116. <size>
  117. <width>0</width>
  118. <height>20</height>
  119. </size>
  120. </property>
  121. <property name="text">
  122. <string>Iteration: 0</string>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </item>
  128. </layout>
  129. </widget>
  130. <layoutdefault spacing="6" margin="11"/>
  131. <resources/>
  132. <connections/>
  133. </ui>