karm
CSVExportDialogBase Class Reference
Inheritance diagram for CSVExportDialogBase:

Detailed Description
Definition at line 31 of file csvexportdialog_base.h.
Public Slots | |
| virtual void | enableExportButton () |
Public Member Functions | |
| CSVExportDialogBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
| ~CSVExportDialogBase () | |
Public Attributes | |
| KPushButton * | btnExport |
| KPushButton * | btnCancel |
| QLabel * | textLabel1_3 |
| KURLRequester * | urlExportTo |
| QLabel * | quotesLabel |
| QComboBox * | cboQuote |
| QGroupBox * | grpDateRange |
| QLabel * | textLabel1 |
| KDateEdit * | dtFrom |
| QLabel * | textLabel1_2 |
| KDateEdit * | dtTo |
| QButtonGroup * | grpTimeFormat |
| QRadioButton * | radioHoursMinutes |
| QRadioButton * | radioDecimal |
| QButtonGroup * | grpDelimiter |
| QRadioButton * | radioTab |
| QRadioButton * | radioOther |
| QRadioButton * | radioSpace |
| QRadioButton * | radioComma |
| QLineEdit * | txtOther |
| QRadioButton * | radioSemicolon |
Protected Slots | |
| virtual void | languageChange () |
Protected Attributes | |
| QGridLayout * | CSVExportDialogBaseLayout |
| QSpacerItem * | spacer3 |
| QSpacerItem * | spacer1 |
| QGridLayout * | grpDateRangeLayout |
| QGridLayout * | grpTimeFormatLayout |
| QGridLayout * | grpDelimiterLayout |
The documentation for this class was generated from the following files:

