This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Help skinning Channel description.


sdar
 Share

Recommended Posts

Hi, I'm having troubles skinning the channel description in the mumble snapshot.


1.I can't find the object name for the channel description when pressing "C" comment.


2.For the "On mouse over" channel description i'm using QToolTip but when using border-radius the background overflows it. (Example:http://i.imgur.com/w5x62.jpg)


Code used:


QToolTip {

background: #333;

margin: 2px;

border: 1px solid #878787;

border-radius: 5px;

}


I already tried to use designer to find the channel description when pressing comment with no avail so any help would be appreciated.


EDIT:Ok im pretty sure now that the On click channel description was a QWhatsThis::showText() and i'm pretty sure that is not stylable.


https://bugreports.qt-project.org/browse/QTBUG-1444 If this is true this is being a problem since 2010... I'll search for a workaround.

Link to comment
Share on other sites

 Share

×
×
  • Create New...