mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
add tooltip to button in sigleband pseudocolor renderer widget
(addresses #7138)
This commit is contained in:
parent
6262f31103
commit
105bfddf42
@ -7,7 +7,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>637</width>
|
||||
<height>207</height>
|
||||
<height>230</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -72,6 +72,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="mSortButton">
|
||||
<property name="toolTip">
|
||||
<string>Sort colormap items</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>...</string>
|
||||
</property>
|
||||
@ -155,15 +158,6 @@
|
||||
<attribute name="headerStretchLastSection">
|
||||
<bool>true</bool>
|
||||
</attribute>
|
||||
<attribute name="headerDefaultSectionSize">
|
||||
<number>70</number>
|
||||
</attribute>
|
||||
<attribute name="headerMinimumSectionSize">
|
||||
<number>10</number>
|
||||
</attribute>
|
||||
<attribute name="headerStretchLastSection">
|
||||
<bool>true</bool>
|
||||
</attribute>
|
||||
<column>
|
||||
<property name="text">
|
||||
<string>Value</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user