Difference between revisions of "Skinning"

From Mumble Wiki
Jump to: navigation, search
(added config_network.png to list of icons)
(corrected header)
Line 1: Line 1:
 
Note: This tutorial will probably not be complete.
 
Note: This tutorial will probably not be complete.
  
== Creating a Murmur Skin ==
+
== Creating a Mumble Skin ==
  
 
=== qss files ===
 
=== qss files ===

Revision as of 08:54, 13 May 2008

Note: This tutorial will probably not be complete.

Creating a Mumble Skin

qss files

In your settings you may select a qss file as a skin.

It's basic structure may include:

QTreeView {
  background-color:white;
  color:black;
  }

QTextBrowser {
  background-color:#CCCCFF;
  }

QMenuBar{
  }
QMenu{
  }

You may use background-color and color like a css definition.

QTreeView is the channel/player area of mumble, QTextBrowser where messages are printed.

QMenuBar and QMenu is the top menu.


See QT Style Sheets Documentation for more information.

Changing Icons

If you place your qss skin file in a folder with icons, the icons will be loaded next time mumble is started.

Here's a list of icon files:

  • authenticated.png
  • channel.png
  • channel_linked.png
  • config_asio.png
  • config_basic.png
  • config_dsound.png
  • config_msgs.png
  • config_network.png
  • config_osd.png
  • config_plugin.png
  • config_shortcuts.png
  • config_ui.png
  • deafened_overlay.png
  • deafened_self.png
  • deafened_server.png
  • mumble.16x16.png
  • mumble.32x32.png
  • mumble.48x48.png
  • mumble.64x64.png
  • muted_local.png
  • muted_overlay.png
  • muted_self.png
  • muted_server.png
  • talking_alt.png
  • talking_off.png
  • talking_on.png

See Also

  • Skins for a list of Skins