forked from blue/squawk
some more thoughts about settings widgets
This commit is contained in:
parent
841e526e59
commit
a8a7ce2538
12 changed files with 248 additions and 45 deletions
|
@ -2,6 +2,7 @@
|
|||
#define SETTINGS_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QListWidgetItem>
|
||||
#include <QScopedPointer>
|
||||
|
||||
namespace Ui
|
||||
|
@ -19,6 +20,9 @@ public:
|
|||
Settings(QWidget* parent = nullptr);
|
||||
~Settings();
|
||||
|
||||
protected slots:
|
||||
void onCurrentPageChanged(QListWidgetItem* current);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::Settings> m_ui;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue