21#ifndef PATHURLHELPER_H
22#define PATHURLHELPER_H
44 Q_INVOKABLE
void open();
48 QString
title() const;
90 bool m_selectFolder = false;
91 QString m_dialogTitle;
void setFolder(QUrl folder)
void fileUrlChanged(QUrl fileUrl)
void selectFolderChanged(bool selectFolder)
void setFilter(QString filter)
void setSelectFolder(bool selectFolder)
void filterChanged(QString filter)
void folderChanged(QUrl folder)
void setTitle(QString title)
void setFilePath(QString filePath)
FileDialogWrapper(QObject *parent=nullptr)
void titleChanged(QString title)
void setFileUrl(QUrl fileUrl)
Q_INVOKABLE QUrl urlFromLocalFilePath(QString path) const
Q_INVOKABLE QString urlToLocalFilePath(QUrl url) const