The created application is using QDoubleSpinBox. The QDoubleSpinBox failed to enter 15.30 without interruption. If the user want to enter value with decimal example "15.30" they need to put the "15", move the arrow, delete the decimal value then put the ".30". How should I need to do so the QDoubleSpinBox can able to enter 15.30 normally?