67 if (
parent->listOpenWidgets.find(name) !=
parent->listOpenWidgets.end()
69 || name.length() == 0)
72 p.setColor(QPalette::Base, QColor::fromRgb(255, 120, 120));
74 buttonBox->button(QDialogButtonBox::Ok)->setDisabled(
true);
80 p.setColor(QPalette::Base, QColor::fromRgb(120, 255, 120));
81 p.setBrush(QPalette::Base, p.light());
83 buttonBox->button(QDialogButtonBox::Ok)->setDisabled(
false);
The ArmarXMainWindow class.