Qt5/Documentation/ExampleList: Difference between revisions
No edit summary |
No edit summary |
||
Line 108: | Line 108: | ||
== Examples for qtbase == | == Examples for qtbase == | ||
Ref. also [[Qt5/Documentation/ExampleQtBaseStructure]] | |||
{| | {| | ||
! align="left"| Category !! Name !! Location !! Type* !! Example category** !! Status !! Comments | | ! align="left"| Category !! Name !! Location !! Type* !! Example category** !! Status !! Comments | |
Revision as of 08:44, 28 September 2012
This page is part of the Qt 5 examples cleanup project: http://qt-project.org/wiki/Qt5ExampleProject It contains the list of the current examples that we need to be gone through and triaged.
Instructions on how to evaluate an example
See Quality criteria for examples at http://qt-project.org/wiki/Qt5ExampleProject. Information should be filled into these columns:
- Type*: [Exe|QML|Aux], where QML is a pure QML example, and Aux is non-launchable [plugin, library or anything else non-standalone]
- Example category**: Please categorize by one or more of the following: [Example|Demo|Tutorial|Snippet|Test]
- Status For Status column, please use one of the following values [OK|Fix|Rewrite|Drop]:
- OK - Example builds, runs, is documented and usable for Qt 5
- Fix - Some work is required for the example to be usable for Qt 5 (please specify)
- Rewrite - Subject area covered by example is valid for Qt 5, but it needs a complete rewrite
- Drop - Obsolete, Not relevant for Qt 5, or subject area is covered by other examples, should be removed (please specify)
Please also write a comment shortly explaining the reasoning behind the chosen Status.
Directory structure
Separate page about changes to qtbase/examples directory structure: Qt5/Documentation/ExampleQtBaseStructure
Examples for qlalr
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QLALR | Dummy-XML | ./dummy-xml | Exe | ? | ? | |
QLALR | GLSL | ./glsl | Exe | ? | ? | |
QLALR | Lambda | ./lambda | Exe | ? | ? | |
QLALR | QParser | ./qparser | Exe | ? | ? |
Examples for qt3d
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
Qt3D | Qt3D Basket | qt3d/basket | Exe | ? | ? | |
Qt3D | Builder | qt3d/builder | Exe | ? | ? | |
Qt3D | Qt3D Cube | qt3d/cube | Exe | ? | ? | |
Qt3D | Cylinder | qt3d/cylinder | Exe | ? | ? | |
Qt3D | Geometry | qt3d/geometry | Exe | ? | ? | |
Qt3D | Load Model | qt3d/load_model | Exe | ? | ? | |
Qt3D | Nesting | qt3d/nesting | Exe | ? | ? | |
Qt3D | Solar System | qt3d/solarsystem | Exe | ? | ? | |
Qt3D | Tank | qt3d/tank | Exe | ? | ? | |
Qt3D | Teapot | qt3d/teapot | Exe | ? | ? | |
Qt3D - Quick3D | Animations | quick3d/animations | Exe | ? | ? | |
Qt3D - Quick3D | Quick3D Basket | quick3d/basket | Exe | ? | ? | |
Qt3D - Quick3D | Quick3D Cube | quick3d/cube | Exe | ? | ? | |
Qt3D - Quick3D | Forest | quick3d/forest | Exe | ? | ? | |
Qt3D - Quick3D | Lander | quick3d/lander | Exe | ? | ? | |
Qt3D - Quick3D | Matrix Animation | quick3d/matrix_animation | Exe | ? | ? | |
Qt3D - Quick3D | Monkey God | quick3d/monkeygod | Exe | ? | ? | |
Qt3D - Quick3D | Moon | quick3d/moon | Exe | ? | ? | |
Qt3D - Quick3D | Photoroom | quick3d/photoroom | Exe | ? | ? | |
Qt3D - Quick3D | Positional_lighting | quick3d/positional_lighting | Exe | ? | ? | |
Qt3D - Quick3D | Shaders | quick3d/shaders | Exe | ? | ? | |
Qt3D - Quick3D | Solarsystem_qml | quick3d/solarsystem_qml | Exe | ? | ? | |
Qt3D - Quick3D | Sphere | quick3d/sphere | Exe | ? | ? |
Examples for qtactiveqt
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
ActiveQt - Examples | COM App Example | activeqt/comapp | Exe | Example | Fix | Runs, problems in doc (code missing) |
ActiveQt - Examples | Dotnet | activeqt/dotnet | Aux | Test | OK | Referenced in ActiveQt docs, ok to keep I guess |
ActiveQt - Examples | Hierarchy | activeqt/hierarchy | Aux | Example | Fix | Problem in doc (code missing) |
ActiveQt - Examples | ActiveQt Menus | activeqt/menus | Exe | Example | Fix | Problem in doc (code missing) |
ActiveQt - Examples | Multiple | activeqt/multiple | Aux | Example | Fix | Problem in doc (code missing) |
ActiveQt - Examples | OpenGL | activeqt/opengl | Exe | Example | Fix | Runs ok, problem in doc (code missing) |
ActiveQt - Examples | Qutlook | activeqt/qutlook | Exe | Example | Fix | Building not tested (outlook dep. missing), problem in doc (code missing) |
ActiveQt - Examples | Simple | activeqt/simple | Exe | Example | Fix | Problem in doc (code missing) |
ActiveQt - Examples | Web Browser | activeqt/webbrowser | Exe | Example | Fix | Runs ok, problem in doc (code missing) |
ActiveQt - Examples | Wrapper | activeqt/wrapper | Aux | Example | Fix | problem in doc (code missing) |
Examples for qtbase
Ref. also Qt5/Documentation/ExampleQtBaseStructure
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtBase - Gestures | Image Gestures | gestures/imagegestures/imagegestures | Exe | ? | ? | |
QtBase - D-Bus | Dbus-chat | dbus/dbus-chat | Exe | ? | ? | |
QtBase - D-Bus | List Names | dbus/listnames | Exe | ? | ? | |
QtBase - D-Bus | Remote Controlled Car | dbus/remotecontrolledcar/car | Exe | ? | ? | |
QtBase - D-Bus | RC Car (Controller) | dbus/remotecontrolledcar/controller | Exe | ? | ? | |
QtBase - Embedded | Digiflip | embedded/digiflip | Exe | ? | ? | |
QtBase - Embedded | Flickable | embedded/flickable | Exe | ? | ? | |
QtBase - Embedded | Flight Info | embedded/flightinfo | Exe | ? | ? | |
QtBase - Embedded | Lightmaps | embedded/lightmaps | Exe | ? | ? | |
QtBase - Embedded | Raycasting | embedded/raycasting | Exe | ? | ? | |
QtBase - Embedded | Style Example | embedded/styleexample | Exe | ? | ? | |
QtBase - GUI | Analog Clock | gui/analogclock | Exe | ? | ? | |
QtBase - GUI | Raster Window | gui/rasterwindow | Exe | ? | ? | |
QtBase - IPC | Local Fortune Client | ipc/localfortuneclient | Exe | ? | ? | |
QtBase - IPC | Local Fortune Server | ipc/localfortuneserver | Exe | ? | ? | |
QtBase - IPC | Shared Memory | ipc/sharedmemory | Exe | ? | ? | |
QtBase - Linguist | Arrowpad | linguist/arrowpad | Exe | ? | ? | |
QtBase - Linguist | Hellotr | linguist/hellotr | Exe | ? | ? | |
QtBase - Linguist | Troll Print | linguist/trollprint | Exe | ? | ? | |
QtBase - Network | Bearer Monitor | network/bearermonitor | Exe | ? | ? | |
QtBase - Network | Blocking Fortune Client | network/blockingfortuneclient | Exe | ? | ? | |
QtBase - Network | Broadcast Receiver | network/broadcastreceiver | Exe | ? | ? | |
QtBase - Network | Broadcast Sender | network/broadcastsender | Exe | ? | ? | |
QtBase - Network | DNS Lookup | network/dnslookup | Exe | ? | ? | |
QtBase - Network | Download | network/download | Exe | ? | ? | |
QtBase - Network | Download Manager | network/downloadmanager | Exe | ? | ? | |
QtBase - Network | Fortune Client | network/fortuneclient | Exe | ? | ? | |
QtBase - Network | Fortune Server | network/fortuneserver | Exe | ? | ? | |
QtBase - Network | Google Suggest | network/googlesuggest | Exe | ? | ? | |
QtBase - Network | HTTP | network/http | Exe | ? | ? | |
QtBase - Network | Loopback | network/loopback | Exe | ? | ? | |
QtBase - Network | Multicast Receiver | network/multicastreceiver | Exe | ? | ? | |
QtBase - Network | Multicast Sender | network/multicastsender | Exe | ? | ? | |
QtBase - Network | Network-Chat | network/network-chat | Exe | ? | ? | |
QtBase - Network | Secure socket Client | network/securesocketclient | Exe | ? | ? | |
QtBase - Network | Threaded Fortune Server | network/threadedfortuneserver | Exe | ? | ? | |
QtBase - Network | Torrent | network/torrent | Exe | ? | ? | |
QtBase - OpenGL | 2dpainting | opengl/2dpainting | Exe | ? | ? | |
QtBase - OpenGL | Cube | opengl/cube | Exe | ? | ? | |
QtBase - OpenGL | Framebufferobject2 | opengl/framebufferobject2 | Exe | ? | ? | |
QtBase - OpenGL | Grabber | opengl/grabber | Exe | ? | ? | |
QtBase - OpenGL | Hello GL | opengl/hellogl | Exe | ? | ? | |
QtBase - OpenGL | Hello GL ES | opengl/hellogl_es | Exe | ? | ? | |
QtBase - OpenGL | Hello GL ES2 | opengl/hellogl_es2 | Exe | ? | ? | |
QtBase - OpenGL | Hello Window | opengl/hellowindow | Exe | ? | ? | |
QtBase - OpenGL | Overpainting | opengl/overpainting | Exe | ? | ? | |
QtBase - OpenGL | Painted Window | opengl/paintedwindow | Exe | ? | ? | |
QtBase - OpenGL | PBuffers | opengl/pbuffers | Exe | ? | ? | |
QtBase - OpenGL | PBuffers2 | opengl/pbuffers2 | Exe | ? | ? | |
QtBase - OpenGL | Sample Buffers | opengl/samplebuffers | Exe | ? | ? | |
QtBase - OpenGL | Textures | opengl/textures | Exe | ? | ? | |
QtBase - QPA | Windows | qpa/windows | Exe | ? | ? | |
QtBase - QtConcurrent | Image Scaling | qtconcurrent/imagescaling | Exe | ? | ? | |
QtBase - QtConcurrent | Map | qtconcurrent/map | Exe | ? | ? | |
QtBase - QtConcurrent | Progress Dialog | qtconcurrent/progressdialog | Exe | ? | ? | |
QtBase - QtConcurrent | Run Function | qtconcurrent/runfunction | Exe | ? | ? | |
QtBase - QtConcurrent | Word Count | qtconcurrent/wordcount | Exe | ? | ? | |
QtBase - QTestlib Tutorial | Tutorial 1 | qtestlib/tutorial1 | Exe | Tutorial | ? | |
QtBase - QTestlib Tutorial | Tutorial 2 | qtestlib/tutorial2 | Exe | Tutorial | ? | |
QtBase - QTestlib Tutorial | Tutorial 3 | qtestlib/tutorial3 | Exe | Tutorial | ? | |
QtBase - QTestlib Tutorial | Tutorial 4 | qtestlib/tutorial4 | Exe | Tutorial | ? | |
QtBase - QTestlib Tutorial | Tutorial 5 | qtestlib/tutorial5 | Exe | Tutorial | ? | |
QtBase - SQL | Books | sql/books | Exe | ? | ? | |
QtBase - SQL | Cached Table | sql/cachedtable | Exe | ? | ? | |
QtBase - SQL | Drill Down | sql/drilldown | Exe | ? | ? | |
QtBase - SQL | Master Detail | sql/masterdetail | Exe | ? | ? | |
QtBase - SQL | Querymodel | sql/querymodel | Exe | ? | ? | |
QtBase - SQL | Relational Table Model | sql/relationaltablemodel | Exe | ? | ? | |
QtBase - SQL | SQL Browser | sql/sqlbrowser | Exe | ? | ? | |
QtBase - SQL | SQL Widget Mapper | sql/sqlwidgetmapper | Exe | ? | ? | |
QtBase - SQL | Table Model | sql/tablemodel | Exe | ? | ? | |
QtBase - Threads | Mandelbrot | threads/mandelbrot | Exe | ? | ? | |
QtBase - Threads | Queued Custom Type | threads/queuedcustomtype | Exe | ? | ? | |
QtBase - Threads | Semaphores | threads/semaphores | Exe | ? | ? | |
QtBase - Threads | Wait Conditions | threads/waitconditions | Exe | ? | ? | |
QtBase - Tools | Codecs | tools/codecs | Exe | ? | ? | |
QtBase - Tools | Completer | tools/completer | Exe | ? | ? | |
QtBase - Tools | Contiguous Cache | tools/contiguouscache | Exe | ? | ? | |
QtBase - Tools | Custom Completer | tools/customcompleter | Exe | ? | ? | |
QtBase - Tools | Custom Type | tools/customtype | Exe | ? | ? | |
QtBase - Tools | Custom Type Sending | tools/customtypesending | Exe | ? | ? | |
QtBase - Tools | I18n | tools/i18n | Exe | ? | ? | |
QtBase - Tools | Plug & Paint | tools/plugandpaint | Exe | ? | ? | |
QtBase - Tools | Plug & Paint Plugins - Basictools | tools/plugandpaintplugins/basictools | Aux | ? | ? | |
QtBase - Tools | Plug & Paint Plugins - Extrafilters | tools/plugandpaintplugins/extrafilters | Aux | ? | ? | |
QtBase - Tools | Regexp | tools/regexp | Exe | ? | ? | |
QtBase - Tools | Settings Editor | tools/settingseditor | Exe | ? | ? | |
QtBase - Tools | Tree-Model Completer | tools/treemodelcompleter | Exe | ? | ? | |
QtBase - Tools | Undo | tools/undo | Exe | ? | ? | |
QtBase - Tools | Undo Framework | tools/undoframework | Exe | ? | ? | |
QtBase - Tools | Echo Plugin - Echowindow | tools/echoplugin/echowindow | Exe | ? | ? | |
QtBase - Tools | Echo Plugin | tools/echoplugin/plugin | Aux | ? | ? | |
QtBase - Tools | Style Plugin | tools/styleplugin/plugin | Aux | ? | ? | |
QtBase - Tools | Style Window App | tools/styleplugin/stylewindow | Exe | ? | ? | |
QtBase - Touch | Dials | touch/dials | Exe | ? | ? | |
QtBase - Touch | Finger Paint | touch/fingerpaint | Exe | ? | ? | |
QtBase - Touch | Knobs | touch/knobs | Exe | ? | ? | |
QtBase - Touch | Pinch Zoom | touch/pinchzoom | Exe | ? | ? | |
QtBase - Address Book Tutorial | Address Book - Part 1 | tutorials/addressbook/part1 | Exe | Tutorial | ? | |
QtBase - Address Book Tutorial | Address Book - Part 2 | tutorials/addressbook/part2 | Exe | Tutorial | ? | |
QtBase - Address Book Tutorial | Address Book - Part 3 | tutorials/addressbook/part3 | Exe | Tutorial | ? | |
QtBase - Address Book Tutorial | Address Book - Part 4 | tutorials/addressbook/part4 | Exe | Tutorial | ? | |
QtBase - Address Book Tutorial | Address Book - Part 5 | tutorials/addressbook/part5 | Exe | Tutorial | ? | |
QtBase - Address Book Tutorial | Address Book - Part 6 | tutorials/addressbook/part6 | Exe | Tutorial | ? | |
QtBase - Address Book Tutorial | Address Book - Part 7 | tutorials/addressbook/part7 | Exe | Tutorial | ? | |
QtBase - Address Book (fr) | Address Book (fr) - Part 1 | tutorials/addressbook-fr/part1 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Address Book (fr) | Address Book (fr) - Part 2 | tutorials/addressbook-fr/part2 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Address Book (fr) | Address Book (fr) - Part 3 | tutorials/addressbook-fr/part3 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Address Book (fr) | Address Book (fr) - Part 4 | tutorials/addressbook-fr/part4 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Address Book (fr) | Address Book (fr) - Part 5 | tutorials/addressbook-fr/part5 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Address Book (fr) | Address Book (fr) - Part 6 | tutorials/addressbook-fr/part6 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Address Book (fr) | Address Book (fr) - Part 7 | tutorials/addressbook-fr/part7 | Exe | Tutorial | Drop | No diff. in code to addressbook, seems incomplete |
QtBase - Getting Started Tutorial | Getting Started - Part 1 | tutorials/gettingStarted/gsQt/part1 | Exe | Tutorial | ? | |
QtBase - Getting Started Tutorial | Getting Started - Part 2 | tutorials/gettingStarted/gsQt/part2 | Exe | Tutorial | ? | |
QtBase - Getting Started Tutorial | Getting Started - Part 3 | tutorials/gettingStarted/gsQt/part3 | Exe | Tutorial | ? | |
QtBase - Getting Started Tutorial | Getting Started - Part 4 | tutorials/gettingStarted/gsQt/part4 | Exe | Tutorial | ? | |
QtBase - Getting Started Tutorial | Getting Started - Part 5 | tutorials/gettingStarted/gsQt/part5 | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 1. Read-Only | tutorials/modelview/1_readonly | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 2. Formatting | tutorials/modelview/2_formatting | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 3. Changing Model | tutorials/modelview/3_changingmodel | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 4. Headers | tutorials/modelview/4_headers | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 5. Edit | tutorials/modelview/5_edit | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 6. Treeview | tutorials/modelview/6_treeview | Exe | Tutorial | ? | |
QtBase - Modelview Tutorial | 7. Selections | tutorials/modelview/7_selections | Exe | Tutorial | ? | |
QtBase - Thread Tutorials | Clock | tutorials/threads/clock | Exe | Tutorial | ? | |
QtBase - Thread Tutorials | Hello Concurrent | tutorials/threads/helloconcurrent | Exe | Tutorial | ? | |
QtBase - Thread Tutorials | Hello Thread | tutorials/threads/hellothread | Exe | Tutorial | ? | |
QtBase - Thread Tutorials | Hello Thread Pool | tutorials/threads/hellothreadpool | Exe | Tutorial | ? | |
QtBase - Thread Tutorials | Moved Object | tutorials/threads/movedobject | Exe | Tutorial | ? | |
QtBase - Widget Tutorial | Child Widget | tutorials/widgets/childwidget | Exe | Tutorial | ? | |
QtBase - Widget Tutorial | Nested Layouts | tutorials/widgets/nestedlayouts | Exe | Tutorial | ? | |
QtBase - Widget Tutorial | Top-Level | tutorials/widgets/toplevel | Exe | Tutorial | ? | |
QtBase - Widget Tutorial | Window Layout | tutorials/widgets/windowlayout | Exe | Tutorial | ? | |
QtBase - Widgets | Animation | widgets/animation | Exe | ? | ? | |
QtBase - Widgets | Effects | widgets/effects | Exe | ? | ? | |
QtBase - Widgets | Desktop - Screenshot | widgets/desktop/screenshot | Exe | ? | ? | |
QtBase - Widgets | Desktop - Systray | widgets/desktop/systray | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Trivial Wizard | widgets/dialogs/trivialwizard | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Class Wizard | widgets/dialogs/classwizard | Exe | ? | ? | |
QtBase - Widgets | Dialogs - License Wizard | widgets/dialogs/licensewizard | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Config Dialog | widgets/dialogs/configdialog | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Extension | widgets/dialogs/extension | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Find Files | widgets/dialogs/findfiles | Exe | ? | ? | |
QtBase - Widgets | Dialogs - SIP Dialog | widgets/dialogs/sipdialog | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Standard Dialogs | widgets/dialogs/standarddialogs | Exe | ? | ? | |
QtBase - Widgets | Dialogs - Tab Dialog | widgets/dialogs/tabdialog | Exe | ? | ? | |
Widgets - Drag & Drop | Draggableicons | widgets/draganddrop/draggableicons | Exe | ? | ? | |
Widgets - Drag & Drop | Draggabletext | widgets/draganddrop/draggabletext | Exe | ? | ? | |
Widgets - Drag & Drop | Dropsite | widgets/draganddrop/dropsite | Exe | ? | ? | |
Widgets - Drag & Drop | Fridgemagnets | widgets/draganddrop/fridgemagnets | Exe | ? | ? | |
Widgets - Drag & Drop | QtBase - Puzzle | widgets/draganddrop/puzzle | Exe | ? | ? | |
Widgets - Graphicsview | Anchor Layout | widgets/graphicsview/anchorlayout | Exe | ? | ? | |
Widgets - Graphicsview | Basic Graphics Layouts | widgets/graphicsview/basicgraphicslayouts | Exe | ? | ? | |
Widgets - Graphicsview | Boxes | widgets/graphicsview/boxes | Exe | ? | ? | |
Widgets - Graphicsview | Chip | widgets/graphicsview/chip | Exe | ? | ? | |
Widgets - Graphicsview | Colliding Mice | widgets/graphicsview/collidingmice | Exe | ? | ? | |
Widgets - Graphicsview | Diagramscene | widgets/graphicsview/diagramscene | Exe | ? | ? | |
Widgets - Graphicsview | Drag & Drop Robot | widgets/graphicsview/dragdroprobot | Exe | ? | ? | |
Widgets - Graphicsview | Elastic Nodes | widgets/graphicsview/elasticnodes | Exe | ? | ? | |
Widgets - Graphicsview | Embedded Dialogs | widgets/graphicsview/embeddeddialogs | Exe | ? | ? | |
Widgets - Graphicsview | Graphicsview Flow Layout | widgets/graphicsview/flowlayout | Exe | ? | ? | |
Widgets - Graphicsview | Pad Navigator | widgets/graphicsview/padnavigator | Exe | ? | ? | |
Widgets - Graphicsview | Simple Anchor Layout | widgets/graphicsview/simpleanchorlayout | Exe | ? | ? | |
Widgets - Graphicsview | Weather Anchor Layout | widgets/graphicsview/weatheranchorlayout | Exe | ? | ? | |
Widgets - Itemviews | Address Book | widgets/itemviews/addressbook | Exe | ? | ? | |
Widgets - Itemviews | Basic Sort Filter Model | widgets/itemviews/basicsortfiltermodel | Exe | ? | ? | |
Widgets - Itemviews | Chart | widgets/itemviews/chart | Exe | ? | ? | |
Widgets - Itemviews | Color Editor Factory | widgets/itemviews/coloreditorfactory | Exe | ? | ? | |
Widgets - Itemviews | Combo-Widget Mapper | widgets/itemviews/combowidgetmapper | Exe | ? | ? | |
Widgets - Itemviews | Custom Sort Filter Model | widgets/itemviews/customsortfiltermodel | Exe | ? | ? | |
Widgets - Itemviews | Dirview | widgets/itemviews/dirview | Exe | ? | ? | |
Widgets - Itemviews | Editabletreemodel | widgets/itemviews/editabletreemodel | Exe | ? | ? | |
Widgets - Itemviews | Fetc More | widgets/itemviews/fetchmore | Exe | ? | ? | |
Widgets - Itemviews | Frozen Column | widgets/itemviews/frozencolumn | Exe | ? | ? | |
Widgets - Itemviews | Interview | widgets/itemviews/interview | Exe | ? | ? | |
Widgets - Itemviews | Pixelator | widgets/itemviews/pixelator | Exe | ? | ? | |
Widgets - Itemviews | Itemviews Puzzle | widgets/itemviews/puzzle | Exe | ? | ? | |
Widgets - Itemviews | Simple DOM Model | widgets/itemviews/simpledommodel | Exe | ? | ? | |
Widgets - Itemviews | Simple Tree-Model | widgets/itemviews/simpletreemodel | Exe | ? | ? | |
Widgets - Itemviews | Simple Widget Mapper | widgets/itemviews/simplewidgetmapper | Exe | ? | ? | |
Widgets - Itemviews | Spinbox-Delegate | widgets/itemviews/spinboxdelegate | Exe | ? | ? | |
Widgets - Itemviews | Spreadsheet | widgets/itemviews/spreadsheet | Exe | ? | ? | |
Widgets - Itemviews | Stardelegate | widgets/itemviews/stardelegate | Exe | ? | ? | |
Widgets - Layouts | Basic Layouts | widgets/layouts/basiclayouts | Exe | ? | ? | |
Widgets - Layouts | Border Layout | widgets/layouts/borderlayout | Exe | ? | ? | |
Widgets - Layouts | Dynamic Layouts | widgets/layouts/dynamiclayouts | Exe | ? | ? | |
Widgets - Layouts | QtBase Flow Layout | widgets/layouts/flowlayout | Exe | ? | ? | |
Widgets - Mainwindows | Application | widgets/mainwindows/application | Exe | ? | ? | |
Widgets - Mainwindows | Dockwidgets | widgets/mainwindows/dockwidgets | Exe | ? | ? | |
Widgets - Mainwindows | Mainwindow | widgets/mainwindows/mainwindow | Exe | ? | ? | |
Widgets - Mainwindows | MDI | widgets/mainwindows/mdi | Exe | ? | ? | |
Widgets - Mainwindows | Menus | widgets/mainwindows/menus | Exe | ? | ? | |
Widgets - Mainwindows | Recent Files | widgets/mainwindows/recentfiles | Exe | ? | ? | |
Widgets - Mainwindows | SDI | widgets/mainwindows/sdi | Exe | ? | ? | |
Widgets - Painting | Affine | widgets/painting/affine | Exe | ? | ? | |
Widgets - Painting | Basicdrawing | widgets/painting/basicdrawing | Exe | ? | ? | |
Widgets - Painting | Composition | widgets/painting/composition | Exe | ? | ? | |
Widgets - Painting | Concentriccircles | widgets/painting/concentriccircles | Exe | ? | ? | |
Widgets - Painting | Deform | widgets/painting/deform | Exe | ? | ? | |
Widgets - Painting | Fontsampler | widgets/painting/fontsampler | Exe | ? | ? | |
Widgets - Painting | Gradients | widgets/painting/gradients | Exe | ? | ? | |
Widgets - Painting | Imagecomposition | widgets/painting/imagecomposition | Exe | ? | ? | |
Widgets - Painting | Painterpaths | widgets/painting/painterpaths | Exe | ? | ? | |
Widgets - Painting | Pathstroke | widgets/painting/pathstroke | Exe | ? | ? | |
Widgets - Painting | Shared | widgets/painting/shared | Aux | ? | ? | |
Widgets - Painting | Transformations | widgets/painting/transformations | Exe | ? | ? | |
Widgets - Rich Text | Calendar | widgets/richtext/calendar | Exe | ? | ? | |
Widgets - Rich Text | Orderform | widgets/richtext/orderform | Exe | ? | ? | |
Widgets - Rich Text | Syntaxhighlighter | widgets/richtext/syntaxhighlighter | Exe | ? | ? | |
Widgets - Rich Text | Textedit | widgets/richtext/textedit | Exe | ? | ? | |
Widgets - Scroller | Graphicsview | widgets/scroller/graphicsview | Exe | ? | ? | |
Widgets - State Machine | Event Transitions | widgets/statemachine/eventtransitions | Exe | ? | ? | |
Widgets - State Machine | Factorial | widgets/statemachine/factorial | Exe | ? | ? | |
Widgets - State Machine | Ping-Pong (console) | widgets/statemachine/pingpong | Exe | ? | ? | |
Widgets - State Machine | Rogue | widgets/statemachine/rogue | Exe | ? | ? | |
Widgets - State Machine | Traffic Light | widgets/statemachine/trafficlight | Exe | ? | ? | |
Widgets - State Machine | Two-way Button | widgets/statemachine/twowaybutton | Exe | ? | ? | |
Widgets - Custom Widgets | Analog Clock Widget | widgets/widgets/analogclock | Exe | ? | ? | |
Widgets - Custom Widgets | Application Icon | widgets/widgets/applicationicon | Exe | ? | ? | |
Widgets - Custom Widgets | Calculator | widgets/widgets/calculator | Exe | ? | ? | |
Widgets - Custom Widgets | Calendar-Widget | widgets/widgets/calendarwidget | Exe | ? | ? | |
Widgets - Custom Widgets | Character Map | widgets/widgets/charactermap | Exe | ? | ? | |
Widgets - Custom Widgets | Code Editor | widgets/widgets/codeeditor | Exe | ? | ? | |
Widgets - Custom Widgets | Digital Clock | widgets/widgets/digitalclock | Exe | ? | ? | |
Widgets - Custom Widgets | Elided Label | widgets/widgets/elidedlabel | Exe | ? | ? | |
Widgets - Custom Widgets | Groupbox | widgets/widgets/groupbox | Exe | ? | ? | |
Widgets - Custom Widgets | Icons | widgets/widgets/icons | Exe | ? | ? | |
Widgets - Custom Widgets | Image Viewer | widgets/widgets/imageviewer | Exe | ? | ? | |
Widgets - Custom Widgets | Line-Edits | widgets/widgets/lineedits | Exe | ? | ? | |
Widgets - Custom Widgets | Mouse Buttons | widgets/widgets/mousebuttons | Exe | ? | ? | |
Widgets - Custom Widgets | Movie | widgets/widgets/movie | Exe | ? | ? | |
Widgets - Custom Widgets | Orientation | widgets/widgets/orientation | Exe | ? | ? | |
Widgets - Custom Widgets | Scribble | widgets/widgets/scribble | Exe | ? | ? | |
Widgets - Custom Widgets | Shaped Clock | widgets/widgets/shapedclock | Exe | ? | ? | |
Widgets - Custom Widgets | Sliders | widgets/widgets/sliders | Exe | ? | ? | |
Widgets - Custom Widgets | Softkeys | widgets/widgets/softkeys | Exe | ? | ? | |
Widgets - Custom Widgets | Spinboxes | widgets/widgets/spinboxes | Exe | ? | ? | |
Widgets - Custom Widgets | Styles | widgets/widgets/styles | Exe | ? | ? | |
Widgets - Custom Widgets | Stylesheet | widgets/widgets/stylesheet | Exe | ? | ? | |
Widgets - Custom Widgets | Tablet | widgets/widgets/tablet | Exe | ? | ? | |
Widgets - Custom Widgets | Tetrix | widgets/widgets/tetrix | Exe | ? | ? | |
Widgets - Custom Widgets | Tooltips | widgets/widgets/tooltips | Exe | ? | ? | |
Widgets - Custom Widgets | Validators | widgets/widgets/validators | Exe | ? | ? | |
Widgets - Custom Widgets | Wiggly | widgets/widgets/wiggly | Exe | ? | ? | |
Widgets - Custom Widgets | Window Flags | widgets/widgets/windowflags | Exe | ? | ? | |
QtBase - XML | DOM Bookmarks | xml/dombookmarks | Exe | ? | ? | |
QtBase - XML | XML HTML Info (console) | xml/htmlinfo | Exe | ? | ? | |
QtBase - XML | RSS-Listing | xml/rsslisting | Exe | ? | ? | |
QtBase - XML | SAX Bookmarks | xml/saxbookmarks | Exe | ? | ? | |
QtBase - XML | Stream Bookmarks | xml/streambookmarks | Exe | ? | ? | |
QtBase - XML | XML Stream Lint (console) | xml/xmlstreamlint | Exe | ? | ? |
Examples for qtconnectivity
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtConnectivity - Examples | Annotated URL | qtconnectivity/examples/annotatedurl | Exe | ? | ? | |
QtConnectivity - Examples | Bt Chat | qtconnectivity/examples/btchat | Exe | ? | ? | |
QtConnectivity - Examples | Bt File Transfer | qtconnectivity/examples/btfiletransfer | Exe | ? | ? | |
QtConnectivity - Examples | Bt Scanner | qtconnectivity/examples/btscanner | Exe | ? | ? | |
QtConnectivity - Examples | Bt Tennis | qtconnectivity/examples/bttennis | Exe | ? | ? | |
QtConnectivity - Examples | NDEF Editor | qtconnectivity/examples/ndefeditor | Exe | ? | ? | |
QtConnectivity - Examples | Poster | qtconnectivity/examples/poster | Exe | ? | ? | |
QtConnectivity - Examples | Scanner | qtconnectivity/examples/scanner | Exe | ? | ? |
Examples for qtdeclarative
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtDeclarative - Demos | Calqlatr | demos/calqlatr | Exe | Demo | ? | |
QtDeclarative - Demos | Clocks | demos/clocks | QML | Demo | ? | |
QtDeclarative - Demos | Maroon | demos/maroon | Exe | Demo | ? | |
QtDeclarative - Demos | Photo Viewer | demos/photoviewer | QML | Demo | ? | |
QtDeclarative - Demos | RSS News | demos/rssnews | QML | Demo | ? | |
QtDeclarative - Demos | Samegame | demos/samegame | Exe | Demo | ? | |
QtDeclarative - Demos | Stocqt | demos/stocqt | Exe | Demo | ? | |
QtDeclarative - Demos | Tweetsearch | demos/tweetsearch | Exe | Demo | ? | |
QtDeclarative - Local Storage | Local Storage | localstorage/localstorage | Exe | ? | ? | |
QtDeclarative - Particles | Affectors | particles/affectors | Exe | ? | ? | |
QtDeclarative - Particles | Customparticle | particles/customparticle | Exe | ? | ? | |
QtDeclarative - Particles | Emitters | particles/emitters | Exe | ? | ? | |
QtDeclarative - Particles | Imageparticle | particles/imageparticle | Exe | ? | ? | |
QtDeclarative - Particles | System | particles/system | Exe | ? | ? | |
QtDeclarative - Qml | Qml Dynamicscene | qml/dynamicscene | QML | ? | ? | |
QtDeclarative - Qml | Qml I18n | qml/i18n | QML | ? | ? | |
QtDeclarative - Qml | Qml Imageprovider | qml/imageprovider | Aux | ? | ? | |
QtDeclarative - Qml | Locale | qml/locale | QML | ? | ? | |
QtDeclarative - Qml | NetworkAccessManagerFactory | qml/networkaccessmanagerfactory | Exe | ? | ? | |
QtDeclarative - Qml | Qml Plugins | qml/plugins | Aux | ? | ? | |
QtDeclarative - Qml | Shell | qml/shell | Exe | ? | ? | |
QtDeclarative - Qml | Qml - XMLHttpRequest | qml/xmlhttprequest | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Adding | qml/referenceexamples/adding | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Attached | qml/referenceexamples/attached | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Binding | qml/referenceexamples/binding | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Coercion | qml/referenceexamples/coercion | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Default | qml/referenceexamples/default | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Extended | qml/referenceexamples/extended | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Grouped | qml/referenceexamples/grouped | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Methods | qml/referenceexamples/methods | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Properties | qml/referenceexamples/properties | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Signal | qml/referenceexamples/signal | Exe | ? | ? | |
QtDeclarative - Reference Examples | QtDeclarative Value Source | qml/referenceexamples/valuesource | Exe | ? | ? | |
QtDeclarative - Qmltest | Qmltest | qmltest/qmltest | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Accessibility | quick/accessibility | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Animation | quick/animation | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Canvas | quick/canvas | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Drag & Drop | quick/draganddrop | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Imageelements | quick/imageelements | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Key Interaction | quick/keyinteraction | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Modelviews | quick/modelviews | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Mousearea | quick/mousearea | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Positioners | quick/positioners | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Right To Left | quick/righttoleft | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Shader Effects | quick/shadereffects | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Text | quick/text | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Threading | quick/threading | Exe | ? | ? | |
QtDeclarative - QtQuick | QtQuick Touch Interaction | quick/touchinteraction | Exe | ? | ? | |
QtDeclarative - Custom Items | Dialcontrol | quick/customitems/dialcontrol | QML | ? | ? | |
QtDeclarative - Custom Items | Flipable | quick/customitems/flipable | QML | ? | ? | |
QtDeclarative - Custom Items | Maskedmousearea | quick/customitems/maskedmousearea | Exe | ? | ? | |
QtDeclarative - Custom Items | Painteditem | quick/customitems/painteditem | Aux | ? | ? | |
QtDeclarative - Custom Items | Progressbar | quick/customitems/progressbar | QML | ? | ? | |
QtDeclarative - Custom Items | Scrollbar | quick/customitems/scrollbar | QML | ? | ? | |
QtDeclarative - Custom Items | Searchbox | quick/customitems/searchbox | QML | ? | ? | |
QtDeclarative - Custom Items | Slideswitch | quick/customitems/slideswitch | QML | ? | ? | |
QtDeclarative - Custom Items | Spinner | quick/customitems/spinner | QML | ? | ? | |
QtDeclarative - Custom Items | Tabwidget | quick/customitems/tabwidget | QML | ? | ? | |
Scene Graph - Examples | Customgeometry | quick/scenegraph/customgeometry | Exe | ? | ? | |
Scene Graph - Examples | Openglunderqml | quick/scenegraph/openglunderqml | Exe | ? | ? | |
Scene Graph - Examples | Simplematerial | quick/scenegraph/simplematerial | Exe | ? | ? | |
QtDeclarative - Extending | Chapter1-basics | tutorials/extending/chapter1-basics | Exe | Tutorial | ? | |
QtDeclarative - Extending | Chapter2-methods | tutorials/extending/chapter2-methods | Exe | Tutorial | ? | |
QtDeclarative - Extending | Chapter3-bindings | tutorials/extending/chapter3-bindings | Exe | Tutorial | ? | |
QtDeclarative - Extending | Chapter4-custompropertytypes | tutorials/extending/chapter4-customPropertyTypes | Exe | Tutorial | ? | |
QtDeclarative - Extending | Chapter5-listproperties | tutorials/extending/chapter5-listproperties | Exe | Tutorial | ? | |
QtDeclarative - Extending | Chapter6-plugins | tutorials/extending/chapter6-plugins | Aux | Tutorial | ? | |
QML - Getting Started | File Dialog | tutorials/gettingStartedQml/filedialog | Aux | Tutorial | ? | |
QtDeclarative - Window | Window | window/window | Exe | ? | ? |
Examples for qtfeedback
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtFeedback - Examples | Hapticsplayer | qtfeedback/examples/hapticsplayer | Exe | ? | ? | |
QtFeedback - Examples | Hapticsquare | qtfeedback/examples/hapticsquare | Exe | ? | ? |
Examples for qtlocation
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtLocation - Examples | Logfilepositionsource | qtlocation/examples/logfilepositionsource | Exe | ? | ? | |
QtLocation - Examples | QtLocation Weatherinfo | qtlocation/examples/weatherinfo | Exe | ? | ? | |
QtLocation - Declarative | Flickr | declarative/flickr | Exe | ? | ? | |
QtLocation - Declarative | Mapviewer | declarative/mapviewer | Exe | ? | ? | |
QtLocation - Declarative | Places | declarative/places | Exe | ? | ? | |
QtLocation - Declarative | Places List | declarative/places_list | Exe | ? | ? | |
QtLocation - Declarative | Places Map | declarative/places_map | Exe | ? | ? |
Examples for qtmultimedia
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtMultimedia - Examples | Audiodecoder | qtmultimedia/examples/audiodecoder | Exe | ? | ? | |
QtMultimedia - Examples | Audiodevices | qtmultimedia/examples/audiodevices | Exe | ? | ? | |
QtMultimedia - Examples | Audioinput | qtmultimedia/examples/audioinput | Exe | ? | ? | |
QtMultimedia - Examples | Audiooutput | qtmultimedia/examples/audiooutput | Exe | ? | ? | |
QtMultimedia - Examples | Audiorecorder | qtmultimedia/examples/audiorecorder | Exe | ? | ? | |
QtMultimedia - Examples | Camera | qtmultimedia/examples/camera | Exe | ? | ? | |
QtMultimedia - Examples | Declarative-camera | qtmultimedia/examples/declarative-camera | Exe | ? | ? | |
QtMultimedia - Examples | Declarative-radio | qtmultimedia/examples/declarative-radio | Exe | ? | ? | |
QtMultimedia - Examples | Player | qtmultimedia/examples/player | Exe | ? | ? | |
QtMultimedia - Examples | Radio | qtmultimedia/examples/radio | Exe | ? | ? | |
QtMultimedia - Examples | Videographicsitem | qtmultimedia/examples/videographicsitem | Exe | ? | ? | |
QtMultimedia - Examples | Videowidget | qtmultimedia/examples/videowidget | Exe | ? | ? | |
QtMultimedia - Spectrum | Spectrum Analyzer | spectrum/spectrum | Exe | ? | ? | |
QtMultimedia - Video | QML Video | video/qmlvideo | Exe | ? | ? | |
QtMultimedia - Video | QML Video FX | video/qmlvideofx | Exe | ? | ? |
Examples for qtpim
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtPIM - Examples | Calendardemo | qtpim/examples/calendardemo | Exe | ? | ? | |
QtPIM - Examples | Qmlcontactslistview | qtpim/examples/qmlcontactslistview | QML | ? | ? | |
QtPIM - Examples | Qmlorganizerlistview | qtpim/examples/qmlorganizerlistview | QML | ? | ? | |
QtPIM - Examples | Todo | qtpim/examples/todo | Exe | ? | ? |
Examples for qtquick1
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtQuick1 - Declarative | QtQuick1 I18n | declarative/i18n | Exe | ? | ? | |
QtQuick1 - Declarative | QtQuick1 Positioners | declarative/positioners | Exe | ? | ? | |
QtQuick1 - Declarative | QtQuick1 Screen Orientation | declarative/screenorientation | QML | ? | ? | |
QtQuick1 - Declarative | QtQuick1 Shader Effects | declarative/shadereffects | Exe | ? | ? | |
QtQuick1 - Declarative | QtQuick1 SQL Local Storage | declarative/sqllocalstorage | Exe | ? | ? | |
QtQuick1 - Animation | Easing | declarative/animation/easing | Exe | ? | ? | |
QtQuick1 - Animation | States | declarative/animation/states | Exe | ? | ? | |
QtQuick1 - Cpp Extensions | QtQuick1 Imageprovider | declarative/cppextensions/imageprovider | Aux | ? | ? | |
QtQuick1 - Cpp Extensions | QtQuick1 NetworkAccessManagerFactory | declarative/cppextensions/networkaccessmanagerfactory | Exe | ? | ? | |
QtQuick1 - Cpp Extensions | QtQuick1 Plugins | declarative/cppextensions/plugins | Aux | ? | ? | |
QtQuick1 - Cpp Extensions | QtQuick1 QWidgets | declarative/cppextensions/qwidgets | Aux | ? | ? | |
QtQuick1 - QGraphicsLayouts | Layoutitem | declarative/cppextensions/qgraphicslayouts/layoutitem | Exe | ? | ? | |
QtQuick1 - QGraphicsLayouts | QGraphicsGridLayout | declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout | Exe | ? | ? | |
QtQuick1 - QGraphicsLayouts | QGraphicsLinearLayout | declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Adding | declarative/cppextensions/referenceexamples/adding | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Attached | declarative/cppextensions/referenceexamples/attached | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Binding | declarative/cppextensions/referenceexamples/binding | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Coercion | declarative/cppextensions/referenceexamples/coercion | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Default | declarative/cppextensions/referenceexamples/default | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Extended | declarative/cppextensions/referenceexamples/extended | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Grouped | declarative/cppextensions/referenceexamples/grouped | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Methods | declarative/cppextensions/referenceexamples/methods | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Properties | declarative/cppextensions/referenceexamples/properties | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Signal | declarative/cppextensions/referenceexamples/signal | Exe | ? | ? | |
QtQuick1 - Reference Examples | QtQuick1 Value Source | declarative/cppextensions/referenceexamples/valuesource | Exe | ? | ? | |
QtQuick1 - Image Elements | Borderimage | declarative/imageelements/borderimage | Exe | ? | ? | |
QtQuick1 - Image Elements | Image | declarative/imageelements/image | Exe | ? | ? | |
QtQuick1 - Image Elements | Shadows | declarative/imageelements/shadows | Exe | ? | ? | |
QtQuick1 - Model Views | Abstractitemmodel | declarative/modelviews/abstractitemmodel | Exe | ? | ? | |
QtQuick1 - Model Views | Gridview | declarative/modelviews/gridview | Exe | ? | ? | |
QtQuick1 - Model Views | Objectlistmodel | declarative/modelviews/objectlistmodel | Exe | ? | ? | |
QtQuick1 - Model Views | Package | declarative/modelviews/package | Exe | ? | ? | |
QtQuick1 - Model Views | Parallax | declarative/modelviews/parallax | Exe | ? | ? | |
QtQuick1 - Model Views | Pathview | declarative/modelviews/pathview | Exe | ? | ? | |
QtQuick1 - Model Views | Stringlistmodel | declarative/modelviews/stringlistmodel | Exe | ? | ? | |
QtQuick1 - Model Views | Visualitemmodel | declarative/modelviews/visualitemmodel | Exe | ? | ? | |
QtQuick1 - Listview | Dynamiclist | declarative/modelviews/listview/dynamiclist | Exe | ? | ? | |
QtQuick1 - Listview | Expandingdelegates | declarative/modelviews/listview/expandingdelegates | Exe | ? | ? | |
QtQuick1 - Listview | Highlight | declarative/modelviews/listview/highlight | Exe | ? | ? | |
QtQuick1 - Listview | Highlightranges | declarative/modelviews/listview/highlightranges | Exe | ? | ? | |
QtQuick1 - Listview | Sections | declarative/modelviews/listview/sections | Exe | ? | ? | |
QtQuick1 - Text | Textselection | declarative/text/textselection | Exe | ? | ? | |
QtQuick1 - Fonts | Availablefonts | declarative/text/fonts/availableFonts | Exe | ? | ? | |
QtQuick1 - Fonts | Banner | declarative/text/fonts/banner | Exe | ? | ? | |
QtQuick1 - Fonts | Fonts | declarative/text/fonts/fonts | Exe | ? | ? | |
QtQuick1 - Fonts | Hello | declarative/text/fonts/hello | Exe | ? | ? | |
QtQuick1 - Threading | Threadedlistmodel | declarative/threading/threadedlistmodel | Exe | ? | ? | |
QtQuick1 - Threading | Workerscript | declarative/threading/workerscript | Exe | ? | ? | |
QtQuick1 - Touch Interaction | Pinch Area | declarative/touchinteraction/pincharea | Exe | ? | ? | |
QtQuick1 - Toys | QtQuick1 Clocks | declarative/toys/clocks | Exe | ? | ? | |
QtQuick1 - Toys | QtQuick1 Corkboards | declarative/toys/corkboards | Exe | ? | ? | |
QtQuick1 - Toys | QtQuick1 Dynamicscene | declarative/toys/dynamicscene | Exe | ? | ? | |
QtQuick1 - Toys | QtQuick1 TV Tennis | declarative/toys/tvtennis | Exe | ? | ? | |
QtQuick1 - Tutorials (Extending) | Chapter 1 (Basics) | declarative/tutorials/extending/chapter1-basics | Exe | Tutorial | ? | |
QtQuick1 - Tutorials (Extending) | Chapter 2 (Methods) | declarative/tutorials/extending/chapter2-methods | Exe | Tutorial | ? | |
QtQuick1 - Tutorials (Extending) | Chapter 3 (Bindings) | declarative/tutorials/extending/chapter3-bindings | Exe | Tutorial | ? | |
QtQuick1 - Tutorials (Extending) | Chapter 4 (Custom Property Types) | declarative/tutorials/extending/chapter4-customPropertyTypes | Exe | Tutorial | ? | |
QtQuick1 - Tutorials (Extending) | Chapter 5 (List Properties) | declarative/tutorials/extending/chapter5-listproperties | Exe | Tutorial | ? | |
QtQuick1 - Tutorials (Extending) | Chapter 6 (Plugins) | declarative/tutorials/extending/chapter6-plugins | Aux | Tutorial | ? | |
QtQuick1 - UI Components | QtQuick1 Dialcontrol | declarative/ui-components/dialcontrol | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Flipable | declarative/ui-components/flipable | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Main | declarative/ui-components/main | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Progressbar | declarative/ui-components/progressbar | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Scrollbar | declarative/ui-components/scrollbar | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Searchbox | declarative/ui-components/searchbox | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Slideswitch | declarative/ui-components/slideswitch | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Spinner | declarative/ui-components/spinner | Exe | ? | ? | |
QtQuick1 - UI Components | QtQuick1 Tabwidget | declarative/ui-components/tabwidget | Exe | ? | ? | |
QtQuick1 - Demos | QtQuick1 Calculator | demos/calculator | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Flickr | demos/flickr | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Minehunt | demos/minehunt | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Photo Viewer | demos/photoviewer | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Rssnews | demos/rssnews | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Samegame | demos/samegame | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Snake | demos/snake | Exe | Demo | ? | |
QtQuick1 - Demos | QtQuick1 Twitter | demos/twitter | Exe | Demo | ? |
Examples for qtscript
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtScript - Examples | QtScript Calculator | script/calculator | Exe | ? | ? | |
QtScript - Examples | Context2d | script/context2d | Exe | ? | ? | |
QtScript - Examples | Custom Class | script/customclass | Exe | ? | ? | |
QtScript - Examples | Default Prototypes | script/defaultprototypes | Exe | ? | ? | |
QtScript - Examples | Helloscript | script/helloscript | Exe | ? | ? | |
QtScript - Examples | Marshal | script/marshal | Exe | ? | ? | |
QtScript - Examples | QScript | script/qscript | Exe | ? | ? | |
QtScript - Examples | QtScript Debugger Example | script/qsdbg | Exe | ? | ? | |
QtScript - Examples | QSTetrix | script/qstetrix | Exe | ? | ? |
Examples for qtsensors
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtSensors - Examples | Accel | sensors/accel | Exe | ? | ? | |
QtSensors - Examples | Accelbubble | sensors/accelbubble | Exe | ? | ? | |
QtSensors - Examples | Cubehouse | sensors/cubehouse | Exe | ? | ? | |
QtSensors - Examples | Maze | sensors/maze | Exe | ? | ? | |
QtSensors - Examples | QML QtSensors | sensors/qmlqtsensors | Exe | ? | ? | |
QtSensors - Examples | Sensor Gestures | sensors/sensorgestures | Exe | ? | ? | |
QtSensors - Examples | Shake It | sensors/shakeit | Exe | ? | ? | |
QtSensors - Grue Sensor | Grue Sensor Import | sensors/grue/import | Aux | ? | ? | |
QtSensors - Grue Sensor | Grue Sensor Library | sensors/grue/lib | Aux | ? | ? | |
QtSensors - Grue Sensor | Grue Sensor Plugin | sensors/grue/plugin | Aux | ? | ? | |
QtSensors - Grue Sensor | Console Application | sensors/grue/console_app | Exe | ? | ? | |
QtSensors - Grue Sensor | QML Application | sensors/grue/grue | Exe | ? | ? | |
QtSensors - Sensor Gesture | Sensor Gesture QML Type Plugin | sensors/qmlsensorgestures/plugin | Aux | ? | ? | |
QtSensors - Sensor Gesture | Sensor Gesture QML Application | sensors/qmlsensorgestures/qmlsensorgestures | Exe | ? | ? | |
QtSensors - Explorer | Sensor Explorer QML Import | sensors/sensor_explorer/import | Aux | ? | ? | |
QtSensors - Explorer | Sensor Explorer QML Application | sensors/sensor_explorer/sensor_explorer | Exe | ? | ? |
Examples for qtsvg
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtSVG - Drag & Drop | Delayed Encoding | draganddrop/delayedencoding | Exe | ? | ? | |
QtSVG - Embedded Examples | Desktopservices | embedded/desktopservices | Exe | ? | ? | |
QtSVG - Embedded Examples | Embeddedsvgviewer | embedded/embeddedsvgviewer | Exe | ? | ? | |
QtSVG - Embedded Examples | Fluidlauncher | embedded/fluidlauncher | Exe | ? | ? | |
QtSVG - Embedded Examples | QtSVG Weatherinfo | embedded/weatherinfo | Exe | ? | ? | |
QtSVG - Network | Bearer Cloud | network/bearercloud | Exe | ? | ? | |
QtSVG - OpenGL | Framebuffer Object | opengl/framebufferobject | Exe | ? | ? | |
QtSVG - Painting | SVG Generator | painting/svggenerator | Exe | ? | ? | |
QtSVG - Painting | SVG Viewer | painting/svgviewer | Exe | ? | ? | |
QtSVG - Rich Text | Text Object | richtext/textobject | Exe | ? | ? |
Examples for qtsystems
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtSystems - Publish & Subscribe | Publish & Subscribe Example | publishsubscribe/publish-subscribe | Exe | ? | ? | |
QtSystems - Publish & Subscribe | Battery-Publisher | publishsubscribe/battery-charge/battery-publisher | Exe | ? | ? | |
QtSystems - Publish & Subscribe | Battery-Subscriber | publishsubscribe/battery-charge/battery-subscriber | QML | ? | ? | |
QtSystems - Service Framework | Dialer | serviceframework/dialer | Exe | ? | ? | |
QtSystems - Service Framework | Remote Dialer Service | serviceframework/remotedialerservice | Exe | ? | ? | |
QtSystems - Service Framework | Service Browser | serviceframework/servicebrowser | Exe | ? | ? | |
QtSystems - Service Framework | VoIP Dialer Plugin | serviceframework/voipdialerplugin | Aux | ? | ? |
Examples for qttools
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtTools - Designer | Arthurplugin | designer/arthurplugin | Aux | ? | ? | |
QtTools - Designer | Calculator Builder | designer/calculatorbuilder | Exe | ? | ? | |
QtTools - Designer | Calculator Form | designer/calculatorform | Exe | ? | ? | |
QtTools - Designer | Container Extension | designer/containerextension | Aux | ? | ? | |
QtTools - Designer | Custom Widget Plugin | designer/customwidgetplugin | Aux | ? | ? | |
QtTools - Designer | Task Menu Extension | designer/taskmenuextension | Aux | ? | ? | |
QtTools - Designer | World Time Clock Builder | designer/worldtimeclockbuilder | Exe | ? | ? | |
QtTools - Designer | World Time Clock Plugin | designer/worldtimeclockplugin | Aux | ? | ? | |
QtTools - Help Examples | Context Sensitive Help | help/contextsensitivehelp | Exe | ? | ? | |
QtTools - Help Examples | Remote Control | help/remotecontrol | Exe | ? | ? | |
QtTools - Help Examples | Simple Text Viewer | help/simpletextviewer | Exe | ? | ? | |
QtTools - UI Tools | Multiple Inheritance | uitools/multipleinheritance | Exe | ? | ? | |
QtTools - UI Tools | Text Finder | uitools/textfinder | Exe | ? | ? |
Examples for qtwayland
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtWayland | Qml-compositor | qtwayland/examples/qml-compositor | Exe | ? | ? | |
QtWayland | Qwidget-compositor | qtwayland/examples/qwidget-compositor | Exe | ? | ? | |
QtWayland | Qwindow-compositor | qtwayland/examples/qwindow-compositor | Exe | ? | ? |
Examples for qtwebkit-examples-and-demos
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtWebKit Example Browser | Browser | qtwebkit-examples-and-demos/examples/browser | Exe | Demo | ? | |
QtWebKit - Embedded Browser | Anomaly | embedded/anomaly | Exe | ? | ? | |
QtWebKit - Scroller Examples | Plot | scroller/plot | Exe | ? | ? | |
QtWebKit - Scroller Examples | Wheel | scroller/wheel | Exe | ? | ? | |
QtWebKit - Misc. Examples | DOM Traversal | webkit/domtraversal | Exe | ? | ? | |
QtWebKit - Misc. Examples | Fancy Browser | webkit/fancybrowser | Exe | ? | ? | |
QtWebKit - Misc. Examples | Form Extractor | webkit/formextractor | Exe | ? | ? | |
QtWebKit - Misc. Examples | Frame Capture | webkit/framecapture | Exe | ? | ? | |
QtWebKit - Misc. Examples | Google Chat | webkit/googlechat | Exe | ? | ? | |
QtWebKit - Misc. Examples | Image Analyzer | webkit/imageanalyzer | Exe | ? | ? | |
QtWebKit - Misc. Examples | Previewer | webkit/previewer | Exe | ? | ? | |
QtWebKit - Misc. Examples | Simple Selector | webkit/simpleselector | Exe | ? | ? | |
QtWebKit - XML Patterns Examples | Qobjectxmlmodel | xmlpatterns/qobjectxmlmodel | Exe | ? | ? |
Examples for qtxmlpatterns
Category | Name | Location | Type* | Example category** | Status | |
---|---|---|---|---|---|---|
QtXMLPatterns - XML Patterns Examples | File Tree | xmlpatterns/filetree | Exe | ? | ? | |
QtXMLPatterns - XML Patterns Examples | Recipes | xmlpatterns/recipes | Exe | ? | ? | |
QtXMLPatterns - XML Patterns Examples | Schema | xmlpatterns/schema | Exe | ? | ? | |
QtXMLPatterns - XML Patterns Examples | Traffic Info | xmlpatterns/trafficinfo | Exe | ? | ? |