KIO
kpropertiesdialog.h
127 KPropertiesDialog(const QUrl &_tempUrl, const QUrl &_currentDir, const QString &_defaultName, QWidget *parent = nullptr);
174 static bool showDialog(const KFileItemList &_items, QWidget *parent = nullptr, bool modal = true);
List of KFileItems, which adds a few helper methods to QList<KFileItem>.
Definition kfileitem.h:632
QDialogButtonBox * buttonBox()
void applied()
This signal is emitted when the properties changes are applied (for example, with the OK button)
void saveAs(const QUrl &oldUrl, QUrl &newUrl)
Emitted before changes to oldUrl are saved as newUrl.
void propertiesClosed()
This signal is emitted when the Properties Dialog is closed (for example, with OK or Cancel buttons)
void canceled()
This signal is emitted when the properties changes are aborted (for example, with the Cancel button)
virtual void accept()
virtual void reject()
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:16:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.