10class QDialogButtonBox;
72 QPlainTextEdit* _editor{
nullptr};
78 QLineEdit* leReplaceField;
80 QCheckBox* cbWholeWords;
81 QCheckBox* cbSearchSelection;
82 QCheckBox* cbBackward;
83 QDialogButtonBox* buttonBox;
85 QPushButton* btnReplace;
86 QPushButton* btnReplaceAll;
87 QPushButton* btnShowMore;
92 void resizeToContent();
Find and replace dialog for a QPlainTextEdit widget.
Definition FindReplaceDialog.h:27
QPlainTextEdit * getEditor()
Gets the editor widget it acts on.
Definition FindReplaceDialog.h:52
void setEditor(QPlainTextEdit *editor)
Sets the editor widget to act on.
Definition FindReplaceDialog.h:44
void showEvent(QShowEvent *event) override
~FindReplaceDialog() override
Destructor.
FindReplaceDialog(QWidget *parent=nullptr)
Constructor.
Definition Application.h:10