Home
last modified time | relevance | path

Searched defs:enableButtonOk (Results 1 – 18 of 18) sorted by relevance

/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/pages/
H A Dselectoperationpage.cpp168 emit enableButtonOk(true); in slotNewOperation() local
179 emit enableButtonOk(true); in slotIndexChanged() local
182 emit enableButtonOk(false); in slotIndexChanged() local
192 emit enableButtonOk(false); in slotTextChanged() local
197 emit enableButtonOk(true); in slotTextChanged() local
290 emit enableButtonOk(false); in setupDialog() local
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kmailtransport/sendmail/
H A Dsendmailconfigwidget.cpp64 Q_EMIT enableButtonOk(!text.trimmed().isEmpty()); in slotTextChanged() local
/dports/editors/calligraplan/calligraplan-3.3.0/src/
H A Dkptviewlistdialog.cpp299 emit enableButtonOk(! disable); in changed() local
397 emit enableButtonOk(! disable); in changed() local
496 emit enableButtonOk(! disable); in changed() local
675 emit enableButtonOk(! disable); in changed() local
H A Dkptinsertfiledlg.cpp99 emit enableButtonOk(isUrlReadable); in changed() local
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/
H A Dsievescriptlistbox.cpp247 Q_EMIT enableButtonOk(true); local
276 Q_EMIT enableButtonOk(mSieveListScript->count() > 0); local
402 Q_EMIT enableButtonOk(false); local
/dports/devel/umbrello/umbrello-21.12.3/umbrello/dialogs/
H A Dsinglepagedialogbase.cpp197 void SinglePageDialogBase::enableButtonOk(bool enable) in enableButtonOk() function in SinglePageDialogBase
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/ui/
H A Dkptstandardworktimedialog.cpp159 emit enableButtonOk(on); in slotEnableButtonOk() local
H A Dkptitemviewsettup.cpp90 emit enableButtonOk(true); in slotChanged() local
H A Dkptresourcedialog.cpp340 void ResourceDialog::enableButtonOk() { in enableButtonOk() function in KPlato::ResourceDialog
/dports/audio/cantata/cantata-2.4.2/support/
H A Ddialog.h128 void enableButtonOk(bool enable) { enableButton(Ok, enable); } in enableButtonOk() function
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/editor/
H A Dsieveeditorwidget.cpp394 Q_EMIT enableButtonOk(b); in slotEnableButtonOk() local
H A Dsieveeditortextmodewidget.cpp505 Q_EMIT enableButtonOk(enabled); in slotTextChanged() local
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoDialog.cpp608 void KoDialog::enableButtonOk(bool state) in enableButtonOk() function in KoDialog
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/kcms/kfontinst/kcmfontinst/
H A DDuplicatesDialog.cpp228 void CDuplicatesDialog::enableButtonOk(bool on) in enableButtonOk() function in KFI::CDuplicatesDialog
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoDialog.cpp701 void KoDialog::enableButtonOk(bool state) in enableButtonOk() function in KoDialog
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/widgets/
H A DKoDialog.cpp706 void KoDialog::enableButtonOk(bool state) in enableButtonOk() function in KoDialog
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkdialog.cpp726 void KDialog::enableButtonOk(bool state) in enableButtonOk() function in KDialog
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py106 def enableButtonOk(self, state): member in KDialog