You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
871 lines
23 KiB
871 lines
23 KiB
9 years ago
|
<?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>724</width>
|
||
|
<height>704</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>MainWindow</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralWidget"/>
|
||
|
<widget class="QMenuBar" name="menuBar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>724</width>
|
||
|
<height>25</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<widget class="QMenu" name="menuFile">
|
||
|
<property name="title">
|
||
|
<string>File</string>
|
||
|
</property>
|
||
|
<addaction name="actionNew_Project"/>
|
||
|
<addaction name="actionOpen_Project"/>
|
||
|
<addaction name="actionSave_Project"/>
|
||
|
<addaction name="actionSave_Project_As"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionOpen_Image"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionClose_Project_Image"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionExit"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuTools">
|
||
|
<property name="title">
|
||
|
<string>Tools</string>
|
||
|
</property>
|
||
|
<addaction name="actionZoom_in_25"/>
|
||
|
<addaction name="actionZoom_out_25"/>
|
||
|
<addaction name="actionFit_in_Window"/>
|
||
|
<addaction name="actionOriginal_Size"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionHistogram"/>
|
||
|
<addaction name="actionThreshold"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionAnalyze_edges"/>
|
||
|
<addaction name="actionAnalyze_Colors"/>
|
||
|
</widget>
|
||
|
<widget class="QMenu" name="menuHelp">
|
||
|
<property name="title">
|
||
|
<string>Help</string>
|
||
|
</property>
|
||
|
<addaction name="actionHelp"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionAbout_microAnalyzer"/>
|
||
|
</widget>
|
||
|
<addaction name="menuFile"/>
|
||
|
<addaction name="menuTools"/>
|
||
|
<addaction name="menuHelp"/>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusBar"/>
|
||
|
<widget class="QDockWidget" name="dockWidget">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>250</width>
|
||
|
<height>625</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="floating">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="features">
|
||
|
<set>QDockWidget::NoDockWidgetFeatures</set>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string> Tools</string>
|
||
|
</property>
|
||
|
<attribute name="dockWidgetArea">
|
||
|
<number>1</number>
|
||
|
</attribute>
|
||
|
<widget class="QWidget" name="dockWidgetContents">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Arial</family>
|
||
|
</font>
|
||
|
</property>
|
||
|
<widget class="QDial" name="imageDial">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>26</x>
|
||
|
<y>19</y>
|
||
|
<width>201</width>
|
||
|
<height>151</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>-999</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>999</number>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<number>10</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="sliderPosition">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="tracking">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="wrapping">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="notchTarget">
|
||
|
<double>10.000000000000000</double>
|
||
|
</property>
|
||
|
<property name="notchesVisible">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" name="line">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>170</y>
|
||
|
<width>220</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="bitmapLayers_label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>187</y>
|
||
|
<width>191</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Background layers (dbl click)</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="vectLayers_label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>14</x>
|
||
|
<y>299</y>
|
||
|
<width>111</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Analysing layers</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>92</x>
|
||
|
<y>0</y>
|
||
|
<width>71</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
<weight>50</weight>
|
||
|
<bold>false</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Fine zoom</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QTableView" name="bitmapTableView">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>209</y>
|
||
|
<width>221</width>
|
||
|
<height>71</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Arial</family>
|
||
|
<pointsize>9</pointsize>
|
||
|
<weight>50</weight>
|
||
|
<bold>false</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="autoFillBackground">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="selectionMode">
|
||
|
<enum>QAbstractItemView::SingleSelection</enum>
|
||
|
</property>
|
||
|
<property name="selectionBehavior">
|
||
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
</property>
|
||
|
<property name="gridStyle">
|
||
|
<enum>Qt::DashLine</enum>
|
||
|
</property>
|
||
|
<property name="sortingEnabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
||
|
<number>140</number>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderHighlightSections">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
||
|
<number>25</number>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderStretchLastSection">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderDefaultSectionSize">
|
||
|
<number>19</number>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderHighlightSections">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderMinimumSectionSize">
|
||
|
<number>15</number>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
<widget class="Line" name="separator_layers">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>279</y>
|
||
|
<width>220</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QTableView" name="vectorTableView">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>320</y>
|
||
|
<width>221</width>
|
||
|
<height>161</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Arial</family>
|
||
|
<pointsize>9</pointsize>
|
||
|
<weight>50</weight>
|
||
|
<bold>false</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="autoFillBackground">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="alternatingRowColors">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="selectionMode">
|
||
|
<enum>QAbstractItemView::MultiSelection</enum>
|
||
|
</property>
|
||
|
<property name="selectionBehavior">
|
||
|
<enum>QAbstractItemView::SelectRows</enum>
|
||
|
</property>
|
||
|
<property name="gridStyle">
|
||
|
<enum>Qt::DashLine</enum>
|
||
|
</property>
|
||
|
<property name="sortingEnabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<attribute name="horizontalHeaderCascadingSectionResizes">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
||
|
<number>140</number>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderHighlightSections">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderMinimumSectionSize">
|
||
|
<number>25</number>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderShowSortIndicator" stdset="0">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="horizontalHeaderStretchLastSection">
|
||
|
<bool>true</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderVisible">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderDefaultSectionSize">
|
||
|
<number>19</number>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderHighlightSections">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<attribute name="verticalHeaderMinimumSectionSize">
|
||
|
<number>15</number>
|
||
|
</attribute>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>165</x>
|
||
|
<y>295</y>
|
||
|
<width>31</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Show only selected Analysing layers (blue)</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/btn_analyzeLayers.png</normaloff>images/icons/btn_analyzeLayers.png</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>200</x>
|
||
|
<y>295</y>
|
||
|
<width>31</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Add selected Analysing layers (blue) to selected Imported layers (red)</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/btn_addLayers.png</normaloff>images/icons/btn_addLayers.png</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QFrame" name="frame">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>150</x>
|
||
|
<y>499</y>
|
||
|
<width>81</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="autoFillBackground">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Raised</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>13</x>
|
||
|
<y>501</y>
|
||
|
<width>131</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Mask colour:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="Line" name="separator_layers_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>480</y>
|
||
|
<width>220</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>130</x>
|
||
|
<y>295</y>
|
||
|
<width>31</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Delete selected ANALYSING layers (blue ones)</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/delete.png</normaloff>images/icons/delete.png</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_4">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>200</x>
|
||
|
<y>184</y>
|
||
|
<width>31</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="toolTip">
|
||
|
<string>Delete selected IMPORTED layers (blue ones)</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/delete.png</normaloff>images/icons/delete.png</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="rSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>70</x>
|
||
|
<y>529</y>
|
||
|
<width>160</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>-5</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>45</number>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="gSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>70</x>
|
||
|
<y>553</y>
|
||
|
<width>160</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>-5</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>45</number>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="bSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>70</x>
|
||
|
<y>578</y>
|
||
|
<width>160</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="minimum">
|
||
|
<number>-5</number>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>45</number>
|
||
|
</property>
|
||
|
<property name="singleStep">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>5</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="rLabel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>13</x>
|
||
|
<y>530</y>
|
||
|
<width>46</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
<weight>50</weight>
|
||
|
<bold>false</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Red</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="gLabel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>13</x>
|
||
|
<y>553</y>
|
||
|
<width>46</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Green</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="bLabel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>13</x>
|
||
|
<y>577</y>
|
||
|
<width>46</width>
|
||
|
<height>16</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<family>Sans</family>
|
||
|
<pointsize>10</pointsize>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Blue</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QToolBar" name="mainToolBar">
|
||
|
<property name="minimumSize">
|
||
|
<size>
|
||
|
<width>0</width>
|
||
|
<height>32</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="movable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<attribute name="toolBarArea">
|
||
|
<enum>TopToolBarArea</enum>
|
||
|
</attribute>
|
||
|
<attribute name="toolBarBreak">
|
||
|
<bool>false</bool>
|
||
|
</attribute>
|
||
|
<addaction name="actionNew_Project"/>
|
||
|
<addaction name="actionOpen_Project"/>
|
||
|
<addaction name="actionSave_Project"/>
|
||
|
<addaction name="actionSave_Project_As"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionOpen_Image"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionClose_Project_Image"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionZoom_in_25"/>
|
||
|
<addaction name="actionZoom_out_25"/>
|
||
|
<addaction name="actionFit_in_Window"/>
|
||
|
<addaction name="actionOriginal_Size"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionHistogram"/>
|
||
|
<addaction name="actionThreshold"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionAnalyze_edges"/>
|
||
|
<addaction name="actionAnalyze_Colors"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="separator"/>
|
||
|
<addaction name="actionExit"/>
|
||
|
</widget>
|
||
|
<action name="actionNew_Project">
|
||
|
<property name="checkable">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/newProject.png</normaloff>images/icons/newProject.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>New Project</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+N</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionOpen_Project">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/openProject.png</normaloff>images/icons/openProject.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Open Project</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+O</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave_Project">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/save.png</normaloff>images/icons/save.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Save Project</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+S</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionOpen_Image">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/openImage.png</normaloff>images/icons/openImage.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Import Image</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+I</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionExit">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/exit.png</normaloff>images/icons/exit.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Exit</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+Q</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionZoom_in_25">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/zoom-in.png</normaloff>images/icons/zoom-in.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Zoom in (+ 20 %)</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl++</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionZoom_out_25">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/zoom-out.png</normaloff>images/icons/zoom-out.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Zoom out (- 20 %)</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+-</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionFit_in_Window">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/zoom-fit.png</normaloff>images/icons/zoom-fit.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Fit in Window</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+Enter</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionOriginal_Size">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/zoom-orig.png</normaloff>images/icons/zoom-orig.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Original Size</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+0</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionHelp">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/help.png</normaloff>images/icons/help.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Help</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>F1</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionAbout_microAnalyzer">
|
||
|
<property name="text">
|
||
|
<string>About microAnalyzer</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionAnalyze_edges">
|
||
|
<property name="text">
|
||
|
<string>Analyze Edges</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionThreshold">
|
||
|
<property name="text">
|
||
|
<string>Threshold</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionSave_Project_As">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/save-as.png</normaloff>images/icons/save-as.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Save Project As</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+Shift+S</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionShow_project">
|
||
|
<property name="text">
|
||
|
<string>show project</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionClose_Project_Image">
|
||
|
<property name="icon">
|
||
|
<iconset>
|
||
|
<normaloff>images/icons/close.png</normaloff>images/icons/close.png</iconset>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Close Project / Image</string>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+W</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionHough">
|
||
|
<property name="text">
|
||
|
<string>Hough</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionAnalyze_Colors">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Analyze Colour</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
<action name="actionHistogram">
|
||
|
<property name="checkable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Histogram</string>
|
||
|
</property>
|
||
|
</action>
|
||
|
</widget>
|
||
|
<layoutdefault spacing="6" margin="11"/>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|