karm

csvexportdialog_base.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './csvexportdialog_base.ui'
00003 **
00004 ** Created: Thu Mar 29 06:23:35 2007
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.8   edited Jan 11 14:47 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
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 QComboBox;
00026 class QGroupBox;
00027 class QButtonGroup;
00028 class QRadioButton;
00029 class QLineEdit;
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     QLabel* quotesLabel;
00044     QComboBox* cboQuote;
00045     QGroupBox* grpDateRange;
00046     QLabel* textLabel1;
00047     KDateEdit* dtFrom;
00048     QLabel* textLabel1_2;
00049     KDateEdit* dtTo;
00050     QButtonGroup* grpTimeFormat;
00051     QRadioButton* radioHoursMinutes;
00052     QRadioButton* radioDecimal;
00053     QButtonGroup* grpDelimiter;
00054     QRadioButton* radioTab;
00055     QRadioButton* radioOther;
00056     QRadioButton* radioSpace;
00057     QRadioButton* radioComma;
00058     QLineEdit* txtOther;
00059     QRadioButton* radioSemicolon;
00060 
00061 public slots:
00062     virtual void enableExportButton();
00063 
00064 protected:
00065     QGridLayout* CSVExportDialogBaseLayout;
00066     QSpacerItem* spacer3;
00067     QSpacerItem* spacer1;
00068     QGridLayout* grpDateRangeLayout;
00069     QGridLayout* grpTimeFormatLayout;
00070     QGridLayout* grpDelimiterLayout;
00071 
00072 protected slots:
00073     virtual void languageChange();
00074 
00075 private:
00076     QPixmap image0;
00077 
00078 };
00079 
00080 #endif // CSVEXPORTDIALOGBASE_H
KDE Home | KDE Accessibility Home | Description of Access Keys