KTextWidgets
kreplacedialog.h
KFindDialog(QWidget *parent=nullptr, long options=0, const QStringList &findStrings=QStringList(), bool hasSelection=false, bool replaceDialog=false)
Construct a modal find dialog.
Definition kfinddialog.cpp:32
QWidget * replaceExtension() const
Returns an empty widget which the user may fill with additional UI elements as required.
Definition kreplacedialog.cpp:86
QStringList replacementHistory() const
Returns the list of history items.
Definition kreplacedialog.cpp:105
void setReplacementHistory(const QStringList &history)
Provide the list of strings to be displayed as the history of replacement strings.
Definition kreplacedialog.cpp:126
KReplaceDialog(QWidget *parent=nullptr, long options=0, const QStringList &findStrings=QStringList(), const QStringList &replaceStrings=QStringList(), bool hasSelection=true)
Construct a replace dialog.read-only or rather select-only combo box with a parent object and a name.
Definition kreplacedialog.cpp:44
@ PromptOnReplace
Should the user be prompted before the replace operation?
Definition kreplacedialog.h:54
Q_OBJECTQ_OBJECT
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:10:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.