パソコン関連もろもろ
id:touch-sp
【PyQt6】【サンプル】QSlider(ハンドルが丸いスライダー)
上がノーマルのスライダーです。 下が今回作成したスライダーです。 Pythonスクリプト ハンドルを丸くするポイント Pythonスクリプト from PyQt6.QtCore import Qt, QSize from PyQt6.QtWidgets import QWidget, QApplication, QVBoxLayout, QSlider QSS = """ QSlider::groove:horizontal { border: 1px solid; height: 1…