I use a class flowlayout [ http://doc.trolltech.com/4.1/layouts...ayout-cpp.html ]
to add invoice line (QList items & Propriety)

My problem is QWidget -> updateGeometry() dont work!
How i can solved?

If i large the widget from hand ... dispay the result ok....



Qt Code:
  1. /* the line wo i add .. */
  2. class ItemLine : public QWidget
  3.  
  4.  
  5. void Compose_Fak::RepainterWindowNow()
  6. {
  7. retranslateUi(this);
  8. updateGeometry();
  9. }
To copy to clipboard, switch view to plain text mode