mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Make DatabaseWidget ignore the size hint of non-active widgets.
This commit is contained in:
parent
e026f3d1eb
commit
3aac16f03e
2 changed files with 28 additions and 0 deletions
|
@ -42,6 +42,8 @@ public:
|
|||
void deleteEntry();
|
||||
void deleteGroup();
|
||||
bool canDeleteCurrentGoup();
|
||||
int addWidget(QWidget* w);
|
||||
void setCurrentIndex(int index);
|
||||
|
||||
Q_SIGNALS:
|
||||
void closeRequest();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue