Make DatabaseWidget ignore the size hint of non-active widgets.

This commit is contained in:
Felix Geyer 2012-04-24 10:51:22 +02:00
parent e026f3d1eb
commit 3aac16f03e
2 changed files with 28 additions and 0 deletions

View file

@ -42,6 +42,8 @@ public:
void deleteEntry();
void deleteGroup();
bool canDeleteCurrentGoup();
int addWidget(QWidget* w);
void setCurrentIndex(int index);
Q_SIGNALS:
void closeRequest();