commit
467999dbab
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ QLabel {
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import sys
|
import sys
|
||||||
from PyQt5.QtWidgets import QApplicationr
|
from PyQt5.QtWidgets import QApplication
|
||||||
app = QApplication(sys.argv)
|
app = QApplication(sys.argv)
|
||||||
app.setStyleSheet(Stylesheet)
|
app.setStyleSheet(Stylesheet)
|
||||||
w = LeftTabWidget()
|
w = LeftTabWidget()
|
||||||
|
|
Loading…
Reference in a new issue