(cbd2f56c14159a1a566f4e423b910256724fdb6a)
#include "qdockwidget.h"
#include <qaction.h>
#include <qapplication.h>
#include <qdrawutil.h>
#include <qevent.h>
#include <qfontmetrics.h>
#include <qproxystyle.h>
#include <qwindow.h>
#include <qscreen.h>
#include <qmainwindow.h>
#include <qstylepainter.h>
#include <qtoolbutton.h>
#include <qdebug.h>
#include <private/qwidgetresizehandler_p.h>
#include <private/qstylesheetstyle_p.h>
#include <qpa/qplatformtheme.h>
#include <private/qhighdpiscaling_p.h>
#include "qdockwidget_p.h"
#include "qmainwindowlayout_p.h"
#include "qdockwidget.moc"
#include "moc_qdockwidget.cpp"
#include "moc_qdockwidget_p.cpp"
Go to the source code of this file.
◆ hasFeature() [1/2]
◆ hasFeature() [2/2]
◆ mainwindow_from_dock()
◆ operator<<()
◆ perp()
static int perp |
( |
bool | vertical, |
|
|
const QSize & | size ) |
|
inlinestatic |
◆ pick()
static int pick |
( |
bool | vertical, |
|
|
const QSize & | size ) |
|
inlinestatic |
◆ qt_mainwindow_layout()
◆ qt_mainwindow_layout_from_dock()
◆ qt_setWindowTitle_helperHelper()
Returns a modified window title with the [*] place holder replaced according to the rules described in QWidget::setWindowTitle.
This function assumes that "[*]" can be quoted by another "[*]", so it will replace two place holders by one and a single last one by either "*" or nothing depending on the modified flag.
Definition at line 6000 of file qwidget.cpp.