Repository with mostly StackOverflow-related projects (code examples related to questions, answers, etc).
Each sub-folder contains README inside.
- Advanced list model snippet
- Chrome-like tabs snippet
- Creating auto-scaling Qt UI using Layouts
- Custom
QObject*-based list model for QML - QML
ListView:Flickableas delegate cannot be scrollable - Grabbing of
QQuickItem - Script to convert MP4 file to GIF (via ffmpeg)
- Qt3d Ortho vs Perspective Projections
- QML 'Custom Menu' option moving upwards
- Example of usage of
TableView/TableModelfromQt.labs.qmlmodels
To download specific folder you can use SVN.
For example, if you want download only folder qt3d_ortho_vs_persp, you must execute next command:
svn checkout https://github.com/troyane/StackOverflow-pro/trunk/qt3d_ortho_vs_perspYou need just replace tree/master with trunk and you can get the specific folder.
For more information take a look at StackOverflow question