Icon Label Frames ================= Icon label frames are frames that contain an icon and a text next to it. The icon is laid out vertically centered to the left of the text, and the text is wrapped to fit inside of the available space of the widget. :kat:screenshot:`IconLabelFrame` HTML-style formatting can be used in the text, including ```` links. A callback function can be registered to be called when a link in an icon label frame's text has been clicked. .. rubric:: Class Inheritance - :py:class:`QtWidgets.QFrame` - :py:class:`UI4.Widgets.IconLabelFrame` - :py:class:`UI4.Widgets.IndicatorLabelFrame` - :py:class:`UI4.Widgets.AttributeEditorIndicatorLabel` - :py:class:`UI4.Widgets.ViewIndicatorLabel` UI4.Widgets.IconLabelFrame -------------------------- .. autoclass:: UI4.Widgets.IconLabelFrame() :kat:example_screenshot:`IconLabelFrame` UI4.Widgets.IndicatorLabelFrame ------------------------------- .. autoclass:: UI4.Widgets.IndicatorLabelFrame() :kat:example_screenshot:`IndicatorLabelFrame` UI4.Widgets.AttributeEditorIndicatorLabel ----------------------------------------- .. autoclass:: UI4.Widgets.AttributeEditorIndicatorLabel() :kat:example_screenshot:`AttributeEditorIndicatorLabel` UI4.Widgets.ViewIndicatorLabel ------------------------------ .. autoclass:: UI4.Widgets.ViewIndicatorLabel() :kat:example_screenshot:`ViewIndicatorLabel`