Rev 127 | Rev 259 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindowClass</class>
<widget class="QMainWindow" name="MainWindowClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>869</width>
<height>551</height>
</rect>
</property>
<property name="windowTitle">
<string>FON Studio</string>
</property>
<property name="windowIcon">
<iconset resource="res/fonstudio.qrc">
<normaloff>:/phone-icon.png</normaloff>:/phone-icon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout" rowstretch="1,5,2" columnstretch="1,2">
<property name="margin">
<number>3</number>
</property>
<property name="spacing">
<number>3</number>
</property>
<item row="1" column="1">
<widget class="PaintArea" name="PaintWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>2</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="cursor">
<cursorShape>CrossCursor</cursorShape>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="QPlainTextEdit" name="logOutput">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>200</height>
</size>
</property>
</widget>
</item>
<item row="0" column="0" colspan="2">
<widget class="QWidget" name="mainCaption" native="true">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>40</height>
</size>
</property>
<widget class="QLabel" name="headerCaption">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>701</width>
<height>24</height>
</rect>
</property>
<property name="styleSheet">
<string>font: 75 14pt "Verdana";
color: rgb(85, 0, 0);</string>
</property>
<property name="text">
<string>caption</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
</widget>
</item>
<item row="1" column="0">
<widget class="QStackedWidget" name="editStack">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="pageXML">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLineEdit" name="initFileName">
<property name="text">
<string>fon.xml</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="openFile">
<property name="text">
<string>Open</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="saveFile">
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="applyXML">
<property name="text">
<string>Apply!</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTextEdit" name="iniEdit">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>1000</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="pageLightroom">
<widget class="QPushButton" name="pbCreateLightroom">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>171</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Create Lightroom</string>
</property>
</widget>
<widget class="QPushButton" name="testLRO">
<property name="geometry">
<rect>
<x>270</x>
<y>160</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>lro - test</string>
</property>
</widget>
<widget class="QLineEdit" name="lr_x">
<property name="geometry">
<rect>
<x>40</x>
<y>100</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QLineEdit" name="lr_z">
<property name="geometry">
<rect>
<x>40</x>
<y>140</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>5</string>
</property>
</widget>
<widget class="QLineEdit" name="lr_y">
<property name="geometry">
<rect>
<x>40</x>
<y>120</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QPushButton" name="lroTestHemi">
<property name="geometry">
<rect>
<x>270</x>
<y>100</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Test Grid</string>
</property>
</widget>
<widget class="QPushButton" name="lrCalcFullGrid">
<property name="geometry">
<rect>
<x>270</x>
<y>180</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>calc full grid</string>
</property>
</widget>
<widget class="QPushButton" name="lrLightGrid">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>draw lightgrid</string>
</property>
</widget>
<widget class="QSlider" name="lrSliderX">
<property name="geometry">
<rect>
<x>90</x>
<y>100</y>
<width>160</width>
<height>21</height>
</rect>
</property>
<property name="minimum">
<number>-50</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="lrSliderY">
<property name="geometry">
<rect>
<x>90</x>
<y>120</y>
<width>160</width>
<height>21</height>
</rect>
</property>
<property name="minimum">
<number>-50</number>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="lrSliderZ">
<property name="geometry">
<rect>
<x>90</x>
<y>140</y>
<width>160</width>
<height>21</height>
</rect>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLineEdit" name="lrAzim">
<property name="geometry">
<rect>
<x>160</x>
<y>180</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QLineEdit" name="lrElevation">
<property name="geometry">
<rect>
<x>210</x>
<y>180</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>45</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>160</x>
<y>160</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Azimuth</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>210</x>
<y>160</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Elevation</string>
</property>
</widget>
<widget class="QPushButton" name="lrProcess">
<property name="geometry">
<rect>
<x>30</x>
<y>250</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Create "writer" stamps</string>
</property>
</widget>
<widget class="QLabel" name="lrHemiValue">
<property name="geometry">
<rect>
<x>280</x>
<y>130</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>0</string>
</property>
</widget>
<widget class="QPushButton" name="lrLoadStamps">
<property name="geometry">
<rect>
<x>30</x>
<y>280</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Test load Stamps</string>
</property>
</widget>
<widget class="QPushButton" name="lrReadStamps">
<property name="geometry">
<rect>
<x>30</x>
<y>220</y>
<width>141</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Create "reader" stamps</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="pageFON">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>Stamping</string>
</attribute>
<widget class="QPushButton" name="stampTrees">
<property name="geometry">
<rect>
<x>90</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>stamp trees</string>
</property>
</widget>
<widget class="QPushButton" name="fonRun">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Setup FON</string>
</property>
</widget>
<widget class="QGroupBox" name="gEditTree">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>331</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Edit tree</string>
</property>
<widget class="QDoubleSpinBox" name="treeDbh">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>diameter (cm)</string>
</property>
<property name="maximum">
<double>299.990000000000009</double>
</property>
</widget>
<widget class="QDoubleSpinBox" name="treeHeight">
<property name="geometry">
<rect>
<x>90</x>
<y>30</y>
<width>62</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string>Height [m]</string>
</property>
</widget>
<widget class="QPushButton" name="treeChange">
<property name="geometry">
<rect>
<x>220</x>
<y>10</y>
<width>75</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Change</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="treePosX">
<property name="geometry">
<rect>
<x>20</x>
<y>60</y>
<width>62</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QDoubleSpinBox" name="treePosY">
<property name="geometry">
<rect>
<x>90</x>
<y>60</y>
<width>62</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="treeImpact">
<property name="geometry">
<rect>
<x>220</x>
<y>60</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>(value)</string>
</property>
</widget>
<widget class="QPushButton" name="pbSetAsDebug">
<property name="geometry">
<rect>
<x>220</x>
<y>40</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>debug tree</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>331</width>
<height>111</height>
</rect>
</property>
<property name="title">
<string>Visualization Options</string>
</property>
<widget class="QRadioButton" name="visFon">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>84</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>FON</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
<widget class="QRadioButton" name="visImpact">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>111</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Impact values</string>
</property>
</widget>
<widget class="QRadioButton" name="visDomGrid">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>101</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>dominace grid</string>
</property>
</widget>
<widget class="QCheckBox" name="visAutoScale">
<property name="geometry">
<rect>
<x>210</x>
<y>20</y>
<width>111</width>
<height>18</height>
</rect>
</property>
<property name="text">
<string>Autoscale colors</string>
</property>
</widget>
<widget class="QLabel" name="fonValue">
<property name="geometry">
<rect>
<x>210</x>
<y>70</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>(value)</string>
</property>
</widget>
<widget class="QCheckBox" name="visDomHeight">
<property name="geometry">
<rect>
<x>210</x>
<y>40</y>
<width>51</width>
<height>18</height>
</rect>
</property>
<property name="toolTip">
<string>for vis. of influence grid: when checked, the color shows the FON-value if scaled to the height in combo-box right, and not for the value of the actual height-dominance-grid.</string>
</property>
<property name="text">
<string>scale</string>
</property>
</widget>
<widget class="QComboBox" name="visScaleValue">
<property name="geometry">
<rect>
<x>260</x>
<y>40</y>
<width>51</width>
<height>22</height>
</rect>
</property>
<property name="toolTip">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">for vis. of influence grid: height value in meters.</span></p></body></html></string>
</property>
<item>
<property name="text">
<string>5</string>
</property>
</item>
<item>
<property name="text">
<string>10</string>
</property>
</item>
<item>
<property name="text">
<string>20</string>
</property>
</item>
<item>
<property name="text">
<string>30</string>
</property>
</item>
<item>
<property name="text">
<string>40</string>
</property>
</item>
<item>
<property name="text">
<string>50</string>
</property>
</item>
<item>
<property name="text">
<string>80</string>
</property>
</item>
</widget>
</widget>
<widget class="QPushButton" name="pbResults">
<property name="geometry">
<rect>
<x>270</x>
<y>10</y>
<width>71</width>
<height>23</height>
</rect>
</property>
<property name="toolTip">
<string>copies tree results in clipboard.</string>
</property>
<property name="text">
<string>Results</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>Testing</string>
</attribute>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>255</width>
<height>22</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>Formula</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="formula"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>255</width>
<height>53</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLineEdit" name="lVar1">
<property name="maximumSize">
<size>
<width>65</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lVar2">
<property name="maximumSize">
<size>
<width>65</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lCalcResult">
<property name="text">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Result</span><a href="http://www.orf.at"><span style=" text-decoration: underline; color:#0000ff;">hoi</span></a></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="calcFormula">
<property name="text">
<string>Calculate</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>130</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Count</string>
</property>
</widget>
<widget class="QLineEdit" name="eTreeCount">
<property name="geometry">
<rect>
<x>70</x>
<y>130</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>100</string>
</property>
</widget>
<widget class="QPushButton" name="pbAddTrees">
<property name="geometry">
<rect>
<x>200</x>
<y>130</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QLineEdit" name="eTreeDBH">
<property name="geometry">
<rect>
<x>150</x>
<y>130</y>
<width>41</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>30</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>120</x>
<y>130</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>DBH</string>
</property>
</widget>
<widget class="QPushButton" name="calcMatrix">
<property name="geometry">
<rect>
<x>120</x>
<y>160</y>
<width>151</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>ISOFON - calc matrix</string>
</property>
</widget>
<widget class="QPushButton" name="execManyStands">
<property name="geometry">
<rect>
<x>120</x>
<y>190</y>
<width>151</width>
<height>23</height>
</rect>
</property>
<property name="toolTip">
<string>parse setting "standlist" in XML-input file, then load/stamp/save results for each stand listed.</string>
</property>
<property name="text">
<string>execute many stands</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabPerf">
<attribute name="title">
<string>Timing</string>
</attribute>
<widget class="QLineEdit" name="lApplyManyCount">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>10</string>
</property>
</widget>
<widget class="QPushButton" name="pbMultipleApplication">
<property name="geometry">
<rect>
<x>70</x>
<y>20</y>
<width>81</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>x apply</string>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>869</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuOutput_menu">
<property name="title">
<string>Output-menu</string>
</property>
<addaction name="actionTreelist"/>
<addaction name="actionFON_grid"/>
</widget>
<addaction name="menuOutput_menu"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
</property>
<attribute name="toolBarArea">
<enum>LeftToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionEdit_XML_settings"/>
<addaction name="actionLightroom"/>
<addaction name="actionFON_action"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionLightroom">
<property name="icon">
<iconset resource="res/fonstudio.qrc">
<normaloff>:/camera.png</normaloff>:/camera.png</iconset>
</property>
<property name="text">
<string>Lightroom</string>
</property>
<property name="toolTip">
<string>switch to lightroom</string>
</property>
</action>
<action name="actionFON_action">
<property name="icon">
<iconset resource="res/fonstudio.qrc">
<normaloff>:/audio-input-microphone.png</normaloff>:/audio-input-microphone.png</iconset>
</property>
<property name="text">
<string>FON action</string>
</property>
<property name="toolTip">
<string>FON test area</string>
</property>
</action>
<action name="actionEdit_XML_settings">
<property name="icon">
<iconset resource="res/fonstudio.qrc">
<normaloff>:/source_xml.png</normaloff>:/source_xml.png</iconset>
</property>
<property name="text">
<string>XML settings</string>
</property>
</action>
<action name="actionTreelist">
<property name="text">
<string>treelist</string>
</property>
</action>
<action name="actionFON_grid">
<property name="text">
<string>FON grid</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>PaintArea</class>
<extends>QWidget</extends>
<header>paintarea.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>lr_x</tabstop>
<tabstop>lr_y</tabstop>
<tabstop>lr_z</tabstop>
<tabstop>iniEdit</tabstop>
<tabstop>pbCreateLightroom</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>stampTrees</tabstop>
<tabstop>formula</tabstop>
<tabstop>lVar1</tabstop>
<tabstop>lVar2</tabstop>
<tabstop>calcFormula</tabstop>
<tabstop>logOutput</tabstop>
<tabstop>testLRO</tabstop>
<tabstop>initFileName</tabstop>
<tabstop>applyXML</tabstop>
<tabstop>saveFile</tabstop>
<tabstop>lroTestHemi</tabstop>
<tabstop>lrCalcFullGrid</tabstop>
<tabstop>lrLightGrid</tabstop>
</tabstops>
<resources>
<include location="res/fonstudio.qrc"/>
</resources>
<connections>
<connection>
<sender>lrSliderX</sender>
<signal>valueChanged(int)</signal>
<receiver>lroTestHemi</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>218</x>
<y>176</y>
</hint>
<hint type="destinationlabel">
<x>173</x>
<y>242</y>
</hint>
</hints>
</connection>
<connection>
<sender>lrSliderY</sender>
<signal>valueChanged(int)</signal>
<receiver>lroTestHemi</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>280</x>
<y>198</y>
</hint>
<hint type="destinationlabel">
<x>167</x>
<y>240</y>
</hint>
</hints>
</connection>
<connection>
<sender>lrSliderZ</sender>
<signal>valueChanged(int)</signal>
<receiver>lroTestHemi</receiver>
<slot>click()</slot>
<hints>
<hint type="sourcelabel">
<x>251</x>
<y>216</y>
</hint>
<hint type="destinationlabel">
<x>182</x>
<y>243</y>
</hint>
</hints>
</connection>
</connections>
</ui>