Change the method that normalized weight text displayed from spinner box suffix to a Qlabel to prevent annoying interruption when typing weight.

This commit is contained in:
luyuju151
2018-07-09 01:25:08 +08:00
parent 8b2d5c9697
commit e58deb1194
3 changed files with 63 additions and 8 deletions

View File

@ -484,7 +484,7 @@ private:
//Xforms.
DoubleSpinBox* m_XformWeightSpin;
SpinnerButtonWidget* m_XformWeightSpinnerButtonWidget;
SpinnerLabelButtonWidget* m_XformWeightSpinnerButtonWidget;
QFormLayout* m_XformsSelectionLayout;
vector<QCheckBox*> m_XformSelections;