Go to the documentation of this file.
5 #ifndef BALL_VIEW_DIALOGS_PYTHONSETTINGS_H
6 #define BALL_VIEW_DIALOGS_PYTHONSETTINGS_H
8 #ifndef BALL_COMMON_GLOBAL_H
12 #ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
16 #ifndef BALL_VIEW_WIDGETS_PYWIDGET_H
20 #include <BALL/VIEW/UIC/ui_pythonSettings.h>
22 #include <QtWidgets/QWidget>
23 #include <QtGui/QFont>
36 public Ui_PythonSettingsData,
virtual void rowSelected()
void readPreferenceEntries(const INIFile &inifile)
Restore the settings of all registered objects.
~PythonSettings()
Destructor.
PythonSettings(QWidget *parent=0, const char *name=0)
Constructor.
QFont getEditorFont() const
String getFilename() const
Get the filename of the startup script.
const std::list< Hotkey > getContent() const
void setContent(const std::list< Hotkey > &hotkeys)
void writePreferenceEntries(INIFile &inifile)
Store the settings of all registered objects.
void setFilename(const String &filename)
Set the filename of the startup script.
void clearStartupScript()
void fileSelected()
Open a filedialog to select the startup script.