1 Star 0 Fork 8

mehome/qt-ffmpeg-rtsp-video

forked from Luuu/qt-ffmpeg-rtsp-video 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
蝶恋香 提交于 2018-05-29 13:50 . base code
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>506</width>
<height>399</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
</size>
</property>
<widget class="QWidget" name="centralwidget"/>
<action name="actionOpen">
<property name="text">
<string>Open</string>
</property>
</action>
<action name="Open_red">
<property name="text">
<string>Open(&amp;O)</string>
</property>
</action>
<action name="Close_Red">
<property name="text">
<string>Close(&amp;C)</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mehome99/qt-ffmpeg-rtsp-video.git
git@gitee.com:mehome99/qt-ffmpeg-rtsp-video.git
mehome99
qt-ffmpeg-rtsp-video
qt-ffmpeg-rtsp-video
master

搜索帮助