添加OpenCv
This commit is contained in:
@@ -13,27 +13,272 @@
|
||||
<property name="windowTitle">
|
||||
<string>Form</string>
|
||||
</property>
|
||||
<widget class="QPushButton" name="But_Magnify">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>10</x>
|
||||
<y>530</y>
|
||||
<width>41</width>
|
||||
<height>41</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_Reduce">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>170</x>
|
||||
<y>530</y>
|
||||
<width>41</width>
|
||||
<height>41</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>50</x>
|
||||
<y>530</y>
|
||||
<width>121</width>
|
||||
<height>41</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_1">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>71</width>
|
||||
<height>31</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_Atlas_2">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>70</x>
|
||||
<y>0</y>
|
||||
<width>71</width>
|
||||
<height>31</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_Atlas_3">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>140</x>
|
||||
<y>0</y>
|
||||
<width>71</width>
|
||||
<height>31</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="QListWidget" name="LV_FileList">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>31</y>
|
||||
<width>211</width>
|
||||
<height>491</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">border-image: url(:/Frames/null.png);
|
||||
color: rgb(0, 255, 255);
|
||||
font: 87 16pt "思源黑体 Heavy";</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QScrollArea" name="scrollArea">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>220</x>
|
||||
<y>0</y>
|
||||
<width>801</width>
|
||||
<height>571</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">border-image: url(:/Frames/null.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>801</width>
|
||||
<height>571</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QLabel" name="Label_Img">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>788</width>
|
||||
<height>557</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>788</width>
|
||||
<height>557</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>1024</width>
|
||||
<height>90</height>
|
||||
<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="text">
|
||||
<string>我是第 14 页</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignCenter</set>
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>label</zorder>
|
||||
<zorder>But_Magnify</zorder>
|
||||
<zorder>But_Reduce</zorder>
|
||||
<zorder>Label_Zoom</zorder>
|
||||
<zorder>But_Atlas_1</zorder>
|
||||
<zorder>But_Atlas_2</zorder>
|
||||
<zorder>But_Atlas_3</zorder>
|
||||
<zorder>LV_FileList</zorder>
|
||||
<zorder>scrollArea</zorder>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="../Pictures/Pictures.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user