Source: scribus/missing.h
|
|
|
|
#ifndef MISSINGFONT_H
#define MISSINGFONT_H
#include
#include
#include
#include
#include "scribusdoc.h"
#include "fontcombo.h"
class DmF : public QDialog
{
Q_OBJECT
public:
DmF( QWidget* parent, QString fon, preV *Prefs, bool miss = true );
~DmF() {};
QPushButton* PushButton1;
QPushButton* PushButton2;
QLabel* TextLabel6;
QLabel* PixmapLabel1;
FontCombo* Replace;
QLabel* TextLabel1;
QLabel* TextLabel4;
QString Ersatz;
public slots:
virtual void NeuerFont(const QString& e);
protected:
QHBoxLayout* MissingFontLayout;
QGridLayout* Layout1;
};
#endif // MISSINGFONT_H
Generated by: paul on ahnews.music.salford.ac.uk on Tue Oct 21 16:33:32 2003, using kdoc 2.0a54. |