Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to set the QDockWidget close button invisible?
-
how to set the QDockWidget close button invisible?
-
Hi,
You can change its features using "setFeatures":http://qt-project.org/doc/qt-5/qdockwidget.html#features-prop.
-
thank you very much.........