12 QVBoxLayout* layout =
new QVBoxLayout();
13 this->setLayout(layout);
17 _useTypeInfoCheckBox =
new QCheckBox(
"Use Type Information",
this);
18 _useTypeInfoCheckBox->setChecked(
true);
20 QHBoxLayout* checkBoxLayout =
new QHBoxLayout();
21 checkBoxLayout->setDirection(QBoxLayout::RightToLeft);
22 checkBoxLayout->addWidget(_useTypeInfoCheckBox);
24 layout->addWidget(_view);
25 layout->addLayout(checkBoxLayout);
27 this->setTitle(
"Instance View (select an entity instance on the left)");
29 this->layout()->setContentsMargins(margin, margin, margin, margin);