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.
Model / View を使ってリスト等を表示する場合、モデルを準備する作業が必要です。ただし、単純なデータについては、前回の記事で利用した QFileSystemModel のように予めモデルが用意がされています。今回は、文字列リストを取り扱うための QStringListModel を利用 ...
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 ...
先日、複数のジオメトリのウエイトををまとめてコピーしてくれるツールを作成しました。同じ名前の組み合わせでコピーしてくれます。(MAYA) 機能としては複数のウエイトコピーやスキンバインドを自動で行ってくれるものとなっています。今回は本ツール ...