PySide
![]() | |
Openbossa | |
Qt Project | |
6.5.2
/ 2023 | |
プログラミング | Python |
クロスプラットフォーム | |
ライセンス | LGPL |
www |
PySideはPythonでGUIを
PySideは2009
PySideはLinux/X11・Mac OS X・Windows・Maemo
Hello World
[import sys
from PySide6.QtCore import Qt
from PySide6.QtWidgets import QApplication, QLabel
if __name__ == "__main__":
app = QApplication(sys.argv)
label = QLabel("Hello World", alignment=Qt.AlignCenter)
label.show()
sys.exit(app.exec_())
関 連 項 目
[脚 注
[- ^ “Shiboken”. Pyside.org. 2010
年 5月 25日 閲 覧 。 - ^ http://www.pyside.org/2009/08/pyside-has-been-released/
- ^ “FAQ – PySide – Python for Qt”. Pyside.org. 2010
年 5月 25日 閲 覧 。 - ^ “FAQ – PySide – Python for Qt”. Pyside.org. 2013
年 3月 19日 閲 覧 。