| 142 | } |
| 143 | |
| 144 | us::Any QmitkAnyStringWidget::GetAny() const |
| 145 | { |
| 146 | return us::Any(this->text().toStdString()); |
| 147 | } |
| 148 | |
| 149 | QmitkAnyBoolWidget::QmitkAnyBoolWidget(const std::string &name, const us::Any &any, QWidget *parent) |
| 150 | : QCheckBox(parent), QmitkAnyAdapter(name) |
no test coverage detected