mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
Reworked settings dialog.
The settings page loads the data with the first show. The dialog now starts faster. Cleaned DirectoriesPage, removed the directory list and save the data with the OK button. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4265 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
25b888d31f
commit
2a82826fba
27 changed files with 213 additions and 355 deletions
|
@ -37,12 +37,6 @@ ForumPage::~ForumPage()
|
|||
{
|
||||
}
|
||||
|
||||
void
|
||||
ForumPage::closeEvent (QCloseEvent * event)
|
||||
{
|
||||
QWidget::closeEvent(event);
|
||||
}
|
||||
|
||||
/** Saves the changes on this page */
|
||||
bool
|
||||
ForumPage::save(QString &errmsg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue