180 lines
4.0 KiB
XML
180 lines
4.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>VisualDetectWidget</class>
|
||
<widget class="QWidget" name="VisualDetectWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>600</width>
|
||
<height>680</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Form</string>
|
||
</property>
|
||
<widget class="QFrame" name="framePageBtn">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>422</x>
|
||
<y>610</y>
|
||
<width>168</width>
|
||
<height>70</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<widget class="MyButton" name="buttonBack">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>168</width>
|
||
<height>70</height>
|
||
</rect>
|
||
</property>
|
||
<property name="focusPolicy">
|
||
<enum>Qt::NoFocus</enum>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
||
color: rgb(255, 255, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QLabel" name="labelImage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>20</y>
|
||
<width>261</width>
|
||
<height>341</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="buttonLoadImage">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>580</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>loagImage</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QPushButton" name="buttonGetPointNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>90</x>
|
||
<y>580</y>
|
||
<width>75</width>
|
||
<height>23</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>pointNum</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="labelPointNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>190</x>
|
||
<y>580</y>
|
||
<width>61</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>Point num:</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="labelPointSum">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>270</x>
|
||
<y>580</y>
|
||
<width>81</width>
|
||
<height>16</height>
|
||
</rect>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true">color: rgb(255, 170, 255);</string>
|
||
</property>
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_maxNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>630</y>
|
||
<width>54</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>max:</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLabel" name="label_minNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>660</y>
|
||
<width>54</width>
|
||
<height>12</height>
|
||
</rect>
|
||
</property>
|
||
<property name="text">
|
||
<string>min:</string>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_maxNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>70</x>
|
||
<y>630</y>
|
||
<width>113</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
<widget class="QLineEdit" name="lineEdit_minNumber">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>70</x>
|
||
<y>660</y>
|
||
<width>113</width>
|
||
<height>20</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>MyButton</class>
|
||
<extends>QPushButton</extends>
|
||
<header location="global">sharedviews/mybutton.h</header>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<resources/>
|
||
<connections/>
|
||
</ui>
|