csvexportdialog_base.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
#ifndef CSVEXPORTDIALOGBASE_H
00011
#define CSVEXPORTDIALOGBASE_H
00012
00013
#include <qvariant.h>
00014
#include <qpixmap.h>
00015
#include <qdialog.h>
00016
00017
class QVBoxLayout;
00018
class QHBoxLayout;
00019
class QGridLayout;
00020
class QSpacerItem;
00021
class KDateEdit;
00022
class KPushButton;
00023
class QLabel;
00024
class KURLRequester;
00025
class QButtonGroup;
00026
class QRadioButton;
00027
class QLineEdit;
00028
class QGroupBox;
00029
class QComboBox;
00030
00031
class CSVExportDialogBase :
public QDialog
00032 {
00033 Q_OBJECT
00034
00035
public:
00036 CSVExportDialogBase(
QWidget* parent = 0,
const char* name = 0,
bool modal = FALSE, WFlags fl = 0 );
00037 ~CSVExportDialogBase();
00038
00039 KPushButton* btnExport;
00040 KPushButton* btnCancel;
00041
QLabel* textLabel1_3;
00042 KURLRequester* urlExportTo;
00043
QButtonGroup* grpTimeFormat;
00044
QRadioButton* radioHoursMinutes;
00045
QRadioButton* radioDecimal;
00046
QButtonGroup* grpDelimiter;
00047
QRadioButton* radioTab;
00048
QRadioButton* radioOther;
00049
QRadioButton* radioSpace;
00050
QRadioButton* radioComma;
00051
QLineEdit* txtOther;
00052
QRadioButton* radioSemicolon;
00053
QGroupBox* grpDateRange;
00054
QLabel* textLabel1;
00055 KDateEdit* dtFrom;
00056
QLabel* textLabel1_2;
00057 KDateEdit* dtTo;
00058
QLabel* quotesLabel;
00059
QComboBox* cboQuote;
00060
00061
public slots:
00062
virtual void enableExportButton();
00063
00064
protected:
00065
QGridLayout* layout5;
00066
QSpacerItem* spacer3;
00067
QHBoxLayout* layout22;
00068
QSpacerItem* spacer1;
00069
QHBoxLayout* layout1;
00070
QHBoxLayout* layout3;
00071
00072
protected slots:
00073
virtual void languageChange();
00074
00075
private:
00076
QPixmap image0;
00077
00078 };
00079
00080
#endif // CSVEXPORTDIALOGBASE_H
This file is part of the documentation for karm Library Version 3.3.0.