Krita Source Code Documentation
Loading...
Searching...
No Matches
colorspace.components.colorprofilecombobox.ColorProfileComboBox Class Reference
+ Inheritance diagram for colorspace.components.colorprofilecombobox.ColorProfileComboBox:

Public Member Functions

 __init__ (self, uiColorSpace, parent=None)
 

Public Attributes

 uiColorSpace
 

Detailed Description

Definition at line 9 of file colorprofilecombobox.py.

Constructor & Destructor Documentation

◆ __init__()

colorspace.components.colorprofilecombobox.ColorProfileComboBox.__init__ ( self,
uiColorSpace,
parent = None )

Definition at line 11 of file colorprofilecombobox.py.

11 def __init__(self, uiColorSpace, parent=None):
12 super(ColorProfileComboBox, self).__init__(parent)
13
14 self.uiColorSpace = uiColorSpace
15 self.setSizeAdjustPolicy(QComboBox.SizeAdjustPolicy.AdjustToContents)

References colorspace.components.colorprofilecombobox.ColorProfileComboBox.__init__().

Member Data Documentation

◆ uiColorSpace

colorspace.components.colorprofilecombobox.ColorProfileComboBox.uiColorSpace

Definition at line 14 of file colorprofilecombobox.py.


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