KDECore
kkernel_win.h File Reference
#include <QtCore/QString>
#include <kdecore_export.h>
Go to the source code of this file.
Functions | |
QByteArray | getWin32LocaleName () |
QString | getWin32ShellFoldersPath (const QString &folder) |
bool | isExecutable (const QString &filename) |
bool | showWin32FilePropertyDialog (const QString &fileName) |
Function Documentation
QByteArray getWin32LocaleName | ( | ) |
- Returns:
- two-letter locale name (like "en" or "pl") taken from MS Windows native registry. Useful when we don't want to rely on KSyCoCa. Used e.g. by kbuildsycoca application.
Definition at line 186 of file kkernel_win.cpp.
Windows-specific functions needed in kdecore.
This file provides some Windows-specific functions which Qt do not provide access to.
- Returns:
- a value from MS Windows native registry for shell folder folder.
- a value from MS Windows native registry for shell folder folder.
Definition at line 205 of file kkernel_win.cpp.
- Returns:
- true when the file is an executable on windows.
Definition at line 452 of file kkernel_win.cpp.
Shows native MS Windows file property dialog for a file fileName.
Return true on success. Only works for local absolute paths. Used by KPropertiesDialog, if possible.
Definition at line 170 of file kkernel_win.cpp.