class ItemView |
|
A view to show an item list provided by an ItemModel.
When a KXmlGuiWindow is set, the XMLGUI defined context menu akonadi_itemview_contextmenu is used if available. To do: Convenience ctor including the KXmlGuiWindow for non-designer users? |
|
Create a new item view.
parent - the parent widget. |
|
Create a new item view.
xmlGuiWindow - The KXmlGuiWindow this is used in. This is needed for the XMLGUI based context menu. Passing 0 is ok and will disable the builtin context menu. parent - the parent widget. |
|
This signal is emitted whenever the user has activated an item in the view. |
|
|
This signal is emitted whenever the current item in the view has changed. |
|
Reimplemented from QAbstractItemView. |
|
Sets the KXmlGuiWindow which this view is used in. This is needed
if you want to use the built-in context menu.
xmlGuiWindow - The KXmlGuiWindow this view is used in. |