Mantid
Loading...
Searching...
No Matches
FindDialog.cpp
Go to the documentation of this file.
1// Mantid Repository : https://github.com/mantidproject/mantid
2//
3// Copyright © 2018 ISIS Rutherford Appleton Laboratory UKRI,
4// NScD Oak Ridge National Laboratory, European Spallation Source,
5// Institut Laue - Langevin & CSNS, Institute of High Energy Physics, CAS
6// SPDX - License - Identifier: GPL - 3.0 +
7//-------------------------------------------
8// Includes
9//-------------------------------------------
11
12#include <QButtonGroup>
13#include <QCheckBox>
14#include <QComboBox>
15#include <QGridLayout>
16#include <QGroupBox>
17#include <QLabel>
18#include <QPushButton>
19#include <QVBoxLayout>
20
22 setWindowTitle(tr("MantidPlot") + " - " + tr("Find"));
23 initLayout();
24}
FindDialog(ScriptEditor *editor)
Definition: FindDialog.cpp:21
Raises a dialog allowing the user to find/replace text in the editor.
void initLayout()
Create the layout.
This class provides an area to write scripts.
Definition: ScriptEditor.h:37