Browse Source

Improve torrent addition from URL dialog

adaptive-webui-19844
Christophe Dumez 14 years ago
parent
commit
264ac4e706
  1. 4
      src/downloadfromurldlg.ui
  2. 18
      src/mainwindow.ui
  3. 12
      src/preferences/options.ui

4
src/downloadfromurldlg.ui

@ -61,7 +61,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Download Torrents from URLs</string> <string>Add torrent links</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -94,7 +94,7 @@
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>Only one URL per line</string> <string>Both HTTP and Magnet links are supported</string>
</property> </property>
</widget> </widget>
</item> </item>

18
src/mainwindow.ui

@ -146,7 +146,7 @@
<widget class="QStatusBar" name="statusBar"/> <widget class="QStatusBar" name="statusBar"/>
<action name="actionOpen"> <action name="actionOpen">
<property name="text"> <property name="text">
<string>&amp;Add File...</string> <string>&amp;Add torrent file...</string>
</property> </property>
</action> </action>
<action name="actionExit"> <action name="actionExit">
@ -199,7 +199,7 @@
</action> </action>
<action name="actionDownload_from_URL"> <action name="actionDownload_from_URL">
<property name="text"> <property name="text">
<string>Add &amp;URL...</string> <string>Add &amp;link to torrent...</string>
</property> </property>
</action> </action>
<action name="actionCreate_torrent"> <action name="actionCreate_torrent">
@ -249,7 +249,7 @@
</action> </action>
<action name="actionDecreasePriority"> <action name="actionDecreasePriority">
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="icons.qrc">
<normaloff>:/Icons/skin/decrease.png</normaloff>:/Icons/skin/decrease.png</iconset> <normaloff>:/Icons/skin/decrease.png</normaloff>:/Icons/skin/decrease.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -261,7 +261,7 @@
</action> </action>
<action name="actionIncreasePriority"> <action name="actionIncreasePriority">
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="icons.qrc">
<normaloff>:/Icons/skin/increase.png</normaloff>:/Icons/skin/increase.png</iconset> <normaloff>:/Icons/skin/increase.png</normaloff>:/Icons/skin/increase.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -273,7 +273,7 @@
</action> </action>
<action name="actionShow_console"> <action name="actionShow_console">
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="icons.qrc">
<normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset> <normaloff>:/Icons/oxygen/log.png</normaloff>:/Icons/oxygen/log.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -364,11 +364,11 @@
</action> </action>
<action name="action_Import_Torrent"> <action name="action_Import_Torrent">
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="icons.qrc">
<normaloff>:/Icons/oxygen/list-add.png</normaloff>:/Icons/oxygen/list-add.png</iconset> <normaloff>:/Icons/oxygen/list-add.png</normaloff>:/Icons/oxygen/list-add.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Import torrent...</string> <string>Import existing torrent...</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Import torrent...</string> <string>Import torrent...</string>
@ -376,7 +376,7 @@
</action> </action>
<action name="actionDonate_money"> <action name="actionDonate_money">
<property name="icon"> <property name="icon">
<iconset resource="../icons.qrc"> <iconset resource="icons.qrc">
<normaloff>:/Icons/oxygen/emblem-favorite.png</normaloff>:/Icons/oxygen/emblem-favorite.png</iconset> <normaloff>:/Icons/oxygen/emblem-favorite.png</normaloff>:/Icons/oxygen/emblem-favorite.png</iconset>
</property> </property>
<property name="text"> <property name="text">
@ -388,7 +388,7 @@
</action> </action>
</widget> </widget>
<resources> <resources>
<include location="../icons.qrc"/> <include location="icons.qrc"/>
</resources> </resources>
<connections/> <connections/>
</ui> </ui>

12
src/preferences/options.ui

@ -803,6 +803,12 @@ QGroupBox {
</item> </item>
<item> <item>
<widget class="QGroupBox" name="checkExportDir"> <widget class="QGroupBox" name="checkExportDir">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet"> <property name="styleSheet">
<string notr="true">QGroupBox::title { <string notr="true">QGroupBox::title {
font-weight: normal; font-weight: normal;
@ -876,6 +882,9 @@ QGroupBox {
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout_15"> <layout class="QGridLayout" name="gridLayout_15">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
@ -908,6 +917,9 @@ QGroupBox {
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_19"> <layout class="QVBoxLayout" name="verticalLayout_19">
<item> <item>
<widget class="QLineEdit" name="autoRun_txt"/> <widget class="QLineEdit" name="autoRun_txt"/>

Loading…
Cancel
Save