statisticalTestDlg.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StatisticalTestDialog</class>
  4. <widget class="QDialog" name="StatisticalTestDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>206</width>
  10. <height>217</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox">
  19. <property name="title">
  20. <string>Noise model</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="0" column="0">
  24. <widget class="QLabel" name="param1Label">
  25. <property name="text">
  26. <string>param1</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="0" column="1">
  31. <spacer name="horizontalSpacer_3">
  32. <property name="orientation">
  33. <enum>Qt::Horizontal</enum>
  34. </property>
  35. <property name="sizeHint" stdset="0">
  36. <size>
  37. <width>2</width>
  38. <height>20</height>
  39. </size>
  40. </property>
  41. </spacer>
  42. </item>
  43. <item row="0" column="2">
  44. <widget class="QDoubleSpinBox" name="param1SpinBox">
  45. <property name="maximumSize">
  46. <size>
  47. <width>120</width>
  48. <height>16777215</height>
  49. </size>
  50. </property>
  51. <property name="decimals">
  52. <number>6</number>
  53. </property>
  54. <property name="minimum">
  55. <double>-100000000000000005366162204393472.000000000000000</double>
  56. </property>
  57. <property name="maximum">
  58. <double>100000000000000005366162204393472.000000000000000</double>
  59. </property>
  60. <property name="value">
  61. <double>0.000000000000000</double>
  62. </property>
  63. </widget>
  64. </item>
  65. <item row="1" column="0">
  66. <widget class="QLabel" name="param2Label">
  67. <property name="text">
  68. <string>param2</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item row="1" column="1">
  73. <spacer name="horizontalSpacer_4">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeHint" stdset="0">
  78. <size>
  79. <width>2</width>
  80. <height>20</height>
  81. </size>
  82. </property>
  83. </spacer>
  84. </item>
  85. <item row="1" column="2">
  86. <widget class="QDoubleSpinBox" name="param2SpinBox">
  87. <property name="maximumSize">
  88. <size>
  89. <width>120</width>
  90. <height>16777215</height>
  91. </size>
  92. </property>
  93. <property name="decimals">
  94. <number>6</number>
  95. </property>
  96. <property name="minimum">
  97. <double>-100000000000000005366162204393472.000000000000000</double>
  98. </property>
  99. <property name="maximum">
  100. <double>100000000000000005366162204393472.000000000000000</double>
  101. </property>
  102. <property name="value">
  103. <double>40.000000000000000</double>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="2" column="2">
  108. <widget class="QDoubleSpinBox" name="param3SpinBox">
  109. <property name="maximumSize">
  110. <size>
  111. <width>120</width>
  112. <height>16777215</height>
  113. </size>
  114. </property>
  115. <property name="decimals">
  116. <number>6</number>
  117. </property>
  118. <property name="minimum">
  119. <double>-1000000000.000000000000000</double>
  120. </property>
  121. <property name="maximum">
  122. <double>1000000000.000000000000000</double>
  123. </property>
  124. <property name="singleStep">
  125. <double>1.000000000000000</double>
  126. </property>
  127. <property name="value">
  128. <double>0.000000000000000</double>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="2" column="0">
  133. <widget class="QLabel" name="param3Label">
  134. <property name="text">
  135. <string>param3</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="2" column="1">
  140. <spacer name="horizontalSpacer_5">
  141. <property name="orientation">
  142. <enum>Qt::Horizontal</enum>
  143. </property>
  144. <property name="sizeHint" stdset="0">
  145. <size>
  146. <width>2</width>
  147. <height>20</height>
  148. </size>
  149. </property>
  150. </spacer>
  151. </item>
  152. </layout>
  153. </widget>
  154. </item>
  155. <item>
  156. <layout class="QHBoxLayout" name="horizontalLayout_4">
  157. <item>
  158. <widget class="QLabel" name="label">
  159. <property name="statusTip">
  160. <string>false rejection probability</string>
  161. </property>
  162. <property name="text">
  163. <string>p(Chi2)</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <spacer name="horizontalSpacer">
  169. <property name="orientation">
  170. <enum>Qt::Horizontal</enum>
  171. </property>
  172. <property name="sizeHint" stdset="0">
  173. <size>
  174. <width>40</width>
  175. <height>20</height>
  176. </size>
  177. </property>
  178. </spacer>
  179. </item>
  180. <item>
  181. <widget class="QDoubleSpinBox" name="probaSpinBox">
  182. <property name="decimals">
  183. <number>6</number>
  184. </property>
  185. <property name="minimum">
  186. <double>0.000005000000000</double>
  187. </property>
  188. <property name="maximum">
  189. <double>5.000000000000000</double>
  190. </property>
  191. <property name="singleStep">
  192. <double>0.000500000000000</double>
  193. </property>
  194. <property name="value">
  195. <double>0.000500000000000</double>
  196. </property>
  197. </widget>
  198. </item>
  199. </layout>
  200. </item>
  201. <item>
  202. <layout class="QHBoxLayout" name="horizontalLayout_5">
  203. <item>
  204. <widget class="QLabel" name="nLabel">
  205. <property name="statusTip">
  206. <string>neighbors used to compute observed local dist.</string>
  207. </property>
  208. <property name="text">
  209. <string>Neighbors</string>
  210. </property>
  211. </widget>
  212. </item>
  213. <item>
  214. <spacer name="horizontalSpacer_2">
  215. <property name="orientation">
  216. <enum>Qt::Horizontal</enum>
  217. </property>
  218. <property name="sizeHint" stdset="0">
  219. <size>
  220. <width>40</width>
  221. <height>20</height>
  222. </size>
  223. </property>
  224. </spacer>
  225. </item>
  226. <item>
  227. <widget class="QSpinBox" name="neighborsSpinBox">
  228. <property name="minimum">
  229. <number>16</number>
  230. </property>
  231. <property name="maximum">
  232. <number>128</number>
  233. </property>
  234. <property name="singleStep">
  235. <number>1</number>
  236. </property>
  237. </widget>
  238. </item>
  239. </layout>
  240. </item>
  241. <item>
  242. <widget class="QDialogButtonBox" name="buttonBox">
  243. <property name="orientation">
  244. <enum>Qt::Horizontal</enum>
  245. </property>
  246. <property name="standardButtons">
  247. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  248. </property>
  249. </widget>
  250. </item>
  251. </layout>
  252. </widget>
  253. <resources/>
  254. <connections>
  255. <connection>
  256. <sender>buttonBox</sender>
  257. <signal>accepted()</signal>
  258. <receiver>StatisticalTestDialog</receiver>
  259. <slot>accept()</slot>
  260. <hints>
  261. <hint type="sourcelabel">
  262. <x>248</x>
  263. <y>254</y>
  264. </hint>
  265. <hint type="destinationlabel">
  266. <x>157</x>
  267. <y>274</y>
  268. </hint>
  269. </hints>
  270. </connection>
  271. <connection>
  272. <sender>buttonBox</sender>
  273. <signal>rejected()</signal>
  274. <receiver>StatisticalTestDialog</receiver>
  275. <slot>reject()</slot>
  276. <hints>
  277. <hint type="sourcelabel">
  278. <x>316</x>
  279. <y>260</y>
  280. </hint>
  281. <hint type="destinationlabel">
  282. <x>286</x>
  283. <y>274</y>
  284. </hint>
  285. </hints>
  286. </connection>
  287. </connections>
  288. </ui>