Home
last modified time | relevance | path

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

/dports/sysutils/kf5-kwallet/kwallet-5.89.0/src/runtime/kwalletd/
H A Dkwalletwizard.h18 class PageIntro; variable
50 PageIntro *m_pageIntro;
H A Dkwalletwizard.cpp32 class PageIntro : public QWizardPage class
35 explicit PageIntro(QWidget *parent) in PageIntro() function in PageIntro
247 m_pageIntro = new PageIntro(this); in KWalletWizard()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/csv/import/
H A Dcsvwizard.h63 enum wizardPageE { PageIntro, PageSeparator, PageRows, enumerator
H A Dcsvwizard.cpp86 m_wiz->setPage(PageIntro, m_pageIntro); in CSVWizard()