DialogWindow

Search for usage in LXR

DialogWindow Class Reference
Inheritance diagram for DialogWindow:

Properties

alias content
 
alias page
 

Additional Inherited Members

- Public Member Functions inherited from QtQuick.Window
 afterAnimating ()
 
 alert (int msec)
 
 close ()
 
 closing (CloseEvent close)
 
 frameSwapped ()
 
 hide ()
 
 lower ()
 
 raise ()
 
 requestActivate ()
 
 sceneGraphError (SceneGraphError error, QString message)
 
 show ()
 
 showFullScreen ()
 
 showMaximized ()
 
 showMinimized ()
 
 showNormal ()
 

Detailed Description

A window that provides some basic features needed for most applications.

Definition at line 26 of file DialogWindow.qml.

Property Documentation

◆ content

list< QtObject > DialogWindow::content
read

The default content of this dialog window.

Remarks
This is the default property

This is handled by a MauiKit Page

Definition at line 34 of file DialogWindow.qml.

◆ page

Page DialogWindow::page
read

An alias to the MauiKit Page filling the dialog window.

Remarks
This property is read-only

All the children content of this control will be parented by the Page.

Definition at line 40 of file DialogWindow.qml.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri May 17 2024 11:56:16 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.