Hi George, Thanks for your sample application! I can reproduce it now, even on Win32 - so its not a Windows CE issue. It is definitely a bug, we will create a task for it.
You can easily work around this problem by calling setStretchLastSection(true) *after* setModel: [...] QTableView* view = new QTableView; view->setModel(new TestModel(view)); view->horizontalHeader()->setStretchLastSection(true); view->show(); Hope this helps, Jörg _______________________________________________ Qtce-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qtce-preview-feedback
