7 template <
typename Property_T>
11 ReactiveLabel(
const typename Property_T::model_type& model, QWidget* parent)
12 : QLabel{(model.*Property_T::get())(), parent}
14 con(model, Property_T::notify(),
this, &QLabel::setText);
Definition: ReactiveLabel.hpp:9
Base toolkit upon which the software is built.
Definition: Application.cpp:90