Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
AppearanceOptions Struct Reference

#include <qdesigner_appearanceoptions.h>

Collaboration diagram for AppearanceOptions:

Public Member Functions

void toSettings (QDesignerSettings &) const
void fromSettings (const QDesignerSettings &)

Public Attributes

UIMode uiMode {DockedMode}
ToolWindowFontSettings toolWindowFontSettings

Friends

bool comparesEqual (const AppearanceOptions &lhs, const AppearanceOptions &rhs) noexcept

Detailed Description

Definition at line 27 of file qdesigner_appearanceoptions.h.

Member Function Documentation

◆ fromSettings()

void AppearanceOptions::fromSettings ( const QDesignerSettings & settings)

Definition at line 23 of file qdesigner_appearanceoptions.cpp.

References uiMode, and QDesignerSettings::uiMode().

Here is the call graph for this function:

◆ toSettings()

QT_BEGIN_NAMESPACE void AppearanceOptions::toSettings ( QDesignerSettings & settings) const

Definition at line 17 of file qdesigner_appearanceoptions.cpp.

References QDesignerSettings::setUiMode(), and uiMode.

Referenced by QDesignerAppearanceOptionsPage::apply().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ comparesEqual

bool comparesEqual ( const AppearanceOptions & lhs,
const AppearanceOptions & rhs )
friend

Definition at line 35 of file qdesigner_appearanceoptions.h.

References uiMode.

Member Data Documentation

◆ toolWindowFontSettings

ToolWindowFontSettings AppearanceOptions::toolWindowFontSettings

Definition at line 33 of file qdesigner_appearanceoptions.h.

◆ uiMode


The documentation for this struct was generated from the following files: