~ubuntu-branches/ubuntu/utopic/openmsx-debugger/utopic

« back to all changes in this revision

Viewing changes to src/PreferencesDialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-12-06 07:40:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091206074002-kssfkg1d6xbp6w9e
Tags: 0.0.0.svn20091206-1
New svn snapshot (Closes: #559612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef PREFERENCESDIALOG_H
2
 
#define PREFERENCESDIALOG_H
 
1
#ifndef PREFERENCESDIALOG_OPENMSX_H
 
2
#define PREFERENCESDIALOG_OPENMSX_H
3
3
 
4
4
#include "ui_PreferencesDialog.h"
 
5
#include <QDialog>
5
6
 
6
7
class PreferencesDialog : public QDialog, private Ui::PreferencesDialog
7
8
{
8
9
        Q_OBJECT
9
10
public:
10
 
        PreferencesDialog(QWidget *parent = 0);
 
11
        PreferencesDialog(QWidget* parent = 0);
11
12
 
12
13
private:
13
14
        void initFontList();
14
 
        void setFontPreviewColor( const QColor& c );
 
15
        void setFontPreviewColor(const QColor& c);
15
16
 
16
17
        bool updating;
17
18
 
18
19
private slots:
19
 
        void fontSelectionChange( int row );
20
 
        void fontTypeChanged( bool state );
 
20
        void fontSelectionChange(int row);
 
21
        void fontTypeChanged(bool state);
21
22
        void fontSelectCustom();
22
23
        void fontSelectColor();
23
24
};
24
25
 
25
 
#endif /* PREFERENCESDIALOG_H */
 
26
#endif // PREFERENCESDIALOG_OPENMSX_H