summaryrefslogtreecommitdiffstats
path: root/examples/declarative/tabwidget/tabs.qml
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-59/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Fix code style in examplesBea Lam2010-04-131-8/+19
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Replace Text::wrap property with Text::wrapMode enumeration.Martin Jones2010-04-081-3/+3
| | | | wrap remains for a little while, and will produce a warning.
* Improve declarative tabs example.Yann Bodson2010-03-051-15/+34
|
* Demonstrate "container" type objects.Warwick Allison2009-11-231-0/+29