#include "dialogoption.h"#include "option.h"#include <utils/debug.h>#include <qstring.h>#include <qpushbutton.h>#include <qlineedit.h>#include <qevent.h>#include "settings.h"#include "util.h"Namespaces | |
| namespace | gui |
Graphical user interface namespace. | |
DialogOption - Abstract class for widget containing one editable string setting, with nearby "..." button allowing to invoke dialog to change the setting in some possibly more user-friently way Subclasses should reimplement the dialog function to invoke some dialog and change the string value accordingly