summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2014-09-29 15:39:22 (GMT)
committerKevin Smith <git@kismith.co.uk>2014-10-07 07:42:11 (GMT)
commit10785a85347e0cca62e6029097baec7c4d7dc0d5 (patch)
tree1fe4757829f2ad6c18d672fe7b40e1f7a789052f
parent80addba4a31fcb09a9703778e1ea9b984593bfd5 (diff)
downloadswift-contrib-10785a85347e0cca62e6029097baec7c4d7dc0d5.zip
swift-contrib-10785a85347e0cca62e6029097baec7c4d7dc0d5.tar.bz2
Add tooltip to preferred stars of profile editor to describe what it's for.
Change-Id: I937c39406ec3ae58cd7c0d8311543bcbb684fda0
-rw-r--r--Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp b/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp
index 21e794e..74ebd47 100644
--- a/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp
+++ b/Swift/QtUI/QtVCardWidget/QtVCardGeneralField.cpp
@@ -30,6 +30,7 @@ QtVCardGeneralField::~QtVCardGeneralField() {
void QtVCardGeneralField::initialize() {
if (preferrable) {
preferredCheckBox = new QCheckBox(this);
+ preferredCheckBox->setToolTip(tr("Stars can be used to mark preferred contact details."));
preferredCheckBox->setStyleSheet(
"QCheckBox::indicator { width: 18px; height: 18px; }"
"QCheckBox::indicator:checked { image: url(:/icons/star-checked.png); }"