Qt QDoubleSpinbox是不是存在bug?

当控件初始值设为1时,函数setValue()失效
ui.doubleSpinbox.setValue(1);

ui.doubleSpinbox.setValue(6.8); //失效了,
//spinbox的值没有发生变化

检查一下ui.doubleSpinBox.maximum()是多少