1 Star 0 Fork 20

MumiWHN/24041智能安防_3

forked from 刘军/24041智能安防 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 5.48 KB
一键复制 编辑 原始数据 按行查看 历史
刘军 提交于 2024-09-16 23:29 . facesmart
<?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>854</width>
<height>480</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="styleSheet">
<string notr="true">QMainWindow#MainWindow{border-image: url(:/icon/other.bmp);}
</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>983</width>
<height>480</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QTabBar::tab{width:427}
QTabBar::tab{height:40}
</string>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>监控模块</string>
</attribute>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="btn_photo">
<property name="text">
<string>截图</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="closeBt">
<property name="styleSheet">
<string notr="true">QPushButton#closeBt
{
color: rgb(0, 0, 0);
border-color:rgb(241, 236, 237);
background:rgb(255, 255, 255);
border:1px solid grey;
border-radius: 10px;
}
QPushButton#closeBt:hover
{
border-color:rgb(0, 0, 0);
background:rgb(220, 220, 220);
}
QPushButton#closeBt:pressed
{
border-color:rgb(0, 0, 0);
background:rgb(190, 190, 190);
}
QPushButton#closeBt:disabled
{
border-color:rgb(167, 164, 170);
background:rgb(167, 164, 170);
color: rgb(255,255,255);
}</string>
</property>
<property name="text">
<string>关闭摄像头</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="openBt">
<property name="styleSheet">
<string notr="true">QPushButton#openBt
{
color: rgb(0, 0, 0);
border-color:rgb(241, 236, 237);
background:rgb(255, 255, 255);
border:1px solid grey;
border-radius: 10px;
}
QPushButton#openBt:hover
{
border-color:rgb(0, 0, 0);
background:rgb(220, 220, 220);
}
QPushButton#openBt:pressed
{
border-color:rgb(0, 0, 0);
background:rgb(190, 190, 190);
}
QPushButton#openBt:disabled
{
border-color:rgb(167, 164, 170);
background:rgb(167, 164, 170);
color: rgb(255,255,255);
}</string>
</property>
<property name="text">
<string>打开摄像头</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 170, 255);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="add_carmera">
<property name="text">
<string>添加数字摄像头</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>其他模块</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">font: 15pt &quot;Ubuntu&quot;;
color: rgb(117, 80, 123);</string>
</property>
<property name="text">
<string>火灾监测模块</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">font: 15pt &quot;Ubuntu&quot;;
color: rgb(117, 80, 123);</string>
</property>
<property name="text">
<string>智能门禁模块</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="styleSheet">
<string notr="true">font: 18pt &quot;Ubuntu Mono&quot;;</string>
</property>
<property name="text">
<string>当接近光电开关时,会自动弹出门禁装置。输入用户名和密码三次错误后会自动报警。默认用户名和密码为(usr,123)</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>是否有火灾发生</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_fire">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mumiwhn/24041-intelligent-security_3.git
git@gitee.com:mumiwhn/24041-intelligent-security_3.git
mumiwhn
24041-intelligent-security_3
24041智能安防_3
master

搜索帮助