|
a/src/qtgui/uiprefs_w.h |
|
b/src/qtgui/uiprefs_w.h |
1 |
/* @(#$Id: uiprefs_w.h,v 1.6 2006-12-14 13:53:43 dockes Exp $ (C) 2006 J.F.Dockes */
|
1 |
/* @(#$Id: uiprefs_w.h,v 1.7 2007-01-13 15:21:41 dockes Exp $ (C) 2006 J.F.Dockes */
|
2 |
/*
|
2 |
/*
|
3 |
* This program is free software; you can redistribute it and/or modify
|
3 |
* This program is free software; you can redistribute it and/or modify
|
4 |
* it under the terms of the GNU General Public License as published by
|
4 |
* it under the terms of the GNU General Public License as published by
|
5 |
* the Free Software Foundation; either version 2 of the License, or
|
5 |
* the Free Software Foundation; either version 2 of the License, or
|
6 |
* (at your option) any later version.
|
6 |
* (at your option) any later version.
|
|
... |
|
... |
15 |
* Free Software Foundation, Inc.,
|
15 |
* Free Software Foundation, Inc.,
|
16 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
17 |
*/
|
17 |
*/
|
18 |
#ifndef _UIPREFS_W_H_INCLUDED_
|
18 |
#ifndef _UIPREFS_W_H_INCLUDED_
|
19 |
#define _UIPREFS_W_H_INCLUDED_
|
19 |
#define _UIPREFS_W_H_INCLUDED_
|
20 |
/* @(#$Id: uiprefs_w.h,v 1.6 2006-12-14 13:53:43 dockes Exp $ (C) 2005 J.F.Dockes */
|
20 |
/* @(#$Id: uiprefs_w.h,v 1.7 2007-01-13 15:21:41 dockes Exp $ (C) 2005 J.F.Dockes */
|
21 |
#include <qvariant.h>
|
21 |
#include <qvariant.h>
|
22 |
#include <qdialog.h>
|
22 |
#include <qdialog.h>
|
23 |
|
23 |
|
24 |
#if (QT_VERSION < 0x040000)
|
24 |
#if (QT_VERSION < 0x040000)
|
25 |
#include "uiprefs.h"
|
25 |
#include "uiprefs.h"
|
|
... |
|
... |
67 |
virtual void showFontDialog();
|
67 |
virtual void showFontDialog();
|
68 |
virtual void showViewAction();
|
68 |
virtual void showViewAction();
|
69 |
virtual void resetReslistFont();
|
69 |
virtual void resetReslistFont();
|
70 |
virtual void showBrowserDialog();
|
70 |
virtual void showBrowserDialog();
|
71 |
virtual void extraDbTextChanged( const QString & text );
|
71 |
virtual void extraDbTextChanged( const QString & text );
|
72 |
virtual void addAADbPB_clicked();
|
|
|
73 |
virtual void addADbPB_clicked();
|
|
|
74 |
virtual void delADbPB_clicked();
|
|
|
75 |
virtual void delAADbPB_clicked();
|
|
|
76 |
virtual void addExtraDbPB_clicked();
|
72 |
virtual void addExtraDbPB_clicked();
|
|
|
73 |
virtual void delExtraDbPB_clicked();
|
77 |
virtual void browseDbPB_clicked();
|
74 |
virtual void browseDbPB_clicked();
|
|
|
75 |
virtual void togExtraDbPB_clicked();
|
|
|
76 |
virtual void actAllExtraDbPB_clicked();
|
|
|
77 |
virtual void unacAllExtraDbPB_clicked();
|
78 |
|
78 |
|
79 |
signals:
|
79 |
signals:
|
80 |
void uiprefsDone();
|
80 |
void uiprefsDone();
|
81 |
|
81 |
|
82 |
protected slots:
|
82 |
protected slots:
|