forked from blue/squawk
some initial delegate stuff
This commit is contained in:
parent
5aa0f4bca9
commit
78ef3664f7
8 changed files with 157 additions and 6 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <QScopedPointer>
|
||||
|
||||
#include "keysmodel.h"
|
||||
#include "keydelegate.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -38,6 +39,8 @@ private:
|
|||
|
||||
private:
|
||||
QScopedPointer<Ui::Omemo> m_ui;
|
||||
UI::KeyDelegate keysDelegate;
|
||||
UI::KeyDelegate unusedKeysDelegate;
|
||||
UI::KeysModel keysModel;
|
||||
UI::KeysModel unusedKeysModel;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue