Examples#

A collection of examples are provided with Qt for Python to help new users to understand different use cases of the module.

You can find all these examples inside the pyside-setup repository on the examples directory.

3D#

card-img-top
simple3d

found in the 3d directory.

Async#

card-img-top
minimal

found in the async directory.

card-img-top
eratosthenes

found in the async directory.

Axcontainer#

card-img-top
axviewer

found in the axcontainer directory.

Bluetooth#

card-img-top
btscanner

found in the bluetooth directory.

card-img-top
heartrate_server

found in the bluetooth directory.

card-img-top
lowenergyscanner

found in the bluetooth directory.

card-img-top
heartrate_game

found in the bluetooth directory.

Charts#

card-img-top
linechart

found in the charts directory.

card-img-top
callout

found in the charts directory.

card-img-top
pointselectionandmarkers

found in the charts directory.

card-img-top
memoryusage

found in the charts directory.

card-img-top
donutbreakdown

found in the charts directory.

card-img-top
percentbarchart

found in the charts directory.

card-img-top
piechart

found in the charts directory.

card-img-top
temperaturerecords

found in the charts directory.

card-img-top
logvalueaxis

found in the charts directory.

card-img-top
chartthemes

found in the charts directory.

card-img-top
legend

found in the charts directory.

card-img-top
lineandbar

found in the charts directory.

card-img-top
areachart

found in the charts directory.

card-img-top
qmlpolarchart

found in the charts directory.

card-img-top
barchart

found in the charts directory.

card-img-top
nesteddonuts

found in the charts directory.

card-img-top
audio

found in the charts directory.

card-img-top
dynamicspline

found in the charts directory.

card-img-top
pointconfiguration

found in the charts directory.

card-img-top
modeldata

found in the charts directory.

Corelib#

card-img-top
threads

found in the corelib directory.

card-img-top
settingseditor

found in the corelib directory.

card-img-top
mimetypesbrowser

found in the corelib directory.

card-img-top
sharedmemory

found in the corelib/ipc directory.

Datavisualization#

card-img-top
graphgallery

found in the datavisualization directory.

card-img-top
surface_model_numpy

found in the datavisualization directory.

card-img-top
bars3d

found in the datavisualization directory.

card-img-top
surface

found in the datavisualization directory.

card-img-top
qmlsurfacegallery

found in the datavisualization directory.

card-img-top
surface_numpy

found in the datavisualization directory.

Dbus#

card-img-top
listnames

found in the dbus directory.

card-img-top
pingpong

found in the dbus directory.

Designer#

card-img-top
taskmenuextension

found in the designer directory.

External#

card-img-top
networkx

found in the external directory.

card-img-top
scikit

found in the external directory.

card-img-top
opencv

found in the external directory.

card-img-top
widget3d

found in the external/matplotlib directory.

card-img-top
widget_gaussian

found in the external/matplotlib directory.

card-img-top
pandas

found in the external directory.

Gui#

card-img-top
analogclock

found in the gui directory.

Location#

card-img-top
mapviewer

found in the location directory.

Multimedia#

card-img-top
player

found in the multimedia directory.

card-img-top
audiosource

found in the multimedia directory.

card-img-top
audiooutput

found in the multimedia directory.

card-img-top
camera

found in the multimedia directory.

Network#

card-img-top
loopback

found in the network directory.

card-img-top
downloader

found in the network directory.

card-img-top
threadedfortuneserver

found in the network directory.

card-img-top
blockingfortuneclient

found in the network directory.

card-img-top
googlesuggest

found in the network directory.

card-img-top
fortuneclient

found in the network directory.

card-img-top
fortuneserver

found in the network directory.

Networkauth#

card-img-top
redditclient

found in the networkauth directory.

Opcua#

card-img-top
opcuaviewer

found in the opcua directory.

Opengl#

card-img-top
textures

found in the opengl directory.

card-img-top
contextinfo

found in the opengl directory.

card-img-top
hellogl2

