Как разрешить бесконечные целочисленные значения в счетчике?Python

Программы на Python
Гость
Как разрешить бесконечные целочисленные значения в счетчике?

Сообщение Гость »


Мне нужен widget in which the user can select integer values with a certain step and without lower or upper limits
(I mean, they should be at least in the billion range, so no chance of memorizing the whole sequence).

I saw kivy's widget but I don't think doing something like

Код: Выделить всё

Spinner(values=itertool.count())
would work.
Also it is limited to string values.

Is there any simple way of obtaining something similar to

Код: Выделить всё

QSpinBox
of the ?


Источник: https://stackoverflow.com/questions/140 ... -a-spinner

Вернуться в «Python»