KDECore
KuitFormats Namespace Reference
Functions | |
QString | toInterfacePath (const QString &inpstr, const QString &delim) |
QString | toKeyCombo (const QString &shstr, const QString &delim, const QHash< QString, QString > &keydict) |
Function Documentation
Reformat GUI element path.
Consider the first encountered of '/', '|' or "->" as path delimiter, and replace them with the supplied delimiter.
- Parameters
-
inpstr raw interface path string delim replacement path delimiter
- Returns
- path in proper format
Definition at line 59 of file kuitformats.cpp.
QString KuitFormats::toKeyCombo | ( | const QString & | shstr, |
const QString & | delim, | ||
const QHash< QString, QString > & | keydict | ||
) |
Reformat keyboard shortcut.
The first of encountered of '+' or '-' is taken for key delimiter, and the supplied delimiter is used instead. A dictionary of replacement key names can also be provided, which can be used for localization of the key names.
- Parameters
-
shstr raw shortcut string delim replacement delimiter for keys keydict replacement dictionary of key names
- Returns
- shortcut in proper format
Definition at line 29 of file kuitformats.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.