|
|
A label class that squeezes its text into the label
If the text is too long to fit into the label it is divided into remaining left and right parts which are separated by three dots.
Example: http://www.kde.org/documentation/index.html could be squeezed to http://www.kde...ion/index.html
KSqueezedTextLabel ( QWidget *parent )
| KSqueezedTextLabel |
Default constructor.
KSqueezedTextLabel ( QWidget *parent, const char *name)
| KSqueezedTextLabel |
KSqueezedTextLabel ( const QString &text, QWidget *parent )
| KSqueezedTextLabel |
KSqueezedTextLabel ( const QString &text, QWidget *parent, const char *name )
| KSqueezedTextLabel |
void setText ( const QString & )
| setText |
[slot]
Reimplemented from QLabel.
void resizeEvent ( QResizeEvent * )
| resizeEvent |
[protected]
used when widget is resized
Reimplemented from QLabel.
void squeezeTextToLabel ()
| squeezeTextToLabel |
[protected]
does the dirty work
QString fullText | fullText |
[protected]