karm Library API Documentation

csvexportdialog_base.h

00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './csvexportdialog_base.ui' 00003 ** 00004 ** Created: Fri Oct 1 15:02:36 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) 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 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
KDE Logo
This file is part of the documentation for karm Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:19:01 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003