You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\brief This class provides a form for doing a search-and-replace operation (with TextBit objects instead of normal strings). It is currently instantiated in MainWindow.
*/
#ifndef BASELINESEARCHREPLACEDIALOG_H
#define BASELINESEARCHREPLACEDIALOG_H
#include <QDialog>
#include "textbit.h"
namespace Ui {
class BaselineSearchReplaceDialog;
}
class DatabaseAdapter;
class BaselineSearchReplaceDialog : public QDialog