summaryrefslogtreecommitdiffstats
path: root/examples/qtconcurrent/progressdialog/doc/images
Commit message (Collapse)AuthorAgeFilesLines
* Example: rename progressdialog to primecounter and modernize itDennis Oberst2023-03-211-0/+0
| | | | | | | | | | | | | The previous example finished way too quickly and provided no real value in regards to API understanding. Previously, QtConcurrent::map was used, which was also used in other examples. We are now using QtConcurrent::filterReduce to demonstrate other functionality. Task-number: QTBUG-111165 Pick-to: 6.5 6.5.0 Change-Id: Ibd6eb119d0711cddfe8b211d460e9d67d6ce95c3 Reviewed-by: MÃ¥rten Nordheim <[email protected]> Reviewed-by: Ivan Solovev <[email protected]>
* Doc: Added documentation for the examplesVenugopal Shivashankar2012-12-111-0/+0
- Moved documentation for the Qt XML, Qt Widgets, Qt Concurrent, and Qt Network examples from qtdoc. - Grouped the documentation pages under relevant groups - Fixed \snippet paths Task-number: QTBUG-27515 Change-Id: I43c22a679e2eefbb48e3cd5893aa2afd3d905863 Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>