continuity/continuity.ui
2019-09-16 17:16:16 -07:00

299 lines
7.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Justin Moore</author>
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<height>522</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>377</width>
<height>522</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>377</width>
<height>522</height>
</size>
</property>
<property name="windowTitle">
<string>Continuity 0.0.1</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabs">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>361</width>
<height>251</height>
</rect>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="audioTab">
<attribute name="title">
<string>Audio</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="audio_url_label">
<property name="text">
<string>URL:</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="audio_tab_playlist">
<property name="text">
<string>Playlist</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="audio_url_entry">
<property name="text">
<string>Paste URL here</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="audio_format_label">
<property name="text">
<string>Audio Format:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="audio_format_select">
<item>
<property name="text">
<string>Ogg</string>
</property>
</item>
<item>
<property name="text">
<string>MP3</string>
</property>
</item>
<item>
<property name="text">
<string>FLAC</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="bitrate_select_label">
<property name="text">
<string>Bitrate:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="bitrate_select">
<item>
<property name="text">
<string>128 kb/s</string>
</property>
</item>
<item>
<property name="text">
<string>192 kb/s</string>
</property>
</item>
<item>
<property name="text">
<string>320 kb/s</string>
</property>
</item>
<item>
<property name="text">
<string>Best</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="videoTab">
<attribute name="title">
<string>Video</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="video_url_label">
<property name="text">
<string>URL:</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="video_tab_playlist">
<property name="text">
<string>Playlist</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="video_url_entry">
<property name="text">
<string>Paste URL here</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="video_format_label">
<property name="text">
<string>Video Format:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="video_format_select">
<item>
<property name="text">
<string>MP4</string>
</property>
</item>
<item>
<property name="text">
<string>AVI</string>
</property>
</item>
<item>
<property name="text">
<string>WEBM</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="resolution_select_label">
<property name="text">
<string>Resolution:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="resolution_select">
<item>
<property name="text">
<string>Best</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="KPushButton" name="download_button">
<property name="geometry">
<rect>
<x>120</x>
<y>430</y>
<width>141</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Download</string>
</property>
</widget>
<widget class="QTextBrowser" name="output_window">
<property name="geometry">
<rect>
<x>10</x>
<y>270</y>
<width>361</width>
<height>141</height>
</rect>
</property>
</widget>
<widget class="QProgressBar" name="progressBar">
<property name="geometry">
<rect>
<x>10</x>
<y>410</y>
<width>361</width>
<height>23</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>377</width>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuMandy">
<property name="title">
<string>File</string>
</property>
<addaction name="separator"/>
<addaction name="actionQuit_Ctrl_q"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="actionSettings_2"/>
</widget>
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>About</string>
</property>
</widget>
<addaction name="menuMandy"/>
<addaction name="menuEdit"/>
<addaction name="menuAbout"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionSettings">
<property name="text">
<string>Settings</string>
</property>
</action>
<action name="actionQuit_Ctrl_q">
<property name="text">
<string>Quit (Ctrl + q)</string>
</property>
</action>
<action name="actionSettings_2">
<property name="text">
<string>Settings</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>KPushButton</class>
<extends>QPushButton</extends>
<header>kpushbutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>