i need to remove the title bar with maximize minimize and close button in the Child widget,
can any one give me suggestion for this
Thnaks in advance![]()
i need to remove the title bar with maximize minimize and close button in the Child widget,
can any one give me suggestion for this
Thnaks in advance![]()
When we add it as child widget, we can't see title bar anyhow.
If it is independent widget then set property Qt::FramelessWindowHint to the widget;
Thanks :-)
Bookmarks