Source: scribus/applytemplate.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef APPLYT_H
#define APPLYT_H

#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include "scribusview.h"

class ApplyT : public QDialog
{ 
    Q_OBJECT

public:
    ApplyT( QWidget* parent, ScribusView *view);
    ~ApplyT() {};

    QLabel* TextLabel1;
    QComboBox* Templ;
    QPushButton* CancelB;
    QPushButton* OKButton;

protected:
    QGridLayout* ApplyTLayout;
    QHBoxLayout* Layout4;
};

#endif // APPLYT_H

Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54.