|
| int | BOLD = Qt.ItemDataRole.UserRole + 4 |
| |
| int | FONT = Qt.ItemDataRole.UserRole + 1 |
| |
| int | FONTGENERIC = Qt.ItemDataRole.UserRole + 3 |
| |
| int | FONTLIST = Qt.ItemDataRole.UserRole + 2 |
| |
| int | ITALIC = Qt.ItemDataRole.UserRole + 5 |
| |
Definition at line 175 of file comics_export_dialog.py.
◆ BOLD
| int comics_project_management_tools.comics_export_dialog.styleEnum.BOLD = Qt.ItemDataRole.UserRole + 4 |
|
static |
◆ FONT
| int comics_project_management_tools.comics_export_dialog.styleEnum.FONT = Qt.ItemDataRole.UserRole + 1 |
|
static |
◆ FONTGENERIC
| int comics_project_management_tools.comics_export_dialog.styleEnum.FONTGENERIC = Qt.ItemDataRole.UserRole + 3 |
|
static |
◆ FONTLIST
| int comics_project_management_tools.comics_export_dialog.styleEnum.FONTLIST = Qt.ItemDataRole.UserRole + 2 |
|
static |
◆ ITALIC
| int comics_project_management_tools.comics_export_dialog.styleEnum.ITALIC = Qt.ItemDataRole.UserRole + 5 |
|
static |
The documentation for this class was generated from the following file: