|
Krita Source Code Documentation
|
Public Attributes | |
| QString | icon |
| icon used in the sidebar. If left empty it will use the unknown icon | |
| QString | title |
| title used in the sidebar. If left empty it will be displayed as "Custom Document" | |
| QWidget * | widget |
| Pointer to the custom document widget. | |
Struct used in the list created by createCustomDocumentWidgets()
Definition at line 485 of file KisMainWindow.h.
| QString KisMainWindow::CustomDocumentWidgetItem::icon |
icon used in the sidebar. If left empty it will use the unknown icon
Definition at line 491 of file KisMainWindow.h.
| QString KisMainWindow::CustomDocumentWidgetItem::title |
title used in the sidebar. If left empty it will be displayed as "Custom Document"
Definition at line 489 of file KisMainWindow.h.
| QWidget* KisMainWindow::CustomDocumentWidgetItem::widget |
Pointer to the custom document widget.
Definition at line 487 of file KisMainWindow.h.