添加OpenCv
This commit is contained in:
@@ -10,29 +10,245 @@
|
||||
<height>576</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>1024</width>
|
||||
<height>576</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<widget class="QLabel" name="label">
|
||||
<widget class="QScrollArea" name="scrollArea">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1024</width>
|
||||
<height>90</height>
|
||||
<width>900</width>
|
||||
<height>576</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">font: 87 48pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 0);</string>
|
||||
<string notr="true">border-image: url(:/Frames/Frames/Main.png);</string>
|
||||
</property>
|
||||
<property name="widgetResizable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>900</width>
|
||||
<height>576</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QLabel" name="videoLabel">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>891</width>
|
||||
<height>561</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>788</width>
|
||||
<height>500</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">font: 87 38pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="But_Atlas_1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>910</x>
|
||||
<y>30</y>
|
||||
<width>101</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">
|
||||
QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
border-image: url(:/Button/Button/button_Green.png);
|
||||
}
|
||||
/*点击按钮时,设置样式*/
|
||||
QPushButton:pressed {
|
||||
/*设置点击按钮时按钮的样式*/
|
||||
border-image: url(:/Button/Button/button_qing.png);
|
||||
}
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>我是第 10 页</string>
|
||||
<string>实物图</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="But_Magnify">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>940</x>
|
||||
<y>160</y>
|
||||
<width>41</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">
|
||||
QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Icos/Icos/icon_magnify1.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
border-image: url(:/Icos/Icos/icon_magnify2.png);
|
||||
}
|
||||
/*点击按钮时,设置样式*/
|
||||
QPushButton:pressed {
|
||||
/*设置点击按钮时按钮的样式*/
|
||||
border-image: url(:/Icos/Icos/icon_magnify2.png);
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="But_Atlas_2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>910</x>
|
||||
<y>80</y>
|
||||
<width>101</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">
|
||||
QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
border-image: url(:/Button/Button/button_Green.png);
|
||||
}
|
||||
/*点击按钮时,设置样式*/
|
||||
QPushButton:pressed {
|
||||
/*设置点击按钮时按钮的样式*/
|
||||
border-image: url(:/Button/Button/button_qing.png);
|
||||
}
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>热量图</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="But_Reduce">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>940</x>
|
||||
<y>290</y>
|
||||
<width>41</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">
|
||||
QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Icos/Icos/icon_reduce1.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
border-image: url(:/Icos/Icos/icon_reduce2.png);
|
||||
}
|
||||
/*点击按钮时,设置样式*/
|
||||
QPushButton:pressed {
|
||||
/*设置点击按钮时按钮的样式*/
|
||||
border-image: url(:/Icos/Icos/icon_reduce2.png);
|
||||
}</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="Label_Zoom">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>900</x>
|
||||
<y>220</y>
|
||||
<width>120</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">color: rgb(0, 255, 255);
|
||||
font: 87 22pt "思源黑体 Heavy";</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>100 %</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="But_Atlas_3">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>910</x>
|
||||
<y>360</y>
|
||||
<width>101</width>
|
||||
<height>40</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">
|
||||
QPushButton{
|
||||
/*常态状态下的按钮样式*/
|
||||
border-image: url(:/Button/Button/button_Blue.png);
|
||||
font: 87 14pt "思源黑体 Heavy";
|
||||
color: rgb(0, 255, 255);
|
||||
}
|
||||
QPushButton:hover {
|
||||
/*鼠标悬浮在按钮上时,设置样式*/
|
||||
border-image: url(:/Button/Button/button_Green.png);
|
||||
}
|
||||
/*点击按钮时,设置样式*/
|
||||
QPushButton:pressed {
|
||||
/*设置点击按钮时按钮的样式*/
|
||||
border-image: url(:/Button/Button/button_qing.png);
|
||||
}
|
||||
</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>暂停</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user