Added tooltips to TemplatePickerItems.
Longer names in QListWidget are often ellipsized, obsuring the template names. The tooltips allow the user to see full names by hovering over items.
This commit is contained in:
@@ -40,6 +40,7 @@ namespace glabels
|
||||
|
||||
setIcon( QIcon( MiniPreviewPixmap( tmplate, SIZE, SIZE ) ) );
|
||||
setText( tmplate->name() );
|
||||
setToolTip( tmplate->name() );
|
||||
|
||||
setFlags( Qt::ItemIsSelectable | Qt::ItemIsEnabled );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user