#include <mainControlPreferences.h>
Inheritance diagram for VIEW::MainControlPreferences:
Public Slots | |
void | selectFont () |
Get the application's default font. | |
void | setFont (QFont font) |
Set the application's default font. | |
Public Member Functions | |
MainControlPreferences (QWidget *parent=NULL, const char *name="MainControlPreferences", Qt::WFlags fl=0) throw () | |
Default Constructor. | |
QStyle * | getStyle () throw () |
Inspection of the selected style. | |
void | enableLoggingToFile (bool state) throw () |
Enable logging to file. | |
bool | loggingToFileEnabled () const throw () |
QFont | getFont () |
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 | |
QFont | font_ |
It contains the following settings:
|
Inspection of the selected style. This method will be called from MainControl::applyPreferences().
|