pqIconBrowser is a dialog to browse available icons. More...
#include <pqIconBrowser.h>
Inherits QDialog.
Public Member Functions | |
pqIconBrowser (QWidget *parent) | |
~pqIconBrowser () override | |
QString | getSelectedIconPath () |
Returns the absolute path of the selected icon. More... | |
Static Public Member Functions | |
static QString | getIconPath (const QString &defaultPath=QString()) |
Returns the absolute path to the selected icon. More... | |
pqIconBrowser is a dialog to browse available icons.
Available icons includes icons provided by the application but also user defined ones. This dialog allows to import and remove user defined icons.
Definition at line 21 of file pqIconBrowser.h.
pqIconBrowser::pqIconBrowser | ( | QWidget * | parent | ) |
|
override |
|
static |
Returns the absolute path to the selected icon.
May be empty if no icon were selected. Create a dialog window. Argument defaultPath is used if dialog is rejected.
QString pqIconBrowser::getSelectedIconPath | ( | ) |
Returns the absolute path of the selected icon.