break11
Results
1
issues of
break11
**Describe the bug** I attach simple Qt App like this: ``` import sys from PySide6.QtCore import Qt from PySide6.QtWidgets import QApplication, QLabel, QWidget def main() -> int: app = QApplication(sys.argv)...