Source: sqlguipart/exportbox.h
|
|
|
|
/****************************************************************************
** Form interface generated from reading ui file 'exportbox.ui'
**
** Created: Wed Apr 10 18:11:53 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef EXPORTBOX_H
#define EXPORTBOX_H
#include
#include
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class KComboBox;
class KSqueezedTextLabel;
class QFrame;
class QGroupBox;
class QPushButton;
class QRadioButton;
class KLocale;
class ExportBox : public QDialog
{
Q_OBJECT
public:
ExportBox( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~ExportBox();
QGroupBox* GroupBox1;
QRadioButton* RadioButton1;
QRadioButton* RadioButton2;
QRadioButton* RadioButton3;
QFrame* Frame3;
KSqueezedTextLabel* KSqueezedTextLabel1;
KComboBox* KComboBox1;
QPushButton* buttonOk;
QPushButton* buttonCancel;
int what;
int form;
signals:
void exportRequest(int what, int form);
private slots:
void checker1();
void checker2();
void checker3();
void checker4( int x );
void setWhat(int x);
void setForm(int x);
void slotOkayPressed();
protected:
QVBoxLayout* ExportBoxLayout;
QVBoxLayout* GroupBox1Layout;
QHBoxLayout* Frame3Layout;
QHBoxLayout* Layout1;
KLocale* kl;
};
#endif // EXPORTBOX_H
Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53. |