1 Star 1 Fork 1

Devin / XPlay3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
XPlay3.ui 2.34 KB
一键复制 编辑 原始数据 按行查看 历史
伊兴龙 提交于 2022-09-14 16:29 . 增加了推流
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>XPlay3</class>
<widget class="QMainWindow" name="XPlay3">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>820</width>
<height>656</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>200000</width>
<height>200000</height>
</size>
</property>
<property name="windowTitle">
<string>XPlay3</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>0</number>
</property>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>820</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="actionOpenLocal"/>
<addaction name="actionOpenUrl"/>
<addaction name="actionPushStream"/>
</widget>
<addaction name="menu"/>
</widget>
<action name="actionOpenLocal">
<property name="text">
<string>打开本地文件</string>
</property>
</action>
<action name="actionOpenUrl">
<property name="text">
<string>打开网络串流</string>
</property>
</action>
<action name="actionPushStream">
<property name="text">
<string>推送网络串流</string>
</property>
<property name="toolTip">
<string>推送网络串流</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
1
https://gitee.com/yixinglong/xplay3.git
git@gitee.com:yixinglong/xplay3.git
yixinglong
xplay3
XPlay3
master

搜索帮助