summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Let the users change the path for the callback-url5.8MÃ¥rten Nordheim2017-04-101-0/+1
| | | | | | Task-number: QTBUG-59653 Change-Id: I4bf938db2db3624c37b7f1a8d598bfa43052e2e0 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* fix namespaced buildOswald Buddenhagen2017-02-071-1/+1
| | | | | | Change-Id: I827752f4d953b638b1aa31f788fdbd7af155713c Reviewed-by: Jesus Fernandez <Jesus.Fernandez@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
* Modify licensev5.8.0-rc1v5.8.0Jesus Fernandez2016-12-0710-160/+60
| | | | | | | Change-Id: I40cc53ee24ad71a1293dc3b635b2cb545d29a686 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Tuukka Turunen <tuukka.turunen@theqtcompany.com> Reviewed-by: Fredrik de Vibe <fredrik.devibe@qt.io>
* Reddit Client ExampleJesus Fernandez2016-12-079-1/+516
| | | | | | | Basic Reddit client which shows the user posts in a QListView. Change-Id: I16c23bac2d7dc709c6223f6c6cf22a63e057a545 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
* Twitter Client ExampleJesus Fernandez2016-12-0711-0/+666
Basic Twitter client which shows the user timeline in a QTableView. Also add documentation for the example, and the examples group page for this module. Change-Id: I54bf0eb3385d3fa2befec1b0b84246237c13f597 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>