implement text search and replace functionality

This commit is contained in:
Axel Kohlmeyer
2024-08-24 11:39:54 -04:00
parent 72873b0dca
commit 1b3652583b
10 changed files with 225 additions and 3 deletions

View File

@ -34,7 +34,8 @@ class ImageViewer : public QDialog {
Q_OBJECT
public:
explicit ImageViewer(const QString &fileName, LammpsWrapper *_lammps, QWidget *parent = nullptr);
explicit ImageViewer(const QString &fileName, LammpsWrapper *_lammps,
QWidget *parent = nullptr);
private slots:
void saveAs();