ktimetracker
csvexportdialog.cpp
Go to the documentation of this file.
91 rc.decimalMinutes = ( combodecimalminutes->currentText() == i18nc( "format to display times", "Decimal" ) );
QDate from
For history reports, the lower bound of the date range to report on.
Definition: reportcriteria.h:63
QString quote
The quote to use for text fields when outputting comma-separated reports.
Definition: reportcriteria.h:99
QString delimiter
The delimiter to use when outputting comma-separated value reports.
Definition: reportcriteria.h:94
ReportCriteria reportCriteria()
Return an object that encapsulates the choices the user has made.
Definition: csvexportdialog.cpp:86
CSVExportDialog(ReportCriteria::REPORTTYPE rt, QWidget *parent=0)
Definition: csvexportdialog.cpp:32
bool bExPortToClipBoard
True if a clipboard export is wished, not an export to a file.
Definition: reportcriteria.h:89
bool decimalMinutes
True if the durations should be output in decimal hours.
Definition: reportcriteria.h:74
bool allTasks
True if user chose to export all tasks, not only the selected one.
Definition: reportcriteria.h:84
Definition: csvexportdialog.h:29
void enableTasksToExportQuestion()
Enable the "Tasks to export" question in the dialog.
Definition: csvexportdialog.cpp:68
QDate to
For history reports, the upper bound of the date range to report on.
Definition: reportcriteria.h:68
bool sessionTimes
True if user chose to export session times, not all times.
Definition: reportcriteria.h:79
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.