|
Qt Components Hildon
0.20
QML components for Maemo5 with Hildon styling.
|
A container for menu items in a Window. More...
Public Slots | |
| MenuItem * | addFilter (string text) |
| Adds a MenuItem filter with text and returns it. | |
| MenuItem | addItem (string text) |
| Adds a MenuItem with text and returns it. | |
| MenuItem * | insertFilter (int before, string text) |
| Inserts a MenuItem filter with text before the item at index before and returns it. | |
| MenuItem | insertItem (int before, string text) |
| Inserts a MenuItem with text before the item at index before and returns it. | |
| void | removeItem (object item) |
| Removes the item from the menu. | |
Properties | |
| list< object > | filters |
| The filters of the menu bar. | |
| bool | filtersExclusive |
| Whether enabling a filter disables the remaining filters. | |
| list< object > | items |
| The items of the menu bar. | |
A container for menu items in a Window.
The MenuBar component is used as a container for adding menu items to a Window.
|
readwrite |
Whether enabling a filter disables the remaining filters.
The default value is true.
1.8.1.2