Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AmericanEnglish committed Nov 23, 2017
1 parent 82cc157 commit 56e6bb4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions cpp/widgets/keywords.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ Keywords::Keywords(QWidget *parent) : QWidget(parent) {
radiolayout->setAlignment(Qt::AlignCenter);
radios->setLayout(radiolayout);

QWidget *boolBoxes = new QWidget(this);
QHBoxLayout *boolBoxLayout = new QHBoxLayout(this);
boolBoxLayout->addWidget(orCheckBox);
boolBoxLayout->addWidget(andCheckBox);
// boolRadioLayout->setAlignment(Qt::AlignCenter);
boolBoxes->setLayout(boolBoxLayout);


nothing->setChecked(true);
orCheckBox->setChecked(true);

Expand Down

0 comments on commit 56e6bb4

Please sign in to comment.