PySide Documentation/ja: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
'''日本語''' [[PySideDocumentation|English]]
[[Category:LanguageBindings::PySide]]<br />[[Category:LanguageBindings::PySide Japanese]]<br />'''日本語''' [[PySideDocumentation|English]]


=PySideのドキュメント=
[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]
 
= PySideのドキュメント =


ようこそ、ここはPySideに関するドキュメントのwikiページです。このwikiページの '''PySide入門''' セクションではPySideの使い方を学ぶことができます。また '''PySideとQtQuick/QML''' 、および '''PySide Mobility''' の具体的なドキュメントも用意されています。さらに '''ソースからPySideをビルドする方法''' や '''Shiboken''' を使用して新しいバインディングを生成する方法など、PySideを開発するための具体的な方法を調べることもできます。
ようこそ、ここはPySideに関するドキュメントのwikiページです。このwikiページの '''PySide入門''' セクションではPySideの使い方を学ぶことができます。また '''PySideとQtQuick/QML''' 、および '''PySide Mobility''' の具体的なドキュメントも用意されています。さらに '''ソースからPySideをビルドする方法''' や '''Shiboken''' を使用して新しいバインディングを生成する方法など、PySideを開発するための具体的な方法を調べることもできます。


==モジュールのドキュメント==
== モジュールのドキュメント ==


* [http://www.pyside.org/docs/apiextractor/ Apiextractor] ''[pyside.org]''
* &quot;Apiextractor&amp;quot;:http://www.pyside.org/docs/apiextractor/
* [http://www.pyside.org/docs/generatorrunner/ Generatorrunner] ''[pyside.org]''
* &quot;Generatorrunner&amp;quot;:http://www.pyside.org/docs/generatorrunner/
* [http://www.pyside.org/docs/shiboken/ Shiboken] ''[pyside.org]''
* &quot;Shiboken&amp;quot;:http://www.pyside.org/docs/shiboken/


==PySide入門==
== PySide入門 ==


* [[Setting up PySide Japanese|PySideのセットアップ]]
* [[Setting_up_PySide_Japanese| PySideのセットアップ]]
* [[Hello-World-in-PySide-Japanese|はじめてのPySideアプリケーション]]
* [[Hello-World-in-PySide-Japanese| はじめてのPySideアプリケーション]]
* [[PySide-Tutorials-by-Experience-Level-Japanese|チュートリアル集]]
* [[PySide-Tutorials-by-Experience-Level-Japanese | チュートリアル集]]
* [[PySide Examples|事例集]] wikiではまだ未整理です。
* [[PySide_Examples | 事例集]] - wikiではまだ未整理です。
* [https://github.com/shuge/Enjoy-Qt-Python-Binding PySideのPython的なデモ] ''[github.com]''
* &quot;PySideのPython的なデモ&amp;quot;:https://github.com/shuge/Enjoy-Qt-Python-Binding
* [[PySide Bits Pieces|ビッツアンドピーセズ]] 世の中の事例集。
* [[PySide_Bits_Pieces | ビッツアンドピーセズ]] - 世の中の事例集。
* [http://www.pyside.org/docs/pyside/contents.html PySideオンラインリファレンス] ''[pyside.org]'' ([http://www.pyside.org/files/pyside-docs-latest.zip zip] ''[pyside.org]'')
* &quot;PySideオンラインリファレンス&amp;quot;:http://www.pyside.org/docs/pyside/contents.html (&quot;zip&amp;quot;:http://www.pyside.org/files/pyside-docs-latest.zip)
* [[Differences Between PySide and PyQt|PySideとPyQtの違い]]
* [[Differences_Between_PySide_and_PyQt|PySideとPyQtの違い]]
* [[PySide DBus Integration|PySide_DBus_Integration]]
* [[PySide_DBus_Integration]]


==QtQuick/QML入門==
== QtQuick/QML入門 ==


* [[Hello-World-in-PySide-and-QtQuick-Japanese|はじめてのPySide/QtQuickアプリケーション]]
* [[Hello-World-in-PySide-and-QtQuick-Japanese | はじめてのPySide/QtQuickアプリケーション]]
* [[PySide-QtQuick-Tutorials|チュートリアル集]]
* [[PySide-QtQuick-Tutorials | チュートリアル集]]
* [http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/examples/declarative Git内のQDeclarative事例集] ''[qt.gitorious.org]''
* &quot;Git内のQDeclarative事例集&amp;quot;:http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/examples/declarative
* [http://qt.nokia.com/products/qt-quick Qtクイック開発者ページ] ''[qt.nokia.com]''
* &quot;Qtクイック開発者ページ&amp;quot;:http://qt.nokia.com/products/qt-quick
* [http://doc.qt.io/qt-4.7/qdeclarativeintroduction.html QML言語入門] ''[qt.io]''
* &quot;QML言語入門&amp;quot;:http://doc.qt.io/qt-4.7/qdeclarativeintroduction.html
* [http://doc.qt.io/qt-4.7/qdeclarativeelements.html QML要素] ''[qt.io]''
* &quot;QML要素&amp;quot;:http://doc.qt.io/qt-4.7/qdeclarativeelements.html
* QtQuickリファレンス
* QtQuickリファレンス
** [https://doc.qt.io/qt-4.7/qtquick.html 4.7] ''[qt.io]''
** &quot;4.7&amp;quot;:https://doc.qt.io/qt-4.7/qtquick.html
** [https://doc.qt.io/qt-4.8/qtquick.html 4.8] ''[qt.io]''
** &quot;4.8&amp;quot;:https://doc.qt.io/qt-4.8/qtquick.html
 
==PySide Mobility入門==
 
* [[Using-QtMobility-sensors-and-QML-from-PySide|QtMobilityセンサやQMLをPySideで使う]]
* [http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/mobility Git内のPySide Mobilityの事例集] ''[qt.gitorious.org]''
* [http://www.pyside.org/docs/pyside-mobility PySide Mobilityリファレンス] ''[pyside.org]''


==PySide開発者向けリソース==
== PySide Mobility入門 ==


* [[Building PySide|PySideのビルド]]
* [[Using-QtMobility-sensors-and-QML-from-PySide| QtMobilityセンサやQMLをPySideで使う]]
* [[PySide Generating New Bindings|新しいバインディングの生成]]
* &quot;Git内のPySide Mobilityの事例集&amp;quot;:http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/mobility
* [http://www.pyside.org/docs/pseps/ PySideの改良案] ''[pyside.org]''
* &quot;PySide Mobilityリファレンス&amp;quot;:http://www.pyside.org/docs/pyside-mobility


===Categories:===
== PySide開発者向けリソース ==


* [[:Category:LanguageBindings|LanguageBindings]]
* [[Building_PySide| PySideのビルド]]
** [[:Category:LanguageBindings::PySide|PySide]]
* [[PySide_Generating_New_Bindings | 新しいバインディングの生成]]
* [[:Category:LanguageBindings::PySide-Japanese|PySide Japanese]]

Revision as of 14:31, 23 February 2015



日本語 English

[toc align_right="yes&quot; depth="3&quot;]

PySideのドキュメント

ようこそ、ここはPySideに関するドキュメントのwikiページです。このwikiページの PySide入門 セクションではPySideの使い方を学ぶことができます。また PySideとQtQuick/QML 、および PySide Mobility の具体的なドキュメントも用意されています。さらに ソースからPySideをビルドする方法Shiboken を使用して新しいバインディングを生成する方法など、PySideを開発するための具体的な方法を調べることもできます。

モジュールのドキュメント

PySide入門

QtQuick/QML入門

PySide Mobility入門

PySide開発者向けリソース