Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 858 Bytes

gkit_aliases.rst

File metadata and controls

30 lines (19 loc) · 858 Bytes

Predifined graphical kit aliases

QT is naming some graphical objects differently given the window manager used. Some aliases are predefined to point to the same objects for multiple window managers.

Here is the file content that defines these aliases:

../funq/aliases-gkits.conf

Each section defines a particular graphical kit (window manager), default being the kit used by default.

You can use these aliases in the aliases file in a standard way (between {}).

Note

Currently the famework does not identify automatically which window manager is used - default is always used.

To use another graphical kit, you have to specify it with the funq-gkit nose option. Example:

nosetests --with-funq --funq-gkit kde