Mantid
Loading...
Searching...
No Matches
FindDialog.h
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#pragma once
8
9//--------------------------------------------------
10// Includes
11//--------------------------------------------------
13
19 Q_OBJECT
20
21public:
22 FindDialog(ScriptEditor *editor);
23};
#define EXPORT_OPT_MANTIDQT_COMMON
Definition: DllOption.h:15
Specialisation of FindReplaceDialog that only does finding.
Definition: FindDialog.h:18
Raises a dialog allowing the user to find/replace text in the editor.
This class provides an area to write scripts.
Definition: ScriptEditor.h:37