ui: show tooltips when hovering nodes and edges

This commit is contained in:
Eberhard Graether
2015-09-24 16:18:23 +02:00
parent b8c95c5a20
commit ae27d8025b
10 changed files with 43 additions and 22 deletions
+8 -8
View File
@@ -148,10 +148,10 @@
<normal>#7BB5D4</normal>
<hover>#42A1D4</hover>
</field>
<global>
<global_variable>
<normal>#7BB5D4</normal>
<hover>#42A1D4</hover>
</global>
</global_variable>
<undefined_variable>
<normal>#7BB5D4</normal>
<hover>#42A1D4</hover>
@@ -176,10 +176,10 @@
</file>
</node>
<edge>
<type_use>
<type_of>
<normal>#878787</normal>
<hover>#878787</hover>
</type_use>
</type_of>
<return_type>
<normal>#878787</normal>
<hover>#878787</hover>
@@ -188,10 +188,10 @@
<normal>#878787</normal>
<hover>#878787</hover>
</parameter_type>
<type_usage>
<type_use>
<normal>#878787</normal>
<hover>#878787</hover>
</type_usage>
</type_use>
<inheritance>
<normal>#878787</normal>
<hover>#878787</hover>
@@ -211,10 +211,10 @@
<hover>#F4BC3D</hover>
</call>
<usage>
<use>
<normal>#3190BA</normal>
<hover>#3190BA</hover>
</usage>
</use>
<template_parameter>
<normal>#C1305D</normal>
+8 -8
View File
@@ -148,10 +148,10 @@
<normal>#21516B</normal>
<hover>#2A6484</hover>
</field>
<global>
<global_variable>
<normal>#21516B</normal>
<hover>#2A6484</hover>
</global>
</global_variable>
<undefined_variable>
<normal>#21516B</normal>
<hover>#2A6484</hover>
@@ -176,10 +176,10 @@
</file>
</node>
<edge>
<type_use>
<type_of>
<normal>#797979</normal>
<hover>#797979</hover>
</type_use>
</type_of>
<return_type>
<normal>#797979</normal>
<hover>#797979</hover>
@@ -188,10 +188,10 @@
<normal>#797979</normal>
<hover>#797979</hover>
</parameter_type>
<type_usage>
<type_use>
<normal>#797979</normal>
<hover>#797979</hover>
</type_usage>
</type_use>
<inheritance>
<normal>#797979</normal>
<hover>#797979</hover>
@@ -211,10 +211,10 @@
<hover>#9C8528</hover>
</call>
<usage>
<use>
<normal>#2A6484</normal>
<hover>#2A6484</hover>
</usage>
</use>
<template_parameter>
<normal>#C1305D</normal>
@@ -0,0 +1,5 @@
QToolTip {
background-color: <color:tool_tip/background>;
color: <color:tool_tip/text>;
font-size: <setting:font_size>pt;
}