1 Star 0 Fork 0

张文超/qtaod-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 3.63 KB
一键复制 编辑 原始数据 按行查看 历史
张文超 提交于 2024-10-25 16:58 . 基于qt6的简单播放器
<?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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="playerWidget" native="true">
<property name="geometry">
<rect>
<x>60</x>
<y>50</y>
<width>681</width>
<height>331</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="startBtn">
<property name="geometry">
<rect>
<x>60</x>
<y>420</y>
<width>75</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QSlider" name="progressSlider">
<property name="geometry">
<rect>
<x>60</x>
<y>390</y>
<width>681</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QDoubleSpinBox" name="speedBox">
<property name="geometry">
<rect>
<x>670</x>
<y>420</y>
<width>62</width>
<height>41</height>
</rect>
</property>
<property name="minimum">
<double>0.500000000000000</double>
</property>
<property name="maximum">
<double>3.000000000000000</double>
</property>
<property name="singleStep">
<double>0.250000000000000</double>
</property>
<property name="value">
<double>1.000000000000000</double>
</property>
</widget>
<widget class="QLineEdit" name="urlEdit">
<property name="geometry">
<rect>
<x>60</x>
<y>480</y>
<width>621</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="submitBtn">
<property name="geometry">
<rect>
<x>690</x>
<y>480</y>
<width>51</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QPushButton" name="muteBtn">
<property name="geometry">
<rect>
<x>370</x>
<y>420</y>
<width>75</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QSlider" name="volumeSlider">
<property name="geometry">
<rect>
<x>450</x>
<y>430</y>
<width>160</width>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="progressLabel">
<property name="geometry">
<rect>
<x>150</x>
<y>420</y>
<width>121</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>00:00:00 / 00:00:00</string>
</property>
</widget>
<widget class="QWidget" name="coverWidget" native="true">
<property name="geometry">
<rect>
<x>60</x>
<y>49</y>
<width>681</width>
<height>331</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qigezi/qtaod-example.git
git@gitee.com:qigezi/qtaod-example.git
qigezi
qtaod-example
qtaod-example
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385