/***************************************************************************
avance.h - description
-------------------
version :
begin : Mon Feb 1 1999
copyright : (C) 1999 by
email :
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef AVANCE_H
#define AVANCE_H
#include <qdialog.h>
#include <ktabctl.h>
#include "XCarte.h"
#include "inputs.h"
#include "XFont.h"
#include "dpms.h"
/**
*@author
*/
class Avance : public QDialog {
Q_OBJECT
public:
Avance(QWidget *parent=NULL, const char *name=NULL);
~Avance();
KTabCtl *TabW;
private:
QPushButton * ok, *apply, * cancel;
XCarte *graph;
Inputs *entre;
XFont * FontWindow;
Dpms * dpms;
void writeconfig();
protected slots:
void slotwriteconfig();
void slotok();
};
#endif
Documentation generated by root@vmdiduz on sam fév 13 15:30:42 CET 1999