uv build local project dev
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import logging
|
||||
import sys
|
||||
|
||||
from PySide6.QtGui import QPainter
|
||||
from PySide6.QtWidgets import (
|
||||
QApplication,
|
||||
QGraphicsScene,
|
||||
QGraphicsView,
|
||||
QHBoxLayout,
|
||||
@@ -34,12 +30,3 @@ class Window(QWidget):
|
||||
|
||||
self.setLayout(vbox)
|
||||
self.show()
|
||||
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
format="%(asctime)s - %(name)s - %(levelname)s - %(message)s",
|
||||
)
|
||||
app = QApplication(sys.argv)
|
||||
w = Window()
|
||||
app.exec()
|
||||
|
||||
Reference in New Issue
Block a user