16class QIOSMessageDialog :
public QPlatformMessageDialogHelper
23 bool show(Qt::WindowFlags windowFlags, Qt::WindowModality windowModality, QWindow *parent) override;
27 QEventLoop m_eventLoop;
28 UIAlertController *m_alertController;
29 QString messageTextPlain();
30 UIAlertAction *createAction(StandardButton button);
31 UIAlertAction *createAction(
const QMessageDialogOptions::CustomButton &customButton);