Setting up PySide/ja

From Qt Wiki
(Redirected from Setting up PySide Japanese)
Jump to navigation Jump to search
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

日本語 English [French] 한국어

PySideのセットアップ

PySideを始めるには次のプログラムをインストールする必要があります。

ダウンロードの内容に従って、開発マシンへPySideをインストールします。

PySideが正しくインストールされているかどうか確認するには、Pythonコンソールに次のように入力します。

import PySide

エラーが表示されなければ正常にPySideがインストールされています。QtとPythonによる開発が開始できます。 また、次のように、インストールしたPySideのバージョンを確認できます。

import PySide
print PySide.''version''

1.0.0 のような結果が表示されます。