Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_widgets_qabstractspinbox.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

Go to the source code of this file.

Functions

spinBox setRange (0, 100)
 
spinBox setWrapping (true)
 
spinBox setValue (100)
 
spinBox stepBy (1)
 

Variables

QSpinBoxspinBox = new QSpinBox(this)
 [0]
 

Function Documentation

◆ setRange()

spinBox setRange ( 0 ,
100  )

◆ setValue()

spinBox setValue ( 100 )

◆ setWrapping()

spinBox setWrapping ( true )

◆ stepBy()

spinBox stepBy ( 1 )

Variable Documentation

◆ spinBox