Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

VIEW::PythonSettings Class Reference
[QT Dialogs]

Dialog for setting the Python preferences. More...

#include <pythonSettings.h>

Inheritance diagram for VIEW::PythonSettings:

VIEW::PreferencesEntry List of all members.

Public Slots

void fileSelected ()
 Open a filedialog to select the startup script.
void clearStartupScript ()
virtual void rowSelected ()
void selectFont ()

Public Member Functions

 PythonSettings (QWidget *parent=0, const char *name=0)
 Constructor.
 ~PythonSettings ()
 Destructor.
QFont getEditorFont () const
void setFilename (const String &filename) throw ()
 Set the filename of the startup script.
String getFilename () const throw ()
 Get the filename of the startup script.
const List< Hotkey > getContent () const throw ()
void setContent (const 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.

Protected Attributes

HotkeyTabletable
QFont font_

Detailed Description

Dialog for setting the Python preferences.

Currently only a startup script can be selected, that will be called, when the application has loaded and a PyWidget instance is added.