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>
36 public Ui_PythonSettingsData,
~PythonSettings()
Destructor.
PythonSettings(QWidget *parent=0, const char *name=0)
Constructor.
String getFilename() const
Get the filename of the startup script.
void setFilename(const String &filename)
Set the filename of the startup script.
QFont getEditorFont() const
void clearStartupScript()
const std::list< Hotkey > getContent() const
virtual void rowSelected()
void setContent(const std::list< Hotkey > &hotkeys)
void writePreferenceEntries(INIFile &inifile)
Store the settings of all registered objects.
void readPreferenceEntries(const INIFile &inifile)
Restore the settings of all registered objects.
void fileSelected()
Open a filedialog to select the startup script.