20 #ifndef _SCRIPTCONSOLE_HPP_ 21 #define _SCRIPTCONSOLE_HPP_ 24 #include "StelDialog.hpp" 26 class Ui_scriptConsoleForm;
44 void clearButtonPressed();
45 void preprocessScript();
48 void appendLogLine(
const QString& s);
49 void appendOutputLine(
const QString& s);
51 void quickRun(
int idx);
52 void rowColumnChanged();
55 Ui_scriptConsoleForm* ui;
61 QString getFileMask();
66 #endif // _SCRIPTCONSOLE_HPP_
Base class for all the GUI windows in Stellarium.
virtual void createDialogContent()
Initialize the dialog widgets and connect the signals/slots.
void styleChanged()
Notify that the application style changed.