summaryrefslogtreecommitdiff
path: root/components/components.pro
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-05-10 15:35:50 +0200
committerMorten Johan Sørvig <morten.sorvig@nokia.com>2012-05-15 14:39:35 +0200
commit8a619f580b313c9373b816f059d91c208eb89400 (patch)
tree0a391abcc192a775d8192872cb1e773f6a691a1a /components/components.pro
parentf92f1b727626c4f7b0b99f0e1e28a34d35e58530 (diff)
downloadqtquickcontrols-8a619f580b313c9373b816f059d91c208eb89400.tar.gz
Port menus to Qt 5.
Copy over qtmenu and qtmenuitem from the Qt 4 branch. Register types in qstyleplugin.cpp. Delete Menu.qml MenuItem.qml - no longer in use and replaced by C++ code. Some porting was necessary, in particular changing QtMenuBase's base class from QObject to QtQuickItem. Bugs: On OS X the menu bar is displayed only ~50% if the time. Other platforms are not tested. Context menus do not work. Change-Id: I4e9cc6952ec1c70dc28cfda2352ba9962b539b17 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
Diffstat (limited to 'components/components.pro')
-rw-r--r--components/components.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/components.pro b/components/components.pro
index 519579b7..0e81b764 100644
--- a/components/components.pro
+++ b/components/components.pro
@@ -16,7 +16,6 @@ QML_FILES = \
ButtonRow.qml \
ButtonColumn.qml \
Frame.qml \
- MenuItem.qml \
Slider.qml \
TabBar.qml \
Tab.qml \