Qt-Frameless-Window-DarkStyle icon indicating copy to clipboard operation
Qt-Frameless-Window-DarkStyle copied to clipboard

border can't resize when framelesswindows in a parent widget.

Open Charist opened this issue 1 year ago • 1 comments

when the framelesswindows is used in a parent widget. in a MainWindow.cpp , the MainWindow construction funcition like:

    QWidget* m_widget1 = new FramelessWindow(this);
    m_widget1->resize(200, 200);
    m_widget1->show();

the framelesswindows can't reszie anymore.

Charist avatar Oct 14 '22 07:10 Charist