Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.