Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt designer---- tool window
-
can any one help me with the tool window in Qt designer form what its is listwidget list view or any other .. and how can i achieve that phenomenon
-
Tool window is a window that contains tools :) It can be either QDialog or a regular QWidget. If it's to be dockable in the main window it can also be QDockWidget.