tsneIteractive.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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="1" column="1">
  23. <widget class="QLabel" name="perplexityLabel">
  24. <property name="sizePolicy">
  25. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  26. <horstretch>0</horstretch>
  27. <verstretch>0</verstretch>
  28. </sizepolicy>
  29. </property>
  30. <property name="minimumSize">
  31. <size>
  32. <width>0</width>
  33. <height>20</height>
  34. </size>
  35. </property>
  36. <property name="text">
  37. <string>Perplexity</string>
  38. </property>
  39. </widget>
  40. </item>
  41. <item row="0" column="1">
  42. <widget class="QPushButton" name="pauseButton">
  43. <property name="minimumSize">
  44. <size>
  45. <width>35</width>
  46. <height>30</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string>Pause</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item row="0" column="0">
  55. <widget class="QPushButton" name="startButton">
  56. <property name="minimumSize">
  57. <size>
  58. <width>35</width>
  59. <height>30</height>
  60. </size>
  61. </property>
  62. <property name="text">
  63. <string>Start</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="2" column="1">
  68. <widget class="QLabel" name="learnrateLabel">
  69. <property name="minimumSize">
  70. <size>
  71. <width>0</width>
  72. <height>20</height>
  73. </size>
  74. </property>
  75. <property name="text">
  76. <string>Learnrate</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="1" column="2">
  81. <widget class="QLineEdit" name="perplexityLineEdit">
  82. <property name="sizePolicy">
  83. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  84. <horstretch>0</horstretch>
  85. <verstretch>0</verstretch>
  86. </sizepolicy>
  87. </property>
  88. <property name="maximumSize">
  89. <size>
  90. <width>70</width>
  91. <height>16777215</height>
  92. </size>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="0" column="2">
  97. <widget class="QLabel" name="iterLabel">
  98. <property name="sizePolicy">
  99. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  100. <horstretch>0</horstretch>
  101. <verstretch>0</verstretch>
  102. </sizepolicy>
  103. </property>
  104. <property name="minimumSize">
  105. <size>
  106. <width>0</width>
  107. <height>20</height>
  108. </size>
  109. </property>
  110. <property name="text">
  111. <string>Iteration: 0</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="1" column="3">
  116. <widget class="QSlider" name="perplexitySlider">
  117. <property name="orientation">
  118. <enum>Qt::Horizontal</enum>
  119. </property>
  120. <property name="tickPosition">
  121. <enum>QSlider::TicksBelow</enum>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="0" column="3">
  126. <widget class="QProgressBar" name="progressBar">
  127. <property name="value">
  128. <number>24</number>
  129. </property>
  130. <property name="alignment">
  131. <set>Qt::AlignCenter</set>
  132. </property>
  133. <property name="format">
  134. <string>%p%</string>
  135. </property>
  136. </widget>
  137. </item>
  138. <item row="2" column="2">
  139. <widget class="QLineEdit" name="learnrateLineEdit">
  140. <property name="enabled">
  141. <bool>true</bool>
  142. </property>
  143. <property name="sizePolicy">
  144. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  145. <horstretch>0</horstretch>
  146. <verstretch>0</verstretch>
  147. </sizepolicy>
  148. </property>
  149. <property name="maximumSize">
  150. <size>
  151. <width>70</width>
  152. <height>16777215</height>
  153. </size>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="2" column="3" colspan="2">
  158. <widget class="QSlider" name="learnrateSlider">
  159. <property name="orientation">
  160. <enum>Qt::Horizontal</enum>
  161. </property>
  162. <property name="tickPosition">
  163. <enum>QSlider::TicksBelow</enum>
  164. </property>
  165. </widget>
  166. </item>
  167. </layout>
  168. </item>
  169. </layout>
  170. </widget>
  171. <layoutdefault spacing="6" margin="11"/>
  172. <resources/>
  173. <connections/>
  174. </ui>