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_titlestr

The title text for the right column.

text_title_sizeint

The font size of the title text.

text_title_colorstr

The color of the title text.

dark_onestr

Color representing a dark shade.

bg_colorstr

Background color of the right column.

btn_colorstr

Color of the buttons in the right column.

btn_color_hoverstr

Color of the buttons when hovered.

btn_color_pressedstr

Color of the buttons when pressed.

icon_pathstr

Path to the icon image file.

icon_colorstr

Color of the icon.

icon_color_hoverstr

Color of the icon when hovered.

icon_color_pressedstr

Color of the icon when pressed.

context_colorstr

Color representing a context or active state.

radiusint

Border radius of the right column.

setup_ui()[source]#

Set up the user interface for the title bar.