Source: sqlguipart/basecreator.h
		 | 
		 |  
	 
	 
	
	 | 
 | 
/****************************************************************************
** Form interface generated from reading ui file 'basecreator.ui'
**
** Created: Tue Apr 16 12:17:06 2002
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef BASECREATOR_H
#define BASECREATOR_H
#include 
#include 
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class KLineEdit;
class KSqueezedTextLabel;
class QFrame;
class QPushButton;
class KLocale;
class baseCreator : public QDialog
{ 
    Q_OBJECT
public:
    baseCreator( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~baseCreator();
    QFrame* Frame3;
    KSqueezedTextLabel* KSqueezedTextLabel1;
    KLineEdit* basename;
    QPushButton* buttonOk;
    QPushButton* buttonCancel;
signals:
    void successfullCreation();
    void createRequest( QString* dbase );
public slots:
    virtual void slotCreateRequest();
protected:
    QVBoxLayout* baseCreatorLayout;
    QHBoxLayout* Frame3Layout;
    QHBoxLayout* Layout1;
		KLocale* kl;
};
#endif // BASECREATOR_H
	
	| Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53. |