simray.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>936</width>
  10. <height>847</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>SimRay 0.5</string>
  15. </property>
  16. <widget class="QWidget" name="mainWidget">
  17. <property name="sizePolicy">
  18. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  19. <horstretch>0</horstretch>
  20. <verstretch>0</verstretch>
  21. </sizepolicy>
  22. </property>
  23. <layout class="QVBoxLayout" name="verticalLayout_3">
  24. <property name="spacing">
  25. <number>10</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>2</number>
  29. </property>
  30. <item>
  31. <layout class="QHBoxLayout" name="mapContainer">
  32. <item>
  33. <widget class="QWidget" name="previewImage" native="true">
  34. <property name="sizePolicy">
  35. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  36. <horstretch>0</horstretch>
  37. <verstretch>0</verstretch>
  38. </sizepolicy>
  39. </property>
  40. <property name="minimumSize">
  41. <size>
  42. <width>0</width>
  43. <height>500</height>
  44. </size>
  45. </property>
  46. <layout class="QVBoxLayout" name="verticalLayout_2"/>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QWidget" name="analysisImage" native="true">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="minimumSize">
  58. <size>
  59. <width>0</width>
  60. <height>500</height>
  61. </size>
  62. </property>
  63. <property name="styleSheet">
  64. <string notr="true">background-repeat: no-repeat;</string>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </item>
  70. <item>
  71. <layout class="QHBoxLayout" name="horizontalLayout">
  72. <item>
  73. <widget class="QTreeWidget" name="treeFeedback">
  74. <property name="maximumSize">
  75. <size>
  76. <width>170</width>
  77. <height>16777215</height>
  78. </size>
  79. </property>
  80. <property name="horizontalScrollBarPolicy">
  81. <enum>Qt::ScrollBarAlwaysOff</enum>
  82. </property>
  83. <column>
  84. <property name="text">
  85. <string>Object</string>
  86. </property>
  87. </column>
  88. <column>
  89. <property name="text">
  90. <string>Value</string>
  91. </property>
  92. </column>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QTabWidget" name="tabMaterials">
  97. <property name="currentIndex">
  98. <number>4</number>
  99. </property>
  100. <widget class="QWidget" name="tabLogger">
  101. <attribute name="title">
  102. <string>Log</string>
  103. </attribute>
  104. <layout class="QVBoxLayout" name="verticalLayout"/>
  105. </widget>
  106. <widget class="QWidget" name="tabMatrix">
  107. <attribute name="title">
  108. <string>Matrix</string>
  109. </attribute>
  110. <layout class="QVBoxLayout" name="verticalLayout_4">
  111. <item>
  112. <widget class="QTableView" name="tableViewArray">
  113. <property name="maximumSize">
  114. <size>
  115. <width>1000</width>
  116. <height>16777215</height>
  117. </size>
  118. </property>
  119. <property name="font">
  120. <font>
  121. <pointsize>7</pointsize>
  122. </font>
  123. </property>
  124. <attribute name="horizontalHeaderDefaultSectionSize">
  125. <number>30</number>
  126. </attribute>
  127. <attribute name="horizontalHeaderMinimumSectionSize">
  128. <number>15</number>
  129. </attribute>
  130. <attribute name="verticalHeaderDefaultSectionSize">
  131. <number>15</number>
  132. </attribute>
  133. <attribute name="verticalHeaderMinimumSectionSize">
  134. <number>20</number>
  135. </attribute>
  136. </widget>
  137. </item>
  138. </layout>
  139. </widget>
  140. <widget class="QWidget" name="tab">
  141. <attribute name="title">
  142. <string>Config</string>
  143. </attribute>
  144. <layout class="QVBoxLayout" name="verticalLayout_5">
  145. <item>
  146. <widget class="QGroupBox" name="groupBoxCfg">
  147. <property name="maximumSize">
  148. <size>
  149. <width>300</width>
  150. <height>16777215</height>
  151. </size>
  152. </property>
  153. <property name="title">
  154. <string> Config </string>
  155. </property>
  156. <property name="alignment">
  157. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  158. </property>
  159. <property name="checkable">
  160. <bool>false</bool>
  161. </property>
  162. <layout class="QFormLayout" name="formLayout">
  163. <property name="fieldGrowthPolicy">
  164. <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
  165. </property>
  166. <item row="1" column="0">
  167. <widget class="QLabel" name="labelRayAngle">
  168. <property name="text">
  169. <string>Rayangle:</string>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="1" column="1">
  174. <widget class="QSpinBox" name="spinBoxRayAngle">
  175. <property name="maximum">
  176. <number>360</number>
  177. </property>
  178. <property name="singleStep">
  179. <number>1</number>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="2" column="0">
  184. <widget class="QLabel" name="labelRayCount">
  185. <property name="text">
  186. <string>Raycount:</string>
  187. </property>
  188. </widget>
  189. </item>
  190. <item row="2" column="1">
  191. <widget class="QSpinBox" name="spinBoxRayCount">
  192. <property name="maximum">
  193. <number>5000</number>
  194. </property>
  195. <property name="singleStep">
  196. <number>25</number>
  197. </property>
  198. </widget>
  199. </item>
  200. <item row="3" column="0">
  201. <widget class="QLabel" name="labelGenerations">
  202. <property name="text">
  203. <string>Generations:</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="3" column="1">
  208. <widget class="QSpinBox" name="spinBoxGenerations">
  209. <property name="minimum">
  210. <number>1</number>
  211. </property>
  212. <property name="maximum">
  213. <number>10</number>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="4" column="0">
  218. <widget class="QLabel" name="labelReflections">
  219. <property name="text">
  220. <string>Reflections:</string>
  221. </property>
  222. </widget>
  223. </item>
  224. <item row="4" column="1">
  225. <widget class="QCheckBox" name="checkBoxReflections">
  226. <property name="text">
  227. <string/>
  228. </property>
  229. </widget>
  230. </item>
  231. <item row="5" column="0">
  232. <widget class="QLabel" name="labelRefractions">
  233. <property name="text">
  234. <string>Refractions:</string>
  235. </property>
  236. </widget>
  237. </item>
  238. <item row="5" column="1">
  239. <widget class="QCheckBox" name="checkBoxRefractions">
  240. <property name="text">
  241. <string/>
  242. </property>
  243. <property name="checked">
  244. <bool>false</bool>
  245. </property>
  246. </widget>
  247. </item>
  248. <item row="6" column="1">
  249. <spacer name="verticalSpacer">
  250. <property name="orientation">
  251. <enum>Qt::Vertical</enum>
  252. </property>
  253. <property name="sizeHint" stdset="0">
  254. <size>
  255. <width>20</width>
  256. <height>10</height>
  257. </size>
  258. </property>
  259. </spacer>
  260. </item>
  261. <item row="7" column="0">
  262. <widget class="QLabel" name="labelAlphaChannel">
  263. <property name="text">
  264. <string>Alpha:</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item row="7" column="1">
  269. <widget class="QSpinBox" name="spinBoxAlphaChannel">
  270. <property name="maximum">
  271. <number>255</number>
  272. </property>
  273. <property name="singleStep">
  274. <number>30</number>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="8" column="0">
  279. <widget class="QLabel" name="labelBGMap">
  280. <property name="text">
  281. <string>BG-Map:</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="8" column="1">
  286. <widget class="QCheckBox" name="checkBoxBGMap">
  287. <property name="text">
  288. <string/>
  289. </property>
  290. </widget>
  291. </item>
  292. <item row="9" column="0">
  293. <widget class="QLabel" name="labelGaussSigma">
  294. <property name="text">
  295. <string>Gauss/Sigma:</string>
  296. </property>
  297. </widget>
  298. </item>
  299. <item row="9" column="1">
  300. <widget class="QSpinBox" name="spinBoxGaussSigma">
  301. <property name="minimum">
  302. <number>1</number>
  303. </property>
  304. <property name="maximum">
  305. <number>50</number>
  306. </property>
  307. </widget>
  308. </item>
  309. </layout>
  310. </widget>
  311. </item>
  312. </layout>
  313. </widget>
  314. <widget class="QWidget" name="tab_2">
  315. <attribute name="title">
  316. <string>Measurements</string>
  317. </attribute>
  318. <layout class="QVBoxLayout" name="verticalLayout_6">
  319. <item>
  320. <widget class="QPlainTextEdit" name="textMeasurements">
  321. <property name="font">
  322. <font>
  323. <family>Lucida Console</family>
  324. </font>
  325. </property>
  326. </widget>
  327. </item>
  328. <item>
  329. <widget class="QLineEdit" name="lineEditMeasurements"/>
  330. </item>
  331. </layout>
  332. </widget>
  333. <widget class="QWidget" name="tab_3">
  334. <attribute name="title">
  335. <string>Materials</string>
  336. </attribute>
  337. <layout class="QHBoxLayout" name="horizontalLayout_2">
  338. <item>
  339. <widget class="QTableView" name="tableMaterials">
  340. <attribute name="verticalHeaderVisible">
  341. <bool>false</bool>
  342. </attribute>
  343. </widget>
  344. </item>
  345. </layout>
  346. </widget>
  347. </widget>
  348. </item>
  349. </layout>
  350. </item>
  351. </layout>
  352. </widget>
  353. <widget class="QMenuBar" name="menubar">
  354. <property name="geometry">
  355. <rect>
  356. <x>0</x>
  357. <y>0</y>
  358. <width>936</width>
  359. <height>18</height>
  360. </rect>
  361. </property>
  362. </widget>
  363. <widget class="QToolBar" name="toolBar">
  364. <property name="windowTitle">
  365. <string>toolBar</string>
  366. </property>
  367. <attribute name="toolBarArea">
  368. <enum>TopToolBarArea</enum>
  369. </attribute>
  370. <attribute name="toolBarBreak">
  371. <bool>false</bool>
  372. </attribute>
  373. <addaction name="actionExit"/>
  374. <addaction name="actionBenchmark"/>
  375. <addaction name="actionClearLog"/>
  376. <addaction name="separator"/>
  377. <addaction name="actionMoveSources"/>
  378. <addaction name="actionZoomRect"/>
  379. <addaction name="actionHover"/>
  380. </widget>
  381. <action name="actionExit">
  382. <property name="text">
  383. <string>Exit</string>
  384. </property>
  385. </action>
  386. <action name="actionBenchmark">
  387. <property name="text">
  388. <string>Benchmark (F9)</string>
  389. </property>
  390. <property name="shortcut">
  391. <string>F9</string>
  392. </property>
  393. </action>
  394. <action name="actionClearLog">
  395. <property name="text">
  396. <string>ClearLog (Shift-F5)</string>
  397. </property>
  398. <property name="shortcut">
  399. <string>Shift+F5</string>
  400. </property>
  401. </action>
  402. <action name="actionMoveSources">
  403. <property name="checkable">
  404. <bool>true</bool>
  405. </property>
  406. <property name="text">
  407. <string>MoveSources (F6)</string>
  408. </property>
  409. <property name="shortcut">
  410. <string>F6</string>
  411. </property>
  412. </action>
  413. <action name="actionZoomRect">
  414. <property name="checkable">
  415. <bool>true</bool>
  416. </property>
  417. <property name="text">
  418. <string>ZoomRect (F7)</string>
  419. </property>
  420. <property name="shortcut">
  421. <string>F7</string>
  422. </property>
  423. </action>
  424. <action name="actionHover">
  425. <property name="checkable">
  426. <bool>true</bool>
  427. </property>
  428. <property name="text">
  429. <string>Measure (F8)</string>
  430. </property>
  431. <property name="shortcut">
  432. <string>F8</string>
  433. </property>
  434. </action>
  435. </widget>
  436. <tabstops>
  437. <tabstop>spinBoxRayAngle</tabstop>
  438. <tabstop>spinBoxRayCount</tabstop>
  439. <tabstop>spinBoxGenerations</tabstop>
  440. <tabstop>checkBoxReflections</tabstop>
  441. <tabstop>checkBoxRefractions</tabstop>
  442. <tabstop>spinBoxAlphaChannel</tabstop>
  443. <tabstop>checkBoxBGMap</tabstop>
  444. </tabstops>
  445. <resources/>
  446. <connections/>
  447. </ui>