Mercurial > hg > easaier-soundaccess
comparison widgets/ListResultGeneralItemWidget.cpp @ 191:be6d31baecb9
compilation under linux - kunbuntu V7.10 (without video support)
author | lbajardsilogic |
---|---|
date | Wed, 28 Nov 2007 13:03:45 +0000 |
parents | c26c73ca6d37 |
children |
comparison
equal
deleted
inserted
replaced
190:61681a2bc1e6 | 191:be6d31baecb9 |
---|---|
161 | 161 |
162 connect(m_buttonSimilar, SIGNAL(clicked()), this, SLOT(displayCriteria())); | 162 connect(m_buttonSimilar, SIGNAL(clicked()), this, SLOT(displayCriteria())); |
163 connect(m_labelTitleArtist, SIGNAL(linkActivated(QString)), this, SIGNAL(linkActivated(QString))); | 163 connect(m_labelTitleArtist, SIGNAL(linkActivated(QString)), this, SIGNAL(linkActivated(QString))); |
164 | 164 |
165 } | 165 } |
166 ListResultGeneralItemWidget::~ListResultGeneralItemWidget() | |
167 {} | |
166 | 168 |
167 void ListResultGeneralItemWidget::setTitleAndAuthorName(QString author,QString title, QString uri){ | 169 void ListResultGeneralItemWidget::setTitleAndAuthorName(QString author,QString title, QString uri){ |
168 QString aux = title; | 170 QString aux = title; |
169 if(aux.length() > 50){ | 171 if(aux.length() > 50){ |
170 aux.truncate(47); | 172 aux.truncate(47); |