Skip to content

Instantly share code, notes, and snippets.

from PySide6.QtWidgets import *
from PySide6.QtCore import *
from PySide6.QtGui import *
class CourseWidget(QWidget):
def __init__(self):
super().__init__()
self.setWindowFlags(Qt.FramelessWindowHint | Qt.Tool)