Workspace 6.21.5
Signals | Public Member Functions | List of all members
FindDialog Class Reference

Find dialog for TextViewer.

#include <Workspace/Presentation/Logging/finddialog.h>

Inherits QDialog.

Signals

void findRequested (const QRegExp &pattern)
 

Public Member Functions

 FindDialog (const QString &text="", QWidget *parent=nullptr)
 
void setFindPattern (const QRegExp &pattern)
 

Constructor & Destructor Documentation

◆ FindDialog()

FindDialog ( const QString &  text = "",
QWidget *  parent = nullptr 
)
Parameters
textThe string the dialog inserts into itself as the text to look for, usually the word under the text cursor.
parentThe parent widget of this dialog.

Member Function Documentation

◆ findRequested

void findRequested ( const QRegExp &  pattern)
signal

◆ setFindPattern()

void setFindPattern ( const QRegExp &  pattern)