You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
3.4 KiB
133 lines
3.4 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>783</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>41</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>表单</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../apprcc.qrc">
|
|
<normaloff>:/img/icon/实时视频流解析.png</normaloff>:/img/icon/实时视频流解析.png</iconset>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#Form{background:rgba(120,120,120,255)}</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="topMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="label">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize">
|
|
<size>
|
|
<width>16777215</width>
|
|
<height>30</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QLabel{font-family: "Microsoft YaHei";
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color:white;}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>rtsp地址:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="rtspEdit">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>31</height>
|
|
</size>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(207, 207, 207);</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="rtspButton">
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton{font-family: "Microsoft YaHei";
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color:white;
|
|
text-align: center center;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
border-color: rgba(255, 255, 255, 255);
|
|
border-radius: 3px;
|
|
background-color: rgba(255,255,255,30);}
|
|
|
|
QPushButton:focus{outline: none;}
|
|
|
|
QPushButton::pressed{font-family: "Microsoft YaHei";
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color:rgb(200,200,200);
|
|
text-align: center center;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
border-color: rgba(255, 255, 255, 255);
|
|
border-radius: 3px;
|
|
background-color: rgba(255,255,255,150);}
|
|
|
|
QPushButton::hover {
|
|
border-style: solid;
|
|
border-width: 0px;
|
|
border-radius: 0px;
|
|
background-color: rgba(255,255,255,50);}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确认</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../apprcc.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|