10 #ifndef ELIDED_LABEL_H 11 #define ELIDED_LABEL_H 20 void setUrl(
const QString &url);
21 void setSmallText(
bool small_text =
true) { small_text_ = small_text; }
24 void resizeEvent(QResizeEvent *);
37 void setText(
const QString &text);
40 #endif // ELIDED_LABEL_H Definition: elided_label.h:15