m3u8d/m3u8d-qt/mainwindow.ui

206 lines
5.6 KiB
Plaintext
Raw Normal View History

2022-05-15 03:05:31 +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>
2022-08-02 23:37:54 +00:00
<width>762</width>
2022-12-06 12:20:36 +00:00
<height>271</height>
2022-05-15 03:05:31 +00:00
</rect>
</property>
<property name="windowTitle">
<string>m3u8d</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
2022-12-06 12:20:36 +00:00
<item row="0" column="0">
<widget class="QLabel" name="label">
2022-05-15 03:05:31 +00:00
<property name="text">
2022-12-06 12:20:36 +00:00
<string>m3u8的url</string>
2022-05-15 03:05:31 +00:00
</property>
</widget>
</item>
2022-12-06 12:20:36 +00:00
<item row="0" column="1">
<widget class="QLineEdit" name="lineEdit_M3u8Url">
2022-06-20 23:22:53 +00:00
<property name="text">
2022-12-06 12:20:36 +00:00
<string/>
2022-05-15 03:05:31 +00:00
</property>
</widget>
</item>
2022-12-06 12:20:36 +00:00
<item row="0" column="2">
<widget class="QPushButton" name="pushButton_curlMode">
<property name="text">
2022-12-06 12:20:36 +00:00
<string>curl模式</string>
</property>
</widget>
2022-06-20 23:22:53 +00:00
</item>
2022-05-29 09:43:00 +00:00
<item row="1" column="0">
<widget class="QLabel" name="label_2">
2022-05-15 03:05:31 +00:00
<property name="text">
2022-05-29 09:43:00 +00:00
<string>保存位置</string>
2022-05-15 03:05:31 +00:00
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_SaveDir"/>
2022-05-15 03:05:31 +00:00
</item>
2022-06-20 23:22:53 +00:00
<item row="1" column="2">
<widget class="QPushButton" name="pushButton_SaveDir">
2022-06-25 12:16:21 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2022-06-20 23:22:53 +00:00
<property name="minimumSize">
<size>
2022-06-25 12:16:21 +00:00
<width>0</width>
<height>0</height>
2022-06-20 23:22:53 +00:00
</size>
</property>
<property name="maximumSize">
<size>
2022-06-25 12:16:21 +00:00
<width>99999</width>
<height>99999</height>
2022-06-20 23:22:53 +00:00
</size>
</property>
<property name="text">
2022-06-20 23:22:53 +00:00
<string>...</string>
</property>
</widget>
2022-05-29 09:43:00 +00:00
</item>
2022-12-06 12:20:36 +00:00
<item row="2" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>保存的文件名</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="lineEdit_FileName">
<property name="placeholderText">
<string>all</string>
</property>
2022-05-15 03:05:31 +00:00
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_5">
2022-05-15 03:05:31 +00:00
<property name="text">
<string>跳过前面几个TS</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="lineEdit_SkipTsCountFromHead"/>
</item>
2022-12-06 12:20:36 +00:00
<item row="4" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
2022-12-06 12:20:36 +00:00
<string>代理设置</string>
2022-06-20 23:22:53 +00:00
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QLineEdit" name="lineEdit_SetProxy">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>http://127.0.0.1:8080 socks5://127.0.0.1:1089</string>
2022-05-15 03:05:31 +00:00
</property>
</widget>
</item>
2022-12-06 12:20:36 +00:00
<item row="5" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>下载线程数</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="lineEdit_ThreadCount">
<property name="text">
<string>8</string>
</property>
<property name="placeholderText">
<string>[1,1000]</string>
</property>
</widget>
</item>
2022-05-15 03:05:31 +00:00
</layout>
</item>
<item>
<widget class="QCheckBox" name="checkBox_Insecure">
<property name="text">
<string>允许不安全的https请求</string>
</property>
</widget>
</item>
2022-08-02 23:37:54 +00:00
<item>
<widget class="QCheckBox" name="checkBox_SkipRemoveTs">
<property name="text">
<string>不删除下载的ts文件</string>
</property>
</widget>
</item>
2022-05-15 03:05:31 +00:00
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>25</height>
</size>
</property>
</spacer>
</item>
<item>
2022-06-12 14:43:20 +00:00
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,1,0,0">
2022-05-15 03:05:31 +00:00
<item>
2022-06-19 23:32:53 +00:00
<widget class="QLabel" name="label_progressBar">
2022-05-15 03:05:31 +00:00
<property name="text">
<string>下载进度</string>
</property>
</widget>
</item>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="value">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_RunDownload">
<property name="text">
<string>开始下载</string>
</property>
</widget>
</item>
2022-06-12 14:43:20 +00:00
<item>
<widget class="QPushButton" name="pushButton_StopDownload">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>停止下载</string>
</property>
</widget>
</item>
2022-05-15 03:05:31 +00:00
</layout>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>