PyComboBox#
- class ansys.aedt.toolkits.common.ui.utils.widgets.py_right_column.py_right_column.PyRightColumn(text_title, text_title_size, text_title_color, dark_one, bg_color, btn_color, btn_color_hover, btn_color_pressed, icon_path, icon_color, icon_color_hover, icon_color_pressed, context_color, radius=8)[source]#
Custom widget representing a right column with a title, an icon, and a content area.
- Parameters:
- text_title
str
The title text for the right column.
- text_title_size
int
The font size of the title text.
- text_title_color
str
The color of the title text.
- dark_one
str
Color representing a dark shade.
- bg_color
str
Background color of the right column.
- btn_color
str
Color of the buttons in the right column.
- btn_color_hover
str
Color of the buttons when hovered.
- btn_color_pressed
str
Color of the buttons when pressed.
- icon_path
str
Path to the icon image file.
- icon_color
str
Color of the icon.
- icon_color_hover
str
Color of the icon when hovered.
- icon_color_pressed
str
Color of the icon when pressed.
- context_color
str
Color representing a context or active state.
- radius
int
Border radius of the right column.
- text_title