39 std::vector<QLineEdit*> xyzw_components;
41 bool parseErrors =
false;
43 void highlightUnparsableEntries();
48 void quaternionElementChanged();
58 T val = simox::alg::to_<T>(xyzw_components.at((
size_t)comp)->text().toStdString());
61 catch (
const simox::error::SimoxError& err)