summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/nestedlayouts/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Doc: Used QApplication::translate() instead of QObject::tr().David Boddie2009-05-201-3/+6
| | | | | | | At some point, we may revise this to use plain C strings at first, then introduce the concept of translations. Reviewed-by: Trust Me
* Doc: Compile fixes for tutorial examples.David Boddie2009-05-201-6/+7
| | | | Reviewed-by: Trust Me
* Doc: First attempt at a simpler widgets tutorial.David Boddie2009-05-201-0/+100
Task-number: 253710 Reviewed-by: Trust Me