Removed Select By Color.

This commit is contained in:
Leonardo Zide
2021-01-31 12:23:28 -08:00
parent 3bee3a2bcf
commit dc0ffbc8bb
9 changed files with 6 additions and 117 deletions
+4 -2
View File
@@ -62,13 +62,15 @@ lcFindReplaceWidget::lcFindReplaceWidget(QWidget* Parent, lcModel* Model, bool R
if (Replace)
{
ReplaceColorCheckBox = new QCheckBox(tr("Replace Color"), this);
Layout->addWidget(new QLabel(tr("Replace:")), 1, 0);
ReplaceColorCheckBox = new QCheckBox(this);
Layout->addWidget(ReplaceColorCheckBox, 1, 1);
ReplaceColorPicker = new lcQColorPicker(this);
Layout->addWidget(ReplaceColorPicker, 1, 2);
ReplacePartCheckBox = new QCheckBox(tr("Replace Part"), this);
ReplacePartCheckBox = new QCheckBox(this);
Layout->addWidget(ReplacePartCheckBox, 1, 3);
ReplacePartComboBox = new QComboBox(this);