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 <QCoreApplication>
16#include <QGridLayout>
17#include <QGroupBox>
18#include <QLabel>
19#include <QPushButton>
20#include <QVBoxLayout>
21
23 setWindowTitle(QCoreApplication::applicationName() + " - Find");
24 initLayout();
25}
FindDialog(ScriptEditor *editor)
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.