View Single Post
Posts: 172 | Thanked: 193 times | Joined on Nov 2009 @ Germany
#6
Hmm, in the example they use eventFilter(QObject *obj, QEvent *event) and you are using resizeEvent(QResizeEvent* event).

Do you get the resize event? And have you checked that their simple example with 4 buttons is working?