[qet] [1698] Elements panel: the tooltip is back on elements categories.

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 1698
Author:   xavier
Date:     2012-04-28 18:45:19 +0200 (Sat, 28 Apr 2012)
Log Message:
-----------
Elements panel: the tooltip is back on elements categories.

Modified Paths:
--------------
    branches/0.3/sources/genericpanel.cpp

Modified: branches/0.3/sources/genericpanel.cpp
===================================================================
--- branches/0.3/sources/genericpanel.cpp	2012-04-28 16:45:16 UTC (rev 1697)
+++ branches/0.3/sources/genericpanel.cpp	2012-04-28 16:45:19 UTC (rev 1698)
@@ -716,6 +716,8 @@
 		"\"What's this\" tip"
 	);
 	category_qtwi -> setWhatsThis(0, category_whatsthis);
+	QString category_tooltip = category -> location().toString();
+	category_qtwi -> setToolTip(0, category_tooltip);
 	category_qtwi -> setText(0, category -> name());
 	markItemAsContainer(category_qtwi);
 	


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/