Home
last modified time | relevance | path

Searched refs:errorListWId (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkmessagebox.h1038 errorListWId(WId parent_id, const QString &text, const QStringList &strlist, const QString &caption…
H A Dkmessagebox.cpp1152 errorListWId(parent_id, text, QStringList(), caption, options); in errorWId()
1155 void errorListWId(WId parent_id, const QString &text, const QStringList &strlist, const QString &ca… in errorListWId() function
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py6400 def errorListWId(self, parent_id, text, strlist, caption = QString(), options = None): member in KMessageBox