Home
last modified time | relevance | path

Searched refs:standardLocations (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/setup/
H A DCAppSetupMac.cpp98 …const QStringList& standardLocations = QStandardPaths::standardLocations(QStandardPaths::CacheLoca… in defaultCachePath() local
99 const QString& cachePath = standardLocations.first(); in defaultCachePath()
107 …const QStringList& standardLocations = QStandardPaths::standardLocations(QStandardPaths::AppLocalD… in userDataPath() local
108 const QString& dataDir = standardLocations.first(); in userDataPath()
110 …const QStringList& standardLocations = QStandardPaths::standardLocations(QStandardPaths::DataLocat… in userDataPath()
111 const QString& dataDir = standardLocations.first(); in userDataPath()
120 …const QStringList& standardLocations = QStandardPaths::standardLocations(QStandardPaths::DesktopLo… in logDir() local
121 const QString& home = standardLocations.first(); in logDir()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DExportDialog.cpp59 QStringList standardLocations = in ExportDialog() local
60 QStandardPaths::standardLocations(QStandardPaths::HomeLocation); in ExportDialog()
61 standardLocations << in ExportDialog()
62 QStandardPaths::standardLocations(QStandardPaths::DesktopLocation); in ExportDialog()
63 standardLocations << in ExportDialog()
64 QStandardPaths::standardLocations(QStandardPaths::DocumentsLocation); in ExportDialog()
69 foreach (QString loc, standardLocations) in ExportDialog()
148 standardLocations = in ExportDialog()
149 QStandardPaths::standardLocations(QStandardPaths::DocumentsLocation); in ExportDialog()
151 if (standardLocations.size() > 0) in ExportDialog()
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Library/Utils/
H A DDirChooserDialog.cpp55 const QStringList standardLocations = QStandardPaths::standardLocations(location); in DirChooserDialog() local
56 for(const QString& standardLocation : standardLocations) in DirChooserDialog()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/setup/
H A DCAppSetupMac.cpp80 … const QString& cachePath = QStandardPaths::standardLocations(QStandardPaths::CacheLocation).at(0); in defaultCachePath()
88 …const QString& dataDir = QStandardPaths::standardLocations(QStandardPaths::AppLocalDataLocation).a… in userDataPath()
90 const QString& dataDir = QStandardPaths::standardLocations(QStandardPaths::DataLocation).at(0); in userDataPath()
99 const QString& home = QStandardPaths::standardLocations(QStandardPaths::DesktopLocation).at(0); in logDir()
/dports/x11/radare-cutter/r2cutter-0.1.1/src/common/
H A DResourcePaths.cpp52 for (auto path : standardLocations(type)) { in locateAll()
67 QStringList Cutter::standardLocations(QStandardPaths::StandardLocation type) in standardLocations() function in Cutter
69 return substitutePaths(QStandardPaths::standardLocations(type)); in standardLocations()
/dports/misc/qt5ct/qt5ct-1.5/src/qt5ct/
H A Dqt5ct.cpp71 for(const QString &p : QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation)) in iconPaths()
94 for(const QString &p : QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation)) in sharedStyleSheetPaths()
111 for(const QString &p : QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation)) in sharedColorSchemePaths()
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/applets/kicker/plugin/
H A Dsystemsettings.cpp24 …const QStringList &locations = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation); in picturesLocation()
30 path = QStandardPaths::standardLocations(QStandardPaths::HomeLocation).at(0); in picturesLocation()
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/
H A DPeruseConfig.cpp51 locations = QStandardPaths::standardLocations(QStandardPaths::DocumentsLocation); in PeruseConfig()
52 locations << QStandardPaths::standardLocations(QStandardPaths::DownloadLocation); in PeruseConfig()
53 …locations << QString("%1/comics").arg(QStandardPaths::standardLocations(QStandardPaths::GenericDat… in PeruseConfig()
168 return QStandardPaths::standardLocations(QStandardPaths::HomeLocation).first(); in homeDir()
/dports/databases/kexi/kexi-3.2.0/src/main/
H A DKexiRegisterResource_p.h59 QStringList standardLocations(QStandardPaths::standardLocations(location)); in correctStandardLocations()
61 standardLocations.append(extraLocation); in correctStandardLocations()
64 result = standardLocations; in correctStandardLocations()
67 for(const QString &dir : standardLocations) { in correctStandardLocations()
/dports/graphics/krita/krita-4.4.8/3rdparty/ext_frameworks/
H A Dkconfig.diff19 - const QStringList lstGenericConfigLocation = QStandardPaths::standardLocations(QStandardPaths:…
21 + const QStringList lstAppDataLocation = QStandardPaths::standardLocations(QStandardPaths::AppDa…
34 - const QStringList lstGenericDataLocation = QStandardPaths::standardLocations(QStandardPaths::G…
36 + const QStringList lstAppDataLocation = QStandardPaths::standardLocations(QStandardPaths::AppDa…
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtconnectivity/examples/bluetooth/picturetransfer/
H A Dmain.cpp69 QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first()); in main()
70 qDebug() << QStandardPaths::standardLocations(QStandardPaths::PicturesLocation); in main()
/dports/textproc/kreport/kreport-3.2.0/src/common/
H A DKReportUtils_p.cpp97 QStringList standardLocations(QStandardPaths::standardLocations(location)); in correctStandardLocations() local
99 standardLocations.append(extraLocation); in correctStandardLocations()
101 for(const QString &dir : standardLocations) { in correctStandardLocations()
156 QStringList triedLocations(QStandardPaths::standardLocations(location)); in registerIconsResource()
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dkdesktopfile.cpp74 …const QStringList lstGenericConfigLocation = QStandardPaths::standardLocations(QStandardPaths::Gen… in locateLocal()
85 …const QStringList lstGenericDataLocation = QStandardPaths::standardLocations(QStandardPaths::Gener… in locateLocal()
125 …const QStringList appsDirs = QStandardPaths::standardLocations(QStandardPaths::ApplicationsLocatio… in isAuthorizedDesktopFile()
132 …const QStringList lstGenericDataLocation = QStandardPaths::standardLocations(QStandardPaths::Gener… in isAuthorizedDesktopFile()
142 …const QStringList lstConfigPath = QStandardPaths::standardLocations(QStandardPaths::GenericConfigL… in isAuthorizedDesktopFile()
/dports/x11-toolkits/kproperty/kproperty-3.2.0/src/
H A DKPropertyUtils_p.cpp102 QStringList standardLocations(QStandardPaths::standardLocations(location)); in correctStandardLocations() local
104 standardLocations.append(extraLocation); in correctStandardLocations()
106 for(const QString &dir : standardLocations) { in correctStandardLocations()
182 QStringList triedLocations(QStandardPaths::standardLocations(location)); in registerIconsResource()
/dports/graphics/photoqt/photoqt-1.6/cplusplus/scripts/getanddostuff/
H A Dother.cpp84 QStringList loc = QStandardPaths::standardLocations(QStandardPaths::DesktopLocation); in getDesktopDir()
91 QStringList loc = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation); in getPicturesDir()
98 QStringList loc = QStandardPaths::standardLocations(QStandardPaths::DownloadLocation); in getDownloadsDir()
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/imports/platform/
H A Dqquickplatformstandardpaths.cpp156 QList<QUrl> QQuickPlatformStandardPaths::standardLocations(QStandardPaths::StandardLocation type) in standardLocations() function in QQuickPlatformStandardPaths
158 return toUrlList(QStandardPaths::standardLocations(type)); in standardLocations()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/
H A Dmain.cpp169 …tempLocation = QStandardPaths::standardLocations(QStandardPaths::TempLocation).first().replace('\\… in BaseValues()
170 …desktopLocation = QStandardPaths::standardLocations(QStandardPaths::DesktopLocation).first().repla… in BaseValues()
245 … QString systemAppDataDir(QStandardPaths::standardLocations(QStandardPaths::DataLocation).first()); in initAppDataDir()
276 …const QString desktopLocation(QStandardPaths::standardLocations(QStandardPaths::DesktopLocation).f… in initAppDataDir()
371 …QString oldAppDataDir = QStandardPaths::standardLocations(QStandardPaths::HomeLocation).first() + … in initAppDataDir()
595 … QString tmpDir = QStandardPaths::standardLocations(QStandardPaths::TempLocation).first(); in main()
601 …QString desktopShortcut = QStandardPaths::standardLocations(QStandardPaths::DesktopLocation).first… in main()
608 …QStandardPaths::standardLocations(QStandardPaths::DesktopLocation).first() + "/Qt Bitcoin Trader.d… in main()
616 … QDir appdataDir(QStandardPaths::standardLocations(QStandardPaths::DataLocation).first()); in main()
/dports/games/cutemaze/cutemaze-1.2.6/src/
H A Dtheme.cpp71 m_locations = QStandardPaths::standardLocations(QStandardPaths::DataLocation); in Theme()
73 m_locations = QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation); in Theme()
79 m_locations = QStandardPaths::standardLocations(QStandardPaths::DataLocation); in Theme()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/tools/
H A Dcommontools.cpp84 QStringList paths = QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation); in standardPath()
114 QStringList configPaths = QStandardPaths::standardLocations(QStandardPaths::ConfigLocation); in configPath()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtmultimedia/examples/multimedia/video/qmlvideofx/
H A Dmain.cpp144 …const QStringList picturesLocation = QStandardPaths::standardLocations(QStandardPaths::PicturesLoc… in main()
148 …const QStringList moviesLocation = QStandardPaths::standardLocations(QStandardPaths::MoviesLocatio… in main()
/dports/archivers/libarchive-qt/libarchive-qt-9863127fb8dda7242215c09efbc976193365fee4/lib/StandardPaths/
H A DNBStandardPaths.cpp148 const QStringList dirs = standardLocations(type); in locate()
167 const QStringList dirs = standardLocations(type); in locateAll()
/dports/graphics/krita/krita-4.4.8/3rdparty/ext_qt/
H A D106-Android-don-t-use-getExternalStorageDirectory-and-ge.patch32 + return standardLocations(type).first();
44 QStringList QStandardPaths::standardLocations(StandardLocation type)
/dports/graphics/krita/krita-4.4.8/plugins/tools/defaulttool/referenceimagestool/
H A DToolReferenceImages.cpp100 QStringList locations = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation); in addReferenceImage()
157 QStringList locations = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation); in loadReferenceImages()
207 QStringList locations = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation); in saveReferenceImages()
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemandevices.cpp479 probs = QStandardPaths::standardLocations( QStandardPaths::PicturesLocation ); in picturesLocation()
497 probs = QStandardPaths::standardLocations( QStandardPaths::MusicLocation ); in musicsLocation()
515 probs = QStandardPaths::standardLocations( QStandardPaths::DocumentsLocation ); in documentsLocation()
534 probs = QStandardPaths::standardLocations( QStandardPaths::DownloadLocation ); in downloadsLocation()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/
H A Dumlappprivate.cpp38 QStringList locations = QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation); in findWelcomeFile()
112 QStringList locations = QStandardPaths::standardLocations(QStandardPaths::GenericDataLocation); in readWelcomeFile()

12345678910>>...25