Top "Qdockwidget" questions

QDockWidget is a class from the Qt framework which represents a widget which can be docked inside a QMainWindow or floated as a top-level window in the desktop.

C++ resize a docked Qt QDockWidget programmatically?

I've just started working on a new C++/Qt project. It's going to be an MDI-based IDE with docked widgets …

c++ qt resize qdockwidget
QDockWidget initial width

How do I set the initial width of a QDockWidget? I have implemented the sizeHint function but what next?

c++ qt qdockwidget
QDockWidget Draggable Tabs

I am using QDockWidgets and placing two of them on the left side of my application so that tabs can …

c++ qt tabs qdockwidget
How to have detachable tool windows in Qt

I am developing a tool which will have some variable sized windows. I am able to achieve this using the …

qt qdockwidget
How to set QDockWidget initial (default) size in the app with no central widget (PyQt4)?

I have an app with a lot of QDockWidgets and without central widget. I want to set some of those …

python qt pyqt pyqt4 qdockwidget
Setting QDockWidget::title StyleSheet

My initial problem was to make QDockWidget title bold. I tried this and it worked: myDock->setStyleSheet("QDockWidget { font: …

qt qdockwidget qtstylesheets
How to disable/hide the Close button in a pyQt QDockWidget

Im trying to disable the close 'x' button, and I assumed that it would work by setting the DockWidgetFeature to …

pyqt qdockwidget
How to capture the QDockWidget close button click event

I have a QStackedWidget within a QDockWidget - depending on which page is shown I wish to show/hide the …

c++ qt qdockwidget
How to dock/undock Widget (QDockWidget?)?

I have a widget with 4 QGraphicsViews and I want them to be dockable. I've put a QGraphicsView in a QDockWidget. …

qt4 qdockwidget