MX Linux環境にて、PySide6をインストールし、Qt Designerを起動させる方法について解説します。 PySide6のインストール ターミナルを開いて、以下のコマンドを実行してください。 pip install PySide6 Qt Designerの起動 ターミナルを開いて、以下のコマンドを実行してください。 pyside6-designer Qt Designerがエラーで起動できない時の対処方法 エラー内容 qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt x…