found in the opengl directory.

card-img-top
threadedqopenglwidget

found in the opengl directory.

Pdf#

card-img-top
quickpdfviewer

found in the pdf directory.

Pdfwidgets#

card-img-top
pdfviewer

found in the pdfwidgets directory.

Qml#

card-img-top
binding

found in the qml/referenceexamples directory.

card-img-top
methods

found in the qml/referenceexamples directory.

card-img-top
attached

found in the qml/referenceexamples directory.

card-img-top
properties

found in the qml/referenceexamples directory.

card-img-top
valuesource

found in the qml/referenceexamples directory.

card-img-top
grouped

found in the qml/referenceexamples directory.

card-img-top
adding

found in the qml/referenceexamples directory.

card-img-top
coercion

found in the qml/referenceexamples directory.

card-img-top
extended

found in the qml/referenceexamples directory.

card-img-top
default

found in the qml/referenceexamples directory.

card-img-top
usingmodel

found in the qml directory.

card-img-top
qmltopy2

found in the qml/signals directory.

card-img-top
qmltopy1

found in the qml/signals directory.

card-img-top
pytoqml2

found in the qml/signals directory.

card-img-top
qmltopy4

found in the qml/signals directory.

card-img-top
pytoqml1

found in the qml/signals directory.

card-img-top
qmltopy3

found in the qml/signals directory.

card-img-top
textproperties

found in the qml directory.

card-img-top
editingmodel

found in the qml directory.

card-img-top
c2-methods

found in the qml/tutorials_extending directory.

card-img-top
c4-customPropertyTypes

found in the qml/tutorials_extending directory.

card-img-top
c5-listproperties

found in the qml/tutorials_extending directory.

card-img-top
c1-basics

found in the qml/tutorials_extending directory.

card-img-top
c3-bindings

found in the qml/tutorials_extending directory.

card-img-top
c6-plugins

found in the qml/tutorials_extending directory.

Quick#

card-img-top
stringlistmodel

found in the quick/models directory.

card-img-top
objectlistmodel

found in the quick/models directory.

card-img-top
rendercontrol_opengl

found in the quick/rendercontrol directory.

card-img-top
openglunderqml

found in the quick/scenegraph directory.

card-img-top
scenegraph_customgeometry

found in the quick/scenegraph directory.

card-img-top
painteditem

found in the quick directory.

card-img-top
window

found in the quick directory.

Quick3D#

card-img-top
customgeometry

found in the quick3d directory.

card-img-top
intro

found in the quick3d directory.

Quickcontrols#

card-img-top
gallery

found in the quickcontrols directory.

card-img-top
filesystemexplorer

found in the quickcontrols directory.

Remoteobjects#

card-img-top
modelview

found in the remoteobjects directory.

Samplebinding#

card-img-top
samplebinding

found in the samplebinding directory.

Scriptableapplication#

card-img-top
scriptableapplication

found in the scriptableapplication directory.

Serialbus#

card-img-top
modbusclient

found in the serialbus/modbus directory.

card-img-top
can

found in the serialbus directory.

Serialport#

card-img-top
terminal

found in the serialport directory.

Spatialaudio#

card-img-top
audiopanning

found in the spatialaudio directory.

Speech#

card-img-top
hello_speak

found in the speech directory.

Sql#

card-img-top
books

found in the sql directory.

Statemachine#

card-img-top
twowaybutton

found in the statemachine directory.

card-img-top
factstates

found in the statemachine directory.

card-img-top
rogue

found in the statemachine directory.

card-img-top
eventtrans

found in the statemachine directory.

card-img-top
ping_pong

found in the statemachine directory.

card-img-top
trafficlight

found in the statemachine directory.

Uitools#

card-img-top
uiloader

found in the uitools directory.

Webchannel#

card-img-top
standalone

found in the webchannel directory.

Webenginequick#

card-img-top
nanobrowser

found in the webenginequick directory.

Webenginewidgets#

card-img-top
widgetsnanobrowser

