Add that the corner settings are saved/restored with the state
Change-Id: Iee4c04291001470518176d8b3a49c08b52a6336e Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
parent
ffdba0459b
commit
b5f2843791
@ -1226,7 +1226,9 @@ Qt::DockWidgetArea QMainWindow::dockWidgetArea(QDockWidget *dockwidget) const
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
Saves the current state of this mainwindow's toolbars and
|
Saves the current state of this mainwindow's toolbars and
|
||||||
dockwidgets. The \a version number is stored as part of the data.
|
dockwidgets. This includes the corner settings which can
|
||||||
|
be set with setCorner(). The \a version number is stored
|
||||||
|
as part of the data.
|
||||||
|
|
||||||
The \l{QObject::objectName}{objectName} property is used
|
The \l{QObject::objectName}{objectName} property is used
|
||||||
to identify each QToolBar and QDockWidget. You should make sure
|
to identify each QToolBar and QDockWidget. You should make sure
|
||||||
@ -1255,8 +1257,9 @@ QByteArray QMainWindow::saveState(int version) const
|
|||||||
|
|
||||||
/*!
|
/*!
|
||||||
Restores the \a state of this mainwindow's toolbars and
|
Restores the \a state of this mainwindow's toolbars and
|
||||||
dockwidgets. The \a version number is compared with that stored
|
dockwidgets. Also restores the corner settings too. The
|
||||||
in \a state. If they do not match, the mainwindow's state is left
|
\a version number is compared with that stored in \a state.
|
||||||
|
If they do not match, the mainwindow's state is left
|
||||||
unchanged, and this function returns \c false; otherwise, the state
|
unchanged, and this function returns \c false; otherwise, the state
|
||||||
is restored, and this function returns \c true.
|
is restored, and this function returns \c true.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user