mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 22:41:41 -04:00
Refactor EditWidgetProperties.
This commit is contained in:
parent
ff0d53d945
commit
771a041750
7 changed files with 103 additions and 30 deletions
|
@ -25,10 +25,10 @@
|
|||
#include "gui/EditWidget.h"
|
||||
|
||||
class EditWidgetIcons;
|
||||
class EditWidgetProperties;
|
||||
|
||||
namespace Ui {
|
||||
class EditGroupWidgetMain;
|
||||
class EditWidgetProperties;
|
||||
class EditWidget;
|
||||
}
|
||||
|
||||
|
@ -55,10 +55,9 @@ private:
|
|||
Group::TriState triStateFromIndex(int index);
|
||||
|
||||
const QScopedPointer<Ui::EditGroupWidgetMain> m_mainUi;
|
||||
const QScopedPointer<Ui::EditWidgetProperties> m_propertiesUi;
|
||||
QWidget* const m_editGroupWidgetMain;
|
||||
EditWidgetIcons* const m_editGroupWidgetIcons;
|
||||
QWidget* const m_editWidgetProperties;
|
||||
EditWidgetProperties* const m_editWidgetProperties;
|
||||
Group* m_group;
|
||||
Database* m_database;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue