NAME
Qt::Gui::QDesktopServices
PUBLIC METHODS
- static QString displayName(QDesktopServices::StandardLocation type)
- static bool openUrl(const QUrl & url)
- static void setUrlHandler(const QString & scheme, QObject * receiver, const char * method)
- static QString storageLocation(QDesktopServices::StandardLocation type)
- static void unsetUrlHandler(const QString & scheme)
ENUM VALUES
- DesktopLocation
- DocumentsLocation
- FontsLocation
- ApplicationsLocation
- MusicLocation
- MoviesLocation
- PicturesLocation
- TempLocation
- HomeLocation
- DataLocation
- CacheLocation
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.