5#ifndef BALL_VIEW_DIALOGS_MAINCONTROLPREFERENCES_H
6#define BALL_VIEW_DIALOGS_MAINCONTROLPREFERENCES_H
8#ifndef BALL_COMMON_GLOBAL_H
12#ifndef BALL_FORMAT_INIFILE_H
16#ifndef BALL_VIEW_KERNEL_PREFERENCESENTRY
20#include <BALL/VIEW/UIC/ui_mainControlPreferences.h>
22#include <QtWidgets/QWidget>
39 public Ui_MainControlPreferencesData,
48 Qt::WindowFlags fl=0);
73 return last_index_ != languageComboBox_->currentIndex();
77 last_index_ = languageComboBox_->currentIndex();
bool loggingToFileEnabled() const
void writePreferenceEntries(INIFile &inifile)
Store the settings of all registered objects.
bool getLanguageChanged()
void setFont(QFont font)
Set the application's default font.
MainControlPreferences(QWidget *parent=NULL, const char *name="MainControlPreferences", Qt::WindowFlags fl=0)
Default Constructor.
void enableLoggingToFile(bool state)
Enable logging to file.
bool getSkipDriverChecks() const
void selectFont()
Get the application's default font.
void readPreferenceEntries(const INIFile &inifile)
Restore the settings of all registered objects.
void resetLanguageChanged()
virtual ~MainControlPreferences()