Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Kivy と Python でアプリを作成していますが、タグ入力 (type = "number") の HTML のように数字を選択するスピンボックスを使用してフィールドを作成するネイティブな方法はありますか?? Kivyにはチェックボックスがありますが、このスピンボックス番号はありません。Kivy が提供する通常のテキスト入力を使用して、そこから数値を取得する必要がありますか?
Spinner ウィジェットを使用できます。_