|
open_iA 2025.6
|
Alternative for a QLabel which automatically cuts off text exceeding its width. More...
#include <iAQCropLabel.h>
Public Slots | |
| void | setText (QString const &text) |
Public Member Functions | |
| iAQCropLabel () | |
| iAQCropLabel (QString const &text, QString const &qssClass=QString()) | |
Alternative for a QLabel which automatically cuts off text exceeding its width.
This widget, in contrast to a QLabel, is resizable to widths smaller than the required with to display its full text. It does not impose any minimum width requirements on parent widgets, instead, any text text exceeding the width will just be invisible.
| iAQCropLabel::iAQCropLabel | ( | ) |
| iAQCropLabel::iAQCropLabel | ( | QString const & | text, |
| QString const & | qssClass = QString() ) |
|
slot |