Skip to content
Snippets Groups Projects

Add scheduler GUI

Merged Oscar Gustafsson requested to merge scheduler-gui into master
6 files
+ 118
41
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 8
0
from qtpy import QtCore, QtGui, QtWidgets
from power_bar import PowerBar
app = QtWidgets.QApplication([])
volume = PowerBar()
volume.show()
app.exec_()
\ No newline at end of file
Loading