KIO
knewfilemenu.h
113 * Whether on not the dialog should emit `selectExistingDir` when trying to create an exist directory
166 * Requirements: since 5.97 call setWorkingDirectory first (for older releases call setPopupFiles first), and keep this KNewFileMenu instance
The 'Create New' submenu, for creating files using templates (e.g. "new HTML file") and directories.
Definition knewfilemenu.h:47
void directoryCreationStarted(const QUrl &url)
Emitted once the creation job for directory url has been started.
void directoryCreated(const QUrl &url)
Emitted once the directory url has been successfully created.
void directoryCreationRejected(const QUrl &url)
Emitted once the creation for directory url has been rejected.
void fileCreationRejected(const QUrl &url)
Emitted once the creation for file url has been rejected.
void selectExistingDir(const QUrl &url)
Emitted when trying to create a new directory that has the same name as an existing one,...
void fileCreated(const QUrl &url)
Emitted once the file (or symlink) url has been successfully created.
void fileCreationStarted(const QUrl &url)
Emitted once the creation job for file url has been started.
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.