38 std::vector<QLineEdit*> xyzw_components;
40 bool parseErrors =
false;
42 void highlightUnparsableEntries();
47 void quaternionElementChanged();
57 T val = simox::alg::to_<T>(xyzw_components.at((
size_t)comp)->text().toStdString());
60 catch (
const simox::error::SimoxError& err)