• Skip to main content
  • Skip to header right navigation
  • Skip to site footer
CDP Studio logo

CDP Studio

The no-code and full-code software development tool for distributed control systems and HMI

  • Doc
  • Why CDP
    • Software developers
    • Automation engineers
    • Managers
  • Products
    • Automation Designer
    • HMI Designer
    • Maritime HMIs
  • Services
  • Use cases
  • Pricing
  • Try CDP

CDP Studio Documentation

  • GUI - CDP Widgets
  • DialogLoader

DialogLoader Class

The DialogLoader is not a widget, but a class that is used internally by widgets, like buttons, to load form dialogs. More...

Header: #include <DialogLoader>
Inherited By:

CDPBaseButtonPopDlg and CDPBaseUiLoaderWidget

  • List of all members, including inherited members

Public Functions

DialogLoader()
virtual ~DialogLoader()
virtual void hideDialog()
bool preferParent()
virtual QString replaceableRouting()
virtual void setPreferParent(bool prefer = true)
virtual void setReplaceableRouting(QString replaceable)
virtual void setUiFileName(QString filename, IQtCDP *pInterface = 0, QWidget *parent = 0)
virtual void setUseDialogCache(bool useCache = true)
virtual void showDialog(bool show = true)
QString uiFileName(void)
QWidget *uiWidget()
bool useDialogCache()

Detailed Description

The DialogLoader is not a widget, but a class that is used internally by widgets, like buttons, to load form dialogs.

Member Function Documentation

DialogLoader::DialogLoader()

Default constructs an instance of DialogLoader.

[virtual] DialogLoader::~DialogLoader()

Destroys the instance of DialogLoader. The destructor is virtual.

[virtual] void DialogLoader::hideDialog()

bool DialogLoader::preferParent()

See also setPreferParent().

[virtual] QString DialogLoader::replaceableRouting()

See also setReplaceableRouting().

[virtual] void DialogLoader::setPreferParent(bool prefer = true)

See also preferParent().

[virtual] void DialogLoader::setReplaceableRouting(QString replaceable)

See also replaceableRouting().

[virtual] void DialogLoader::setUiFileName(QString filename, IQtCDP *pInterface = 0, QWidget *parent = 0)

See also uiFileName().

[virtual] void DialogLoader::setUseDialogCache(bool useCache = true)

See also useDialogCache().

[virtual] void DialogLoader::showDialog(bool show = true)

QString DialogLoader::uiFileName(void)

See also setUiFileName().

QWidget *DialogLoader::uiWidget()

bool DialogLoader::useDialogCache()

See also setUseDialogCache().

The content of this document is confidential information not to be published without the consent of CDP Technologies AS.

CDP Technologies AS, www.cdpstudio.com

Get started with CDP Studio today

Let us help you take your great ideas and turn them into the products your customer will love.

Try CDP Studio for free
Why CDP Studio?

CDP Technologies AS
Hundsværgata 8,
P.O. Box 144
6001 Ålesund, Norway

Tel: +47 990 80 900
E-mail: info@cdptech.com

Company

About CDP

Contact us

Services

Partners

Blog

Developers

Get started

User manuals

Support

Document download

Release notes

My account

Follow CDP

  • LinkedIn
  • YouTube
  • GitHub

© Copyright 2025 CDP Technologies. Privacy and cookie policy.

Return to top