aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/qquicktabbar_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename libQtQuickControls to libQtQuickTemplatesJ-P Nurmi2015-09-161-90/+0
| | | | | Change-Id: I1e663bb7be2be8b3d4edf0c038862cc2150aec40 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Use Q_DECLARE_TYPEINFO for all classes.Mitch Curtis2015-07-271-0/+2
| | | | | | | | | This is following the advice in the mailing list: http://lists.qt-project.org/pipermail/development/2015-July/022283.html Change-Id: I900f68c0cc6979f413016bb177446a1e93b01bc5 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
* Promote the content management API from TabBar to ContainerJ-P Nurmi2015-06-231-21/+0
| | | | | | | | | | | | | | | | | | Properties: - int count - var contentModel - list<Object> contentData [default] - list<Item> contentChildren Methods: - Item itemAt(int index) - void addItem(Item item) - void insertItem(int index, Item item) - void moveItem(int from, int to) - void removeItem(int index) Change-Id: I1c3ddbd7fc091a6602b08ff34ad2b7e288108684 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* TabBar: implement contentData & contentChildrenJ-P Nurmi2015-06-151-3/+9
| | | | | Change-Id: I61d077758c83027cbfc1b99d32cb68efc0829ffd Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Import the new TabBar implementationJ-P Nurmi2015-06-111-2/+24
| | | | | Change-Id: I2c646c07f8310c27f3f03f3cdb27f748c5e6198c Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Remove "abstract" prefix from the C++ classesJ-P Nurmi2015-04-101-0/+81
The QML type registration is still using Abstract-prefix to avoid conflicts, until QTBUG-43581 & QTBUG-43582 have been resolved so that the public types can be used for accessing attached properties and enums. Change-Id: I469712461f706a83c226e4017282ca1d6914c670 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>