Rework the settings dialog. Rework all of it. Thoroughly.

Also introduces the ColumnResizer from:
https://github.com/agateau/columnresizer/
This commit is contained in:
Petr Mrázek
2014-07-20 23:47:46 +02:00
parent e178284172
commit bc05ad30aa
36 changed files with 3357 additions and 1534 deletions

View File

@ -29,7 +29,7 @@ class AccountListPage;
class AuthenticateTask;
class AccountListPage : public QDialog, public BasePage
class AccountListPage : public QWidget, public BasePage
{
Q_OBJECT
public: