multimedia/client/rtmp_demo/yuvgl/mainwindow.ui

186 lines
4.9 KiB
Plaintext
Raw Normal View History

2020-06-04 15:28:45 +00:00
<?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>1383</width>
<height>1116</height>
</rect>
</property>
2021-10-02 05:58:29 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-06-06 07:39:55 +00:00
<property name="minimumSize">
<size>
<width>600</width>
<height>800</height>
</size>
</property>
2020-06-04 15:28:45 +00:00
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
2020-06-06 07:54:27 +00:00
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
2020-06-04 15:28:45 +00:00
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-06-06 07:39:55 +00:00
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout" stretch="1,9">
2020-06-04 15:28:45 +00:00
<item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="1,2,0,0,0,0,0,13">
2020-06-04 15:28:45 +00:00
<property name="leftMargin">
<number>2</number>
</property>
<property name="topMargin">
<number>2</number>
</property>
<property name="rightMargin">
<number>2</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="QPushButton" name="pushButton">
<property name="minimumSize">
<size>
2020-06-06 07:39:55 +00:00
<width>100</width>
2020-06-04 15:28:45 +00:00
<height>50</height>
</size>
</property>
<property name="sizeIncrement">
<size>
<width>0</width>
<height>6</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="text">
2021-10-04 14:45:36 +00:00
<string>???????</string>
2020-06-04 15:28:45 +00:00
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox">
<property name="minimumSize">
<size>
<width>200</width>
2020-06-04 15:28:45 +00:00
<height>35</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_3">
<property name="minimumSize">
<size>
<width>100</width>
<height>50</height>
</size>
</property>
<property name="text">
2021-10-04 14:45:36 +00:00
<string>??????</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_2">
<property name="minimumSize">
<size>
<width>200</width>
<height>35</height>
</size>
</property>
</widget>
</item>
2020-06-04 15:28:45 +00:00
<item>
<widget class="QLabel" name="label">
<property name="text">
2021-10-04 14:45:36 +00:00
<string>rtmp???????</string>
2020-06-04 15:28:45 +00:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit">
<property name="minimumSize">
<size>
2020-06-06 07:39:55 +00:00
<width>300</width>
2020-06-04 15:28:45 +00:00
<height>30</height>
</size>
</property>
2020-06-04 16:17:09 +00:00
<property name="text">
2020-06-05 17:51:09 +00:00
<string>rtmp://127.0.0.1:1935/live/1</string>
2020-06-04 16:17:09 +00:00
</property>
2020-06-04 15:28:45 +00:00
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_2">
2020-06-06 07:39:55 +00:00
<property name="minimumSize">
<size>
<width>60</width>
2021-10-02 05:58:29 +00:00
<height>50</height>
2020-06-06 07:39:55 +00:00
</size>
</property>
2020-06-04 15:28:45 +00:00
<property name="text">
2021-10-04 14:45:36 +00:00
<string>????</string>
2020-06-04 15:28:45 +00:00
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
2020-06-06 07:39:55 +00:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
2020-06-04 15:28:45 +00:00
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>