| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>936</width>
- <height>847</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>SimRay 0.5</string>
- </property>
- <widget class="QWidget" name="mainWidget">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <property name="spacing">
- <number>10</number>
- </property>
- <property name="bottomMargin">
- <number>2</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="mapContainer">
- <item>
- <widget class="QWidget" name="previewImage" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>500</height>
- </size>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2"/>
- </widget>
- </item>
- <item>
- <widget class="QWidget" name="analysisImage" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>500</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">background-repeat: no-repeat;</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QTreeWidget" name="treeFeedback">
- <property name="maximumSize">
- <size>
- <width>170</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <column>
- <property name="text">
- <string>Object</string>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Value</string>
- </property>
- </column>
- </widget>
- </item>
- <item>
- <widget class="QTabWidget" name="tabMaterials">
- <property name="currentIndex">
- <number>4</number>
- </property>
- <widget class="QWidget" name="tabLogger">
- <attribute name="title">
- <string>Log</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout"/>
- </widget>
- <widget class="QWidget" name="tabMatrix">
- <attribute name="title">
- <string>Matrix</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <item>
- <widget class="QTableView" name="tableViewArray">
- <property name="maximumSize">
- <size>
- <width>1000</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="font">
- <font>
- <pointsize>7</pointsize>
- </font>
- </property>
- <attribute name="horizontalHeaderDefaultSectionSize">
- <number>30</number>
- </attribute>
- <attribute name="horizontalHeaderMinimumSectionSize">
- <number>15</number>
- </attribute>
- <attribute name="verticalHeaderDefaultSectionSize">
- <number>15</number>
- </attribute>
- <attribute name="verticalHeaderMinimumSectionSize">
- <number>20</number>
- </attribute>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Config</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_5">
- <item>
- <widget class="QGroupBox" name="groupBoxCfg">
- <property name="maximumSize">
- <size>
- <width>300</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="title">
- <string> Config </string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- <layout class="QFormLayout" name="formLayout">
- <property name="fieldGrowthPolicy">
- <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
- </property>
- <item row="1" column="0">
- <widget class="QLabel" name="labelRayAngle">
- <property name="text">
- <string>Rayangle:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QSpinBox" name="spinBoxRayAngle">
- <property name="maximum">
- <number>360</number>
- </property>
- <property name="singleStep">
- <number>1</number>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="labelRayCount">
- <property name="text">
- <string>Raycount:</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QSpinBox" name="spinBoxRayCount">
- <property name="maximum">
- <number>5000</number>
- </property>
- <property name="singleStep">
- <number>25</number>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="labelGenerations">
- <property name="text">
- <string>Generations:</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QSpinBox" name="spinBoxGenerations">
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>10</number>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="labelReflections">
- <property name="text">
- <string>Reflections:</string>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QCheckBox" name="checkBoxReflections">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QLabel" name="labelRefractions">
- <property name="text">
- <string>Refractions:</string>
- </property>
- </widget>
- </item>
- <item row="5" column="1">
- <widget class="QCheckBox" name="checkBoxRefractions">
- <property name="text">
- <string/>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="6" column="1">
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>10</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="7" column="0">
- <widget class="QLabel" name="labelAlphaChannel">
- <property name="text">
- <string>Alpha:</string>
- </property>
- </widget>
- </item>
- <item row="7" column="1">
- <widget class="QSpinBox" name="spinBoxAlphaChannel">
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="singleStep">
- <number>30</number>
- </property>
- </widget>
- </item>
- <item row="8" column="0">
- <widget class="QLabel" name="labelBGMap">
- <property name="text">
- <string>BG-Map:</string>
- </property>
- </widget>
- </item>
- <item row="8" column="1">
- <widget class="QCheckBox" name="checkBoxBGMap">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="9" column="0">
- <widget class="QLabel" name="labelGaussSigma">
- <property name="text">
- <string>Gauss/Sigma:</string>
- </property>
- </widget>
- </item>
- <item row="9" column="1">
- <widget class="QSpinBox" name="spinBoxGaussSigma">
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>50</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Measurements</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout_6">
- <item>
- <widget class="QPlainTextEdit" name="textMeasurements">
- <property name="font">
- <font>
- <family>Lucida Console</family>
- </font>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="lineEditMeasurements"/>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_3">
- <attribute name="title">
- <string>Materials</string>
- </attribute>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QTableView" name="tableMaterials">
- <attribute name="verticalHeaderVisible">
- <bool>false</bool>
- </attribute>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menubar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>936</width>
- <height>18</height>
- </rect>
- </property>
- </widget>
- <widget class="QToolBar" name="toolBar">
- <property name="windowTitle">
- <string>toolBar</string>
- </property>
- <attribute name="toolBarArea">
- <enum>TopToolBarArea</enum>
- </attribute>
- <attribute name="toolBarBreak">
- <bool>false</bool>
- </attribute>
- <addaction name="actionExit"/>
- <addaction name="actionBenchmark"/>
- <addaction name="actionClearLog"/>
- <addaction name="separator"/>
- <addaction name="actionMoveSources"/>
- <addaction name="actionZoomRect"/>
- <addaction name="actionHover"/>
- </widget>
- <action name="actionExit">
- <property name="text">
- <string>Exit</string>
- </property>
- </action>
- <action name="actionBenchmark">
- <property name="text">
- <string>Benchmark (F9)</string>
- </property>
- <property name="shortcut">
- <string>F9</string>
- </property>
- </action>
- <action name="actionClearLog">
- <property name="text">
- <string>ClearLog (Shift-F5)</string>
- </property>
- <property name="shortcut">
- <string>Shift+F5</string>
- </property>
- </action>
- <action name="actionMoveSources">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>MoveSources (F6)</string>
- </property>
- <property name="shortcut">
- <string>F6</string>
- </property>
- </action>
- <action name="actionZoomRect">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>ZoomRect (F7)</string>
- </property>
- <property name="shortcut">
- <string>F7</string>
- </property>
- </action>
- <action name="actionHover">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Measure (F8)</string>
- </property>
- <property name="shortcut">
- <string>F8</string>
- </property>
- </action>
- </widget>
- <tabstops>
- <tabstop>spinBoxRayAngle</tabstop>
- <tabstop>spinBoxRayCount</tabstop>
- <tabstop>spinBoxGenerations</tabstop>
- <tabstop>checkBoxReflections</tabstop>
- <tabstop>checkBoxRefractions</tabstop>
- <tabstop>spinBoxAlphaChannel</tabstop>
- <tabstop>checkBoxBGMap</tabstop>
- </tabstops>
- <resources/>
- <connections/>
- </ui>
|