#ifndef __WIDGET1_36B34080__
#define __WIDGET1_36B34080__

#include <qbutton.h>
#include <qpushbt.h>
#include <qlistbox.h>
#include <qlabel.h>
#include <qframe.h>
#include <qwidget.h>


class XFont : public QWidget {
	Q_OBJECT
public:
	XFont(QWidget *parent=NULL, const char *name=NULL);
	~XFont();
  void writeconfig();
  QListBox *ListFontSelected;
protected slots:
  void slotchangedir(int );
  void slotremovefont();
  void slotaddfont();
  void slotup();
  void slotdown();

private:
	QListBox  *FileDialog;
	QPushButton *PushAddFont;
	QPushButton *PushSupFont;
	QPushButton *PushUpFont,*PushDownFont;
	QFrame *FFileDial;
	QLabel *LPixmap;
	QLabel *LFrFont;
	void initLayout(void);
  QString StrPath;
  void init_folder( QString);

private slots:
};
#endif /* __WIDGET1_36B34080__ */





Documentation generated by root@vmdiduz on sam fév 13 15:30:42 CET 1999