2024-01-01から1年間の記事一覧

PySide試してみているやつ

# This Python file uses the following encoding: utf-8 import sys from PySide6.QtWidgets import QApplication, QWidget #from PySide6.QDebug import qDebug # Important: # You need to run the following command to generate the ui_form.py file # …