代码拉取完成,页面将自动刷新
<?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>1080</width>
<height>720</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow {
background-color: #000000;
border-radius: 30px;
padding: 40px;
}
QMainWindow::title {
background-color: #000000;
color: #ffffff;
}</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="take">
<property name="geometry">
<rect>
<x>910</x>
<y>270</y>
<width>150</width>
<height>150</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
border-width:1px;
border-radius:65px;
background-color: #ffffff;
}
</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>icon/camera.ico</normaloff>icon/camera.ico</iconset>
</property>
<property name="iconSize">
<size>
<width>140</width>
<height>140</height>
</size>
</property>
</widget>
<widget class="QLabel" name="cam">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>881</width>
<height>701</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
padding: 0px;
background-color: #FFFFFF;
border: 2px solid #87CEFA;
}</string>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。