Document 'Find and Replace' dialog
This commit is contained in:
BIN
cmake/packaging/LAMMPS_DMG_Background.xcf
Normal file
BIN
cmake/packaging/LAMMPS_DMG_Background.xcf
Normal file
Binary file not shown.
BIN
doc/src/JPG/lammps-gui-find.png
Normal file
BIN
doc/src/JPG/lammps-gui-find.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 113 KiB |
@ -41,10 +41,10 @@ FindAndReplace::FindAndReplace(CodeEditor *_editor, QWidget *parent) :
|
||||
withcase = new QCheckBox("Match case");
|
||||
wrap = new QCheckBox("Wrap around");
|
||||
whole = new QCheckBox("Whole word");
|
||||
auto *next = new QPushButton("Next");
|
||||
auto *replone = new QPushButton("Replace");
|
||||
auto *replall = new QPushButton("Replace All");
|
||||
auto *done = new QPushButton("Done");
|
||||
auto *next = new QPushButton("&Next");
|
||||
auto *replone = new QPushButton("&Replace");
|
||||
auto *replall = new QPushButton("Replace &All");
|
||||
auto *done = new QPushButton("&Done");
|
||||
|
||||
layout->addWidget(new QLabel("Find:"), 0, 0, Qt::AlignRight);
|
||||
layout->addWidget(search, 0, 1, 1, 2, Qt::AlignLeft);
|
||||
|
||||
Reference in New Issue
Block a user