KDDockWidgets API Documentation 2.0
|
Classes | |
class | Button |
Button widget to be used in the TitleBar. These are the KDDockWidget default buttons. Users can replace with their own and are not forced to use these. More... | |
class | DockWidget |
Represents a dock widget. More... | |
class | DropArea |
class | FloatingWindow |
class | Group |
class | IndicatorWindow |
class | MainWindow |
The QMainwindow sub-class that the application should use to be able to dock KDDockWidget DockWidget instances. More... | |
class | MainWindowMDI |
MainWindow sub-class which uses MDI as a layout. More... | |
class | MDIArea |
MDIArea allows to host dock widget in MDI mode. This is an alternative to using a full blown MainWindowMDI. The use case is when you already have a MainWindow (doing normal docking) and you want to add an area where you want to use MDI dock widgets. Instead of docking a MainWindowMDI, you'd just use an MDIArea, and avoid having nested main windows. More... | |
class | MDILayout |
class | Platform |
implements functions specific to a particular platform A platform can be for example qtwidgets, qtquick, etc. More... | |
class | RubberBand |
class | SegmentedDropIndicatorOverlay |
class | Separator |
class | Stack |
class | TabBar |
class | TitleBar |
class | View |
class | ViewFactory |
The default ViewFactory for QtWidgets frontend. More... | |
Functions | |
QSize | boundedMaxSize (QSize min, QSize max) |
qreal | logicalDpiFactor (const QWidget *w) |
void | setTopLevelGeometry (QRect geometry, const QWidget *widget) |
sets the geometry on the QWindow containing the specified item | |
QWindow * | windowForWidget (const QWidget *w) |
Definition at line 183 of file qtwidgets/views/View.cpp.
References QSize::boundedTo(), QSize::expandedTo(), QSize::height(), QSize::setHeight(), QSize::setWidth(), and QSize::width().
|
inline |
Definition at line 398 of file qtwidgets/views/View.h.
References QPaintDevice::logicalDpiX().
Referenced by KDDockWidgets::QtWidgets::TitleBar::updateMargins().
|
inline |
sets the geometry on the QWindow containing the specified item
Definition at line 421 of file qtwidgets/views/View.h.
References QWindow::setGeometry(), and QWidget::window().
Definition at line 414 of file qtwidgets/views/View.h.
References QWidget::window(), and QWidget::windowHandle().