found in the webenginewidgets directory.

card-img-top
tabbedbrowser

found in the webenginewidgets directory.

card-img-top
notifications

found in the webenginewidgets directory.

card-img-top
markdowneditor

found in the webenginewidgets directory.

Widgets#

card-img-top
linguist

found in the widgets directory.

card-img-top
syntaxhighlighter

found in the widgets/richtext directory.

card-img-top
textobject

found in the widgets/richtext directory.

card-img-top
orderform

found in the widgets/richtext directory.

card-img-top
textedit

found in the widgets/richtext directory.

card-img-top
imageviewer

found in the widgets directory.

card-img-top
digitalclock

found in the widgets/widgets directory.

card-img-top
charactermap

found in the widgets/widgets directory.

card-img-top
tetrix

found in the widgets/widgets directory.

card-img-top
widgetsgallery

found in the widgets directory.

card-img-top
screenshot

found in the widgets/desktop directory.

card-img-top
systray

found in the widgets/desktop directory.

card-img-top
address_book

found in the widgets/itemviews directory.

card-img-top
jsonmodel

found in the widgets/itemviews directory.

card-img-top
stardelegate

found in the widgets/itemviews directory.

card-img-top
editabletreemodel

found in the widgets/itemviews directory.

card-img-top
dirview

found in the widgets/itemviews directory.

card-img-top
fetchmore

found in the widgets/itemviews directory.

card-img-top
spinboxdelegate

found in the widgets/itemviews directory.

card-img-top
basicfiltermodel

found in the widgets/itemviews directory.

card-img-top
draggabletext

found in the widgets/draganddrop directory.

card-img-top
dropsite

found in the widgets/draganddrop directory.

card-img-top
states

found in the widgets/animation directory.

card-img-top
animatedtiles

found in the widgets/animation directory.

card-img-top
easing

found in the widgets/animation directory.

card-img-top
appchooser

found in the widgets/animation directory.

card-img-top
extension

found in the widgets/dialogs directory.

card-img-top
trivialwizard

found in the widgets/dialogs directory.

card-img-top
classwizard

found in the widgets/dialogs directory.

card-img-top
standarddialogs

found in the widgets/dialogs directory.

card-img-top
licensewizard

found in the widgets/dialogs directory.

card-img-top
tabdialog

found in the widgets/dialogs directory.

card-img-top
flowlayout

found in the widgets/layouts directory.

card-img-top
basiclayouts

found in the widgets/layouts directory.

card-img-top
dynamiclayouts

found in the widgets/layouts directory.

card-img-top
borderlayout

found in the widgets/layouts directory.

card-img-top
gettext

found in the widgets directory.

card-img-top
regularexpression

found in the widgets/tools directory.

card-img-top
lighting

found in the widgets/effects directory.

card-img-top
blurpicker

found in the widgets/effects directory.

card-img-top
dockwidgets

found in the widgets/mainwindows directory.

card-img-top
mdi

found in the widgets/mainwindows directory.

card-img-top
application

found in the widgets/mainwindows directory.

card-img-top
thread_signals

found in the widgets directory.

card-img-top
dragdroprobot

found in the widgets/graphicsview directory.

card-img-top
collidingmice

found in the widgets/graphicsview directory.

card-img-top
anchorlayout

found in the widgets/graphicsview directory.

card-img-top
diagramscene

found in the widgets/graphicsview directory.

card-img-top
elasticnodes

found in the widgets/graphicsview directory.

card-img-top
plot

found in the widgets/painting directory.

card-img-top
basicdrawing

found in the widgets/painting directory.

card-img-top
painter

found in the widgets/painting directory.

card-img-top
concentriccircles

found in the widgets/painting directory.

card-img-top
modelview

found in the widgets/tutorials directory.

card-img-top
cannon

found in the widgets/tutorials directory.

card-img-top
addressbook

found in the widgets/tutorials directory.

Xml#

card-img-top
dombookmarks

found in the xml directory.