-
Methods in io.qt.core with parameters of type QStandardPaths.StandardLocation
Modifier and Type |
Method |
Description |
static String |
QStandardPaths.displayName(QStandardPaths.StandardLocation type) |
|
static String |
QStandardPaths.locate(QStandardPaths.StandardLocation type,
String fileName) |
|
static String |
QStandardPaths.locate(QStandardPaths.StandardLocation type,
String fileName,
QStandardPaths.LocateOption... options) |
|
static String |
QStandardPaths.locate(QStandardPaths.StandardLocation type,
String fileName,
QStandardPaths.LocateOptions options) |
|
static QStringList |
QStandardPaths.locateAll(QStandardPaths.StandardLocation type,
String fileName) |
|
static QStringList |
QStandardPaths.locateAll(QStandardPaths.StandardLocation type,
String fileName,
QStandardPaths.LocateOption... options) |
|
static QStringList |
QStandardPaths.locateAll(QStandardPaths.StandardLocation type,
String fileName,
QStandardPaths.LocateOptions options) |
|
static QStringList |
QStandardPaths.standardLocations(QStandardPaths.StandardLocation type) |
|
static String |
QStandardPaths.writableLocation(QStandardPaths.StandardLocation type) |
|