/***************************************************************************
xfree.h - description
-------------------
version :
begin : lun jan 25 23:02:54 CET 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 XFREE_H
#define XFREE_H
#include <kapp.h>
#include <qwidget.h>
#include <qpushbutton.h>
#include <qlabel.h>
#include <qcombo.h>
#include <qslider.h>
#include <qchkbox.h>
#include <qstring.h>
class Xfree : public QWidget {
Q_OBJECT
public:
Xfree(QWidget*parent=0,const char* name=0);
~Xfree();
QPushButton * ok, *test, *annul;
QLabel * moniteur, * LResolition, *LHSync, *LVSync, * LResolution, * LVirtual, *PixCouleur;
QComboBox * ComMoniteur;
QComboBox * NbCouleur;
QSlider * Resolution, *Virtual;
QCheckBox *ChkVirtual;
QStrList * ListeVirtual;
/*variable de custom poue l'identification du Moniteur */
QString MMarque;
QString MType;
private:
void init_struct();
int MoniteurCourant;
private slots:
void resolution_change(int);
void slotMonitorChanged(int );
void slotVirtualActive(bool);
void slotVirtualChange(int);
void slotCouleurChanged(int);
void slotcustomisation();
void slotApply();
};
#endif
Documentation generated by root@vmdiduz on sam fév 13 15:30:42 CET 1999