Source: scribus/newtemp.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file 'Query.ui'
**
** Created: Mon Apr 23 20:48:47 2001
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef QUERY_H
#define QUERY_H
#include
#include
#include
#include
#include
#include
#include
#include "scribusdoc.h"
class NewTm : public QDialog
{
public:
NewTm( QWidget* parent, QString text, QString titel, ScribusDoc *doc );
~NewTm() {};
QPushButton* PushButton1;
QPushButton* PushButton2;
QLineEdit* Answer;
QLabel* Frage;
QComboBox* Links;
protected:
QVBoxLayout* QueryLayout;
QHBoxLayout* Layout3;
QHBoxLayout* Layout2;
QHBoxLayout* Layout1;
};
#endif // QUERY_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |