File indexing completed on 2024-05-12 16:43:40

0001 /*
0002     SPDX-FileCopyrightText: 2018 Thomas Baumgart <tbaumgart@kde.org>
0003     SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 
0006 
0007 // ----------------------------------------------------------------------------
0008 // QT Includes
0009 
0010 // ----------------------------------------------------------------------------
0011 // KDE Includes
0012 
0013 // ----------------------------------------------------------------------------
0014 // Project Includes
0015 
0016 // This file is included as part of generated code and therefore
0017 // does not contain the usually expected leadin of a class declaration
0018 // and include guards.
0019 
0020 // krazy:excludeall=includes
0021 
0022 public:
0023 
0024 static QColor schemeColor(const SchemeColor color);
0025 
0026 static QFont listCellFontEx();
0027 static QFont listHeaderFontEx();
0028 static QStringList listOfItems();
0029 
0030 /**
0031   * returns the number of the first month in the fiscal year
0032   */
0033 static int firstFiscalMonth();
0034 
0035 /**
0036   * returns the number of the first day of the fiscal year
0037   */
0038 static int firstFiscalDay();
0039 
0040 /**
0041   * returns the date of the first day in the current fiscal year
0042   */
0043 static QDate firstFiscalDate();