On 2009-02-06 09:12:53 +0100, Luc Devallonné <[email protected]> said:

> Hello,
> 
> On OSX (Carbon), trunk 20090203, if one moves a widget, the flag
> "FramelessWindowHint" is not honored anymore and the windows becomes
> resizable.

Hmm... we'll take a look and see if there's something that can be done 
about this.

Thanks for the report.

-- Trenton

> 
> Luc
> 
> 
> #include <QtGui>
> 
> int main(int argc, char *argv[])
> {
>    QApplication app(argc, argv);
> 
>    QWidget* widget = new QWidget();
> 
>    widget->setWindowFlags(Qt::FramelessWindowHint);
> 
>    widget->show();
> 
>    widget->move(10, 10);
> 
>    return app.exec();
> }


_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to