aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickmenuitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement QQuickMenuItem::defaultFont()J-P Nurmi2015-12-031-0/+6
| | | | | Change-Id: I93205a226cd2a66236f9dd98e0b9039363900d75 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
* Add MenuMitch Curtis2015-12-021-0/+99
An item-based menu derived from QQuickPanel. Eventually we'd like to make Panel itself a QQuickItem, as it makes both the implementation and the actual usage of Menu a lot easier. Change-Id: Ic1bf2a05ab98d9e17824c402ed8326ef65d26c69 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>