optionwindow.cc File Reference

#include "optionwindow.h"
#include <qdir.h>
#include <qlabel.h>
#include <qtabwidget.h>
#include <qlayout.h>
#include <utils/debug.h>
#include "util.h"
#include "stringoption.h"
#include "realoption.h"
#include "fileoption.h"
#include "fontoption.h"
#include "combooption.h"
#include "booloption.h"
#include "intoption.h"
#include <qpoint.h>
#include <stdlib.h>
#include <qpushbutton.h>
#include <qstylefactory.h>
#include <qapplication.h>
#include "version.h"
#include "settings.h"
#include "menu.h"
#include "main.h"
#include "toolbar.h"
#include "config.h"
#include <assert.h>

Namespaces

namespace  gui
 

Graphical user interface namespace.


Functions

void gui::applyLookAndFeel (bool notify)
void gui::applyStyle ()

Variables

OptionWindow * gui::opt = NULL

Detailed Description

OptionWindow - widget for editing program options Options are arranged to tabs and it is ensured, that only one dialog at once is active (via Private constructor and static method to invoke the dialog, which will focus on existing dialog if it exists, instead of creating second one)

Author:
Martin Petricek