[Qt4-preview-feedback] FramelessWindowHint not honored after a QWiget.Move on OSX Carbon
Trenton Schulz
trenton.schulz at nokia.com
Fri Feb 6 15:02:22 CET 2009
On 2009-02-06 09:12:53 +0100, Luc Devallonné <luc.devallonne at mnemis.com> 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();
> }
More information about the Qt4-feedback
mailing list