Home
last modified time | relevance | path

Searched refs:slotWizard (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/kcron/kcron-21.12.3/src/
H A DtaskEditorDialog.cpp185 connect(mCommand, &KUrlRequester::textChanged, this, &TaskEditorDialog::slotWizard); in TaskEditorDialog()
188 connect(mChkEnabled, &QCheckBox::clicked, this, &TaskEditorDialog::slotWizard); in TaskEditorDialog()
191 connect(mChkReboot, &QCheckBox::clicked, this, &TaskEditorDialog::slotWizard); in TaskEditorDialog()
194 connect(mCbEveryDay, &QCheckBox::clicked, this, &TaskEditorDialog::slotWizard); in TaskEditorDialog()
213 slotWizard(); in TaskEditorDialog()
311 connect(mAllMonths, &SetOrClearAllButton::clicked, this, &TaskEditorDialog::slotWizard); in createMonthsGroup()
345 connect(mAllDaysOfWeek, &SetOrClearAllButton::clicked, this, &TaskEditorDialog::slotWizard); in createDaysOfWeekGroup()
445 connect(minuteButton, &NumberPushButton::clicked, this, &TaskEditorDialog::slotWizard); in createMinuteButton()
504 connect(hourButton, &NumberPushButton::clicked, this, &TaskEditorDialog::slotWizard); in createHourButton()
551 connect(mAllHours, &SetOrClearAllButton::clicked, this, &TaskEditorDialog::slotWizard); in createHoursGroup()
[all …]
H A DvariableEditorDialog.cpp128 slotWizard(); in VariableEditorDialog()
132 connect(mCmbVariable, &QComboBox::editTextChanged, this, &VariableEditorDialog::slotWizard); in VariableEditorDialog()
133 connect(mLeValue, &QLineEdit::textEdited, this, &VariableEditorDialog::slotWizard); in VariableEditorDialog()
183 void VariableEditorDialog::slotWizard() in slotWizard() function in VariableEditorDialog
H A DvariableEditorDialog.h61 void slotWizard();
H A DtaskEditorDialog.h113 void slotWizard();
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dobservinglist.h264 void slotWizard();
H A Dobservinglist.cpp143 connect(ui->WizardButton, SIGNAL(clicked()), this, SLOT(slotWizard()));
1168 void ObservingList::slotWizard() in slotWizard() function in ObservingList
/dports/astro/kstars/kstars-3.5.6/kstars/
H A Dkstars.h561 void slotWizard();
H A Dkstarsinit.cpp392 actionCollection()->addAction("startwizard", this, SLOT(slotWizard())) in initActions()
834 slotWizard(); in datainitFinished()
H A Dkstarsactions.cpp393 void KStars::slotWizard() in slotWizard() function in KStars