Incorrect documentation for void QAbstractSpinBox::stepBy(int steps)
-
This documentation page states that pressing
Qt::Key_PageUp
triggers a call tostepBy(10)
instead ofstepBy(1)
. -
This documentation page states that pressing
Qt::Key_PageUp
triggers a call tostepBy(10)
instead ofstepBy(1)
. -
Oooh, I see, I totally missed that one and thought it's
Key_Down
. Couldn't that section link to the one mentioned by you? Where the Up and Page Down are mentioned too, so it's clearer.Hi @Revolt,
Oooh, I see, I totally missed that one and thought it's
Key_Down
. Couldn't that section link to the one mentioned by you? Where the Up and Page Down are mentioned too, so it's clearer.Your wish is my demand: https://codereview.qt-project.org/231300
-
Oooh, I see, I totally missed that one and thought it's
Key_Down
. Couldn't that section link to the one mentioned by you? Where the Up and Page Down are mentioned too, so it's clearer.@Revolt so it looks like your issue is solved, right? Please don't forget to mark your post as such. Thanks