Krita Source Code Documentation
Loading...
Searching...
No Matches
tenbrushesdialog.py
Go to the documentation of this file.
1
# SPDX-License-Identifier: CC0-1.0
2
3
try
:
4
from
PyQt6.QtWidgets
import
QDialog
5
except
:
6
from
PyQt5.QtWidgets
import
QDialog
7
8
9
class
TenBrushesDialog
(QDialog):
10
11
def
__init__
(self, uitenbrushes, parent=None):
12
super(TenBrushesDialog, self).
__init__
(parent)
13
14
self.
uitenbrushes
= uitenbrushes
15
16
def
accept
(self):
17
self.
uitenbrushes
.tenbrushes.writeSettings()
18
19
super(TenBrushesDialog, self).
accept
()
20
21
def
closeEvent
(self, event):
22
event.accept()
tenbrushes.tenbrushesdialog.TenBrushesDialog
Definition
tenbrushesdialog.py:9
tenbrushes.tenbrushesdialog.TenBrushesDialog.closeEvent
closeEvent(self, event)
Definition
tenbrushesdialog.py:21
tenbrushes.tenbrushesdialog.TenBrushesDialog.uitenbrushes
uitenbrushes
Definition
tenbrushesdialog.py:14
tenbrushes.tenbrushesdialog.TenBrushesDialog.__init__
__init__(self, uitenbrushes, parent=None)
Definition
tenbrushesdialog.py:11
tenbrushes.tenbrushesdialog.TenBrushesDialog.accept
accept(self)
Definition
tenbrushesdialog.py:16
QtWidgets
QtWidgets
plugins
python
tenbrushes
tenbrushesdialog.py
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52