opencv_mv/QMainPro/QMacVisual/frmQuit.ui

97 lines
2.4 KiB
Plaintext
Raw Normal View History

2023-05-22 09:27:46 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>frmQuitClass</class>
<widget class="QWidget" name="frmQuitClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>480</width>
<height>75</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>480</width>
<height>75</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>480</width>
<height>75</height>
</size>
</property>
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>QMacVisual</string>
</property>
<property name="windowIcon">
<iconset resource="res.qrc">
<normaloff>:/Bitmaps/app.ico</normaloff>:/Bitmaps/app.ico</iconset>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>楷体</family>
<pointsize>20</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel{ border: 0px groove;border-radius: 15px;padding: 2px 4px;color: rgb(255, 255, 255);background-color: rgb(85, 170, 255);}
</string>
</property>
<property name="text">
<string>正在保存相关数据,请稍后...</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="res.qrc"/>
</resources>
<connections/>
</ui>