How to implement a UI for a specific thing
Unsolved
Qt for Python
-
@sdf1444 said in How to implement a UI for a specific thing:
How do I implement a UI for this in pyqt5
this ui can be implemented in 10 minutes using QML ... https://www.qt.io/blog/2018/05/14/qml-qt-python
@Denni-0 said in How to implement a UI for a specific thing:
vertical sliders
it's more a vertical ProgressBar
@Denni-0 said in How to implement a UI for a specific thing:
on/off buttons over the vertical sliders might require specialized implementation
so there is no Switch type ?