Source: scribus/libabout/about.h
|
|
|
|
#ifndef ABOUT_H
#define ABOUT_H
#include
#include
#include
#include
#include
#include
#include
class About : public QDialog
{
Q_OBJECT
public:
About( QWidget* parent );
~About();
QLabel* PixmapLabel1;
QLabel* BuildID;
QPushButton* PushButton1;
QTabWidget* TabWidget2;
QWidget* tab;
QWidget* tab_2;
QWidget* tab_3;
QTextView* TextView1;
QTextView* TextView2;
protected:
QVBoxLayout* AboutLayout;
QHBoxLayout* tabLayout;
QVBoxLayout* tabLayout1;
QHBoxLayout* tabLayout_2;
QHBoxLayout* Layout2;
};
#endif // ABOUT_H
Generated by: paul on ahnews.music.salford.ac.uk on Tue Oct 21 16:33:32 2003, using kdoc 2.0a54. |