Home
last modified time | relevance | path

Searched refs:appTypeToI18n (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/gui/dialog/
H A Dshowarchivestructuredialog.cpp187 … (void)searchArchiveElement(Utils::mailsPath(), topDirectory, Utils::appTypeToI18n(Utils::KMail)); in fillTree()
188 … (void)searchArchiveElement(Utils::alarmPath(), topDirectory, Utils::appTypeToI18n(Utils::KAlarm)); in fillTree()
189 …(void)searchArchiveElement(Utils::calendarPath(), topDirectory, Utils::appTypeToI18n(Utils::KOrgan… in fillTree()
190 …(void)searchArchiveElement(Utils::addressbookPath(), topDirectory, Utils::appTypeToI18n(Utils::KAd… in fillTree()
196 … (void)searchArchiveElement(Utils::notePath(), topDirectory, Utils::appTypeToI18n(Utils::KNotes)); in fillTree()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/gui/widgets/
H A Dselectiontypetreewidget.cpp39 mKmailItem->setText(0, Utils::appTypeToI18n(Utils::KMail)); in initialize()
47 mKaddressbookItem->setText(0, Utils::appTypeToI18n(Utils::KAddressBook)); in initialize()
53 mKalarmItem->setText(0, Utils::appTypeToI18n(Utils::KAlarm)); in initialize()
59 mKorganizerItem->setText(0, Utils::appTypeToI18n(Utils::KOrganizer)); in initialize()
65 mKNotesItem->setText(0, Utils::appTypeToI18n(Utils::KNotes)); in initialize()
74 mAkregatorItem->setText(0, Utils::appTypeToI18n(Utils::Akregator)); in initialize()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/
H A Dutils.h104 PIMDATAEXPORTER_EXPORT Q_REQUIRED_RESULT QString appTypeToI18n(AppsType type);
H A Dutils.cpp177 QString Utils::appTypeToI18n(AppsType type) in appTypeToI18n() function in Utils