Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMainWindow::CustomDocumentWidgetItem Struct Reference

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.
 

Detailed Description

Struct used in the list created by createCustomDocumentWidgets()

Definition at line 485 of file KisMainWindow.h.

Member Data Documentation

◆ icon

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.

◆ title

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.

◆ widget

QWidget* KisMainWindow::CustomDocumentWidgetItem::widget

Pointer to the custom document widget.

Definition at line 487 of file KisMainWindow.h.


The documentation for this struct was generated from the following file: