Kstars
ksmessagebox.cpp
148 //gridLayout->addWidget(m_ProgressLabel.get(), 1, 2, 1, 1, Qt::AlignHCenter | Qt::AlignVCenter);
149 //gridLayout->addWidget(m_ProgressIndicator.get(), 1, 2, 1, 1, Qt::AlignHCenter | Qt::AlignVCenter);
176void KSMessageBox::questionYesNo(const QString &message, const QString &title, quint32 timeout, bool defaultToYes,
206void KSMessageBox::warningContinueCancel(const QString &message, const QString &title, quint32 timeout,
void transient(const QString &message, const QString &title)
transient Non modal message box that gets deleted on close.
Definition ksmessagebox.cpp:236
bool selectResponse(const QString &button)
selectResponse Programatically select one the buttons in the dialog.
Definition ksmessagebox.cpp:297
void notificationMessage(QString msg)
Once this signal is emitted, notification with text msg will appear on the screen.
The QRoundProgressBar class represents a circular progress bar and maintains its API similar to the Q...
Definition QRoundProgressBar.h:61
QString i18n(const char *text, const TYPE &arg...)
void animateClick()
void clicked(bool checked)
void accepted()
virtual void open()
virtual void reject()
void rejected()
virtual void addItem(QLayoutItem *item) override
iterator insert(QLatin1StringView key, const QJsonValue &value)
void removeItem(QLayoutItem *item)
QString buttonText(int button) const const
ActionRole
Information
QMessageBox(Icon icon, const QString &title, const QString &text, StandardButtons buttons, QWidget *parent, Qt::WindowFlags f)
QPushButton * addButton(StandardButton button)
QAbstractButton * button(StandardButton which) const const
QList< QAbstractButton * > buttons() const const
QPushButton * defaultButton() const const
void setIcon(Icon)
void setDefaultButton(QPushButton *button)
void setWindowTitle(const QString &title)
void setText(const QString &text)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QList< T > findChildren(Qt::FindChildOptions options) const const
T qobject_cast(QObject *object)
void setDefault(bool)
QString & remove(QChar ch, Qt::CaseSensitivity cs)
AlignHCenter
WA_DeleteOnClose
WindowStaysOnTopHint
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
void start()
void stop()
void timeout()
QLayout * layout() const const
windowTitle
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:38:42 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.