youtube-dl-qt-mainwindow.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>444</width>
  10. <height>315</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>444</width>
  22. <height>200</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Youtube Video İndirici</string>
  27. </property>
  28. <widget class="QWidget" name="centralWidget">
  29. <layout class="QFormLayout" name="formLayout">
  30. <item row="0" column="0">
  31. <widget class="QLabel" name="videoUrlLabel">
  32. <property name="text">
  33. <string>Video Linki</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item row="0" column="1">
  38. <widget class="QLineEdit" name="videoUrlEdit"/>
  39. </item>
  40. <item row="1" column="0">
  41. <widget class="QLabel" name="modeLabel">
  42. <property name="text">
  43. <string>Mod</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item row="1" column="1">
  48. <widget class="QComboBox" name="modeComboBox">
  49. <property name="currentIndex">
  50. <number>1</number>
  51. </property>
  52. <item>
  53. <property name="text">
  54. <string>URL Al</string>
  55. </property>
  56. </item>
  57. <item>
  58. <property name="text">
  59. <string>İndir</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>Belirli biçimi indirin (ileri düzey kullanıcılar, deneysel)</string>
  65. </property>
  66. </item>
  67. </widget>
  68. </item>
  69. <item row="4" column="0">
  70. <widget class="QPushButton" name="pushButton">
  71. <property name="text">
  72. <string>Tamam</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="3" column="0" colspan="2">
  77. <widget class="QGroupBox" name="optionsGroupBox">
  78. <property name="minimumSize">
  79. <size>
  80. <width>0</width>
  81. <height>0</height>
  82. </size>
  83. </property>
  84. <property name="baseSize">
  85. <size>
  86. <width>0</width>
  87. <height>0</height>
  88. </size>
  89. </property>
  90. <property name="title">
  91. <string>Ayarlar</string>
  92. </property>
  93. <property name="flat">
  94. <bool>false</bool>
  95. </property>
  96. <layout class="QVBoxLayout" name="verticalLayout_4">
  97. <item>
  98. <widget class="QCheckBox" name="checkBoxAudioOnly">
  99. <property name="toolTip">
  100. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Bu, sesi yalnızca varsa alacaktır. Tüm sitelerin desteklenmediğini unutmayın&lt;/p&gt;&lt;p&gt;&lt;br/&gt;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.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  101. </property>
  102. <property name="text">
  103. <string>Yalnızca sesi getir (yalnızca bazı durumlarda çalışır)</string>
  104. </property>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. </item>
  110. </layout>
  111. </widget>
  112. <widget class="QMenuBar" name="menuBar">
  113. <property name="geometry">
  114. <rect>
  115. <x>0</x>
  116. <y>0</y>
  117. <width>444</width>
  118. <height>19</height>
  119. </rect>
  120. </property>
  121. </widget>
  122. <widget class="QStatusBar" name="statusBar"/>
  123. </widget>
  124. <layoutdefault spacing="6" margin="11"/>
  125. <resources/>
  126. <connections/>
  127. </ui>