7 #ifndef SCRIPTERPREFSGUI_H
8 #define SCRIPTERPREFSGUI_H
10 #include "ui_scripterprefsgui.h"
11 #include "ui/prefspanel.h"
29 void setupSyntaxColors();
30 void setButtonIcon(QPushButton* button, QColor color);
35 void languageChange();
41 void changeStartupScript();
Store colors for syntax highligter. It provides defaults, loading and storing preferences.
Definition: pconsole.h:88
A base class for all preferences panels.
Definition: prefspanel.h:21
void setColor()
All requests for color change are handled here.
Definition: scripterprefsgui.cpp:85
Subclass of PrefsPanel that's supplied to the prefs dialog for use when showing plugin preferences...
Definition: scripterprefsgui.h:17