OpenWithDialog

Search for usage in LXR

OpenWithDialog Class Reference

Inherits org::mauikit::control::PopupPage, and org::mauikit::controls::PopupPage.

Properties

alias urls
 

Detailed Description

A dialog with a list of services -that can handled the associated list of URLs.

See also
urls

This control inherits from MauiKit PopupPage, to checkout its inherited properties refer to docs.

The services listed can open the file type of the file URLs.

Example
Maui.Page
{
Maui.Controls.showCSD: true
anchors.fill: parent
{
anchors.centerIn: parent
text: "Open"
onClicked: _dialog.open()
}
FB.OpenWithDialog
{
id: _dialog
urls: ["/home/camiloh/Pictures/blend_by_rashadisrazzi_d8ttd59/2K.png"]
}
}
alias urls
List of file URLs to look for associated services.

You can find a more complete example at this link.

Definition at line 56 of file OpenWithDialog.qml.

Property Documentation

◆ urls

var OpenWithDialog::urls
read

List of file URLs to look for associated services.

Definition at line 62 of file OpenWithDialog.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 3 2024 11:46:09 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.