mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-20 04:14:27 -04:00
* Corrected the layout of the Connect Progress Dialog
* Added few more file type icons for "cpp", "h" nd "c" * Corrected some strings * Moved Uploads to Downloads Tab. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
4ce8ea73d2
commit
50ebd781e5
7 changed files with 318 additions and 239 deletions
|
@ -551,7 +551,7 @@ void TransfersDialog::processSettings(bool bLoad)
|
|||
ULHeader->restoreState(Settings->value("uploadList").toByteArray());
|
||||
|
||||
// state of splitter
|
||||
// ui.splitter->restoreState(Settings->value("Splitter").toByteArray());
|
||||
ui.splitter->restoreState(Settings->value("Splitter").toByteArray());
|
||||
|
||||
setShowDLSizeColumn(Settings->value("showDLSizeColumn", !ui.downloadList->isColumnHidden(COLUMN_SIZE)).toBool());
|
||||
setShowDLCompleteColumn(Settings->value("showDLCompleteColumn", !ui.downloadList->isColumnHidden(COLUMN_COMPLETED)).toBool());
|
||||
|
@ -579,7 +579,7 @@ void TransfersDialog::processSettings(bool bLoad)
|
|||
Settings->setValue("uploadList", ULHeader->saveState());
|
||||
|
||||
// state of splitter
|
||||
// Settings->setValue("Splitter", ui.splitter->saveState());
|
||||
Settings->setValue("Splitter", ui.splitter->saveState());
|
||||
|
||||
Settings->setValue("showDLSizeColumn", !ui.downloadList->isColumnHidden(COLUMN_SIZE));
|
||||
Settings->setValue("showDLCompleteColumn", !ui.downloadList->isColumnHidden(COLUMN_COMPLETED));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue