We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82cc157 commit 56e6bb4Copy full SHA for 56e6bb4
1 file changed
cpp/widgets/keywords.cpp
@@ -41,14 +41,6 @@ Keywords::Keywords(QWidget *parent) : QWidget(parent) {
41
radiolayout->setAlignment(Qt::AlignCenter);
42
radios->setLayout(radiolayout);
43
44
- QWidget *boolBoxes = new QWidget(this);
45
- QHBoxLayout *boolBoxLayout = new QHBoxLayout(this);
46
- boolBoxLayout->addWidget(orCheckBox);
47
- boolBoxLayout->addWidget(andCheckBox);
48
- // boolRadioLayout->setAlignment(Qt::AlignCenter);
49
- boolBoxes->setLayout(boolBoxLayout);
50
-
51
52
nothing->setChecked(true);
53
orCheckBox->setChecked(true);
54
0 commit comments