数年前に PySide をさわった時には、Qt5 に対応していなかった事と Python より C++ の方が慣れていた事もあり、すぐに Qt にシフトしてしまいました。その後、ここ数年は Web アプリに取り組んでいましたが、再び Python で色々ツールを作ってみようとごそごそ ...
Model / View を使ってリスト等を表示する場合、モデルを準備する作業が必要です。ただし、単純なデータについては、前回の記事で利用した QFileSystemModel のように予めモデルが用意がされています。今回は、文字列リストを取り扱うための QStringListModel を利用 ...
The official typing stubs delivered along Qt5 for Python/PySide2 are insufficent for proper typing verification with mypy. This package fixes this by providing curated and updated stubs.
Qt Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG ...