From kde-devel Mon May 31 23:09:02 1999 From: Nicolas HADACEK Date: Mon, 31 May 1999 23:09:02 +0000 To: kde-devel Subject: KTMainWindow & LayoutHint X-MARC-Message: https://marc.info/?l=kde-devel&m=92818471806377 Hi all since QT 2.0 layout mechanism gets defined (it is now quite sophisticated), I think we need to put an eventFilter in KTMainWindow to catch "LayoutHint" events sent to itself. It allows the management of mainWidgets which change internally their size (for instance with updateGeometry(), when a QLabel is modified in a QLayout and so on). some comments ? before the (easy) hack Nicolas