globalReplaceInformation

class globalReplaceInformation : public QDialog

This constructor function is used to initialize dialog box for Global Replace Information.

Global Replace is a feature in our tool which we invoke after a user has changed a word and saved the file, this feature allows the change made to be applied globally i.e in all pages of the project.

When users are using this feature, initially they may not be aware of the terminology.

Thus when they click on the 𝒊 symbol they can see what each button does, thus better equipped to use the feature.

Public Functions

explicit globalReplaceInformation(QWidget *parent = 0)

This is the constructor of this class which sets the default size of rows and columns of the tableWidget.

Parameters:

parent

~globalReplaceInformation()

Destructor.