SVN commit 851184 by aucahuasi:
CCMAIL: [email protected]
The QLabel called photo (inside the ui file) was startup as a single text, with
this it will start as link.
M +3 -0 identitydialog.cpp
--- trunk/KDE/kdenetwork/kopete/kopete/identity/identitydialog.cpp
#851183:851184
@@ -52,6 +52,9 @@
d->general.setupUi(w);
d->general.selectPhoto->setIcon(KIcon("view-preview"));
d->general.clearPhoto->setIcon(KIcon("edit-clear-locationbar-rtl"));
+ d->general.photo->setText( QString("<qt><a href=\"selectPhoto\">"
+
"<p align=\"center\">No Photo</p>"
+
"</a>").arg( i18n("No Photo") ));
connect(d->general.selectPhoto, SIGNAL(clicked(bool)),
this, SLOT(slotSelectPhoto()));
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel