Resolve "Add possibility to edit chessboard properties to GUI"
All threads resolved!
Closes #176 (closed)
Merge request reports
Activity
Filter activity
- Resolved by d.kilic
- Resolved by d.kilic
- Resolved by Schrödter, Tobias
Another thing I found: The tab-order seems to be incorrect, when selecting the
y
spin box and press tab the focus does not jump to the next field (square size
)
- Resolved by Schrödter, Tobias
When I'm changing the values, save the pet file, and then try to reload the changed file, the values won't change in the UI. Internally (in
AutoCalib
they are changed though. You might want to have a look at the parsing of the pet file incontrol.cpp::void Control::getXml(QDomElement &elem)
. Currently the values are changed directly inAutoCalib
without notifying the UI, a better way might to change the value in the SpinBoxes as they are directly connected toAutoCalib
and will propagate their changes.
added 14 commits
-
b7f801a1...2d9b6825 - 6 commits from branch
master
- 2fa755e2 - added possibility to edit chessboard properties
- 2714f578 - added possibility to edit chessboard properties
- f07a8e0f - layout has been changed
- 9bbb4f97 - update 3rdparty
- b9573997 - Edited layout
- ada22a48 - little change in control.cpp
- c81fdfc9 - Fix change values when loading the pet file
- b852756a - changed tab order for intrinsic calibration
Toggle commit list-
b7f801a1...2d9b6825 - 6 commits from branch
mentioned in commit 64906b25
Please register or sign in to reply