Add option to remember last used save path

Replace in "Add new torrent" dialog confusing "Set as default save path" option
with "Remember last used save path" option that affects only selected value in
"Save path" combo box.
Closes #7323.
This commit is contained in:
Vladimir Golovnev (Glassez)
2018-05-13 21:23:27 +03:00
parent e3ce9b2645
commit 71e5a40857
2 changed files with 21 additions and 19 deletions

View File

@@ -59,12 +59,12 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="FileSystemPathComboEdit" name="savePath" native="true"/>
<widget class="FileSystemPathComboEdit" name="savePath" native="true"/>
</item>
<item>
<widget class="QCheckBox" name="defaultSavePathCheckBox">
<widget class="QCheckBox" name="checkBoxRememberLastSavePath">
<property name="text">
<string>Set as default save path</string>
<string>Remember last used save path</string>
</property>
</widget>
</item>
@@ -393,7 +393,7 @@
</customwidgets>
<tabstops>
<tabstop>savePath</tabstop>
<tabstop>defaultSavePathCheckBox</tabstop>
<tabstop>checkBoxRememberLastSavePath</tabstop>
<tabstop>never_show_cb</tabstop>
<tabstop>adv_button</tabstop>
<tabstop>startTorrentCheckBox</tabstop>