summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/widgets/nestedlayouts/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Doc: Updated example license to three clause BSD license.David Boddie2010-05-191-27/+26
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* 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