![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qstandardpaths.h"
#include <qdir.h>
#include <qstringlist.h>
#include <qcoreapplication.h>
#include <qt_windows.h>
#include <shlobj.h>
#include <intshcut.h>
#include <qvarlengtharray.h>
Go to the source code of this file.
Functions | |
static QString | convertCharArray (const wchar_t *path) |
static bool | isGenericConfigLocation (QStandardPaths::StandardLocation type) |
static bool | isConfigLocation (QStandardPaths::StandardLocation type) |
static void | appendOrganizationAndApp (QString &path) |
static void | appendTestMode (QString &path) |
static bool | isProcessLowIntegrity () |
static GUID | writableSpecialFolderId (QStandardPaths::StandardLocation type) |
static QString | sHGetKnownFolderPath (const GUID &clsid) |
QString | qAppFileName () |
Definition at line 42 of file qstandardpaths_win.cpp.
Definition at line 56 of file qstandardpaths_win.cpp.
|
static |
Definition at line 25 of file qstandardpaths_win.cpp.
|
inlinestatic |
Definition at line 35 of file qstandardpaths_win.cpp.
|
inlinestatic |
Definition at line 30 of file qstandardpaths_win.cpp.
|
static |
Definition at line 62 of file qstandardpaths_win.cpp.
|
extern |
Definition at line 2413 of file qcoreapplication.cpp.
|
static |
Definition at line 148 of file qstandardpaths_win.cpp.
|
static |
Definition at line 85 of file qstandardpaths_win.cpp.