OpenWithDialog

Search for usage in LXR

OpenWithDialog Class Reference

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

alias 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 Mon Nov 18 2024 12:10:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.