123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- <?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>444</width>
- <height>315</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>444</width>
- <height>200</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Youtube Video İndirici</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <layout class="QFormLayout" name="formLayout">
- <item row="0" column="0">
- <widget class="QLabel" name="videoUrlLabel">
- <property name="text">
- <string>Video Linki</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="videoUrlEdit"/>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="modeLabel">
- <property name="text">
- <string>Mod</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="modeComboBox">
- <property name="currentIndex">
- <number>1</number>
- </property>
- <item>
- <property name="text">
- <string>URL Al</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>İndir</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Belirli biçimi indirin (ileri düzey kullanıcılar, deneysel)</string>
- </property>
- </item>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QPushButton" name="pushButton">
- <property name="text">
- <string>Tamam</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" colspan="2">
- <widget class="QGroupBox" name="optionsGroupBox">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="baseSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="title">
- <string>Ayarlar</string>
- </property>
- <property name="flat">
- <bool>false</bool>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <item>
- <widget class="QCheckBox" name="checkBoxAudioOnly">
- <property name="toolTip">
- <string><html><head/><body><p>Bu, sesi yalnızca varsa alacaktır. Tüm sitelerin desteklenmediğini unutmayın</p><p><br/>Varsayılan olarak, YouTube'un kullandığı özel bir format (DASH m4a) kullanılacaktır. Her medya oynatıcının oynayabileceği normal bir m4a olmasını istiyorsanız, ffmpeg yüklenmeli veya Windows kullanıcıları için uygulama dizininde olmalıdır.</p></body></html></string>
- </property>
- <property name="text">
- <string>Yalnızca sesi getir (yalnızca bazı durumlarda çalışır)</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>444</width>
- <height>19</height>
- </rect>
- </property>
- </widget>
- <widget class="QStatusBar" name="statusBar"/>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|