Qt.QMessageBox Class

public class QMessageBox: QDialog, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QDialog
          QMessageBox

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QMessageBox Constructors

QMessageBox(Qt.QWidget, System.String) Constructor
QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget, System.String, bool, Qt.WidgetFlags) Constructor
QMessageBox() Constructor
QMessageBox(Qt.QWidget) Constructor
QMessageBox(System.String, System.String, Icon, int, int, int) Constructor
QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget) Constructor
QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget, System.String) Constructor
QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget, System.String, bool) Constructor
QMessageBox(void *) Constructor

QMessageBox Methods

QMessageBox.About Method
QMessageBox.AboutQt(Qt.QWidget, System.String) Method
QMessageBox.AboutQt(Qt.QWidget) Method
QMessageBox.AdjustSize Method
QMessageBox.ButtonText Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, int, int, int) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int, int) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, int, int) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String, System.String) Method
QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int) Method
QMessageBox.Finalize Method
QMessageBox.IconPixmap Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, int, int, int) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int, int) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, int) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, int, int) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String, System.String) Method
QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int) Method
QMessageBox.Message(System.String, System.String, System.String, Qt.QWidget, System.String) Method
QMessageBox.Message(System.String, System.String) Method
QMessageBox.Message(System.String, System.String, System.String) Method
QMessageBox.Message(System.String, System.String, System.String, Qt.QWidget) Method
QMessageBox.Query(System.String, System.String, System.String, System.String, Qt.QWidget, System.String) Method
QMessageBox.Query(System.String, System.String) Method
QMessageBox.Query(System.String, System.String, System.String) Method
QMessageBox.Query(System.String, System.String, System.String, System.String) Method
QMessageBox.Query(System.String, System.String, System.String, System.String, Qt.QWidget) Method
QMessageBox.SetButtonText Method
QMessageBox.SetIcon(Icon) Method
QMessageBox.SetIcon(Qt.QPixmap) Method
QMessageBox.SetIconPixmap Method
QMessageBox.SetText Method
QMessageBox.SetTextFormat Method
QMessageBox.StandardIcon(Icon, Qt.GUIStyle) Method
QMessageBox.StandardIcon(Icon) Method
QMessageBox.StyleChanged Method
QMessageBox.Text Method
QMessageBox.TextFormat Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, int, int, int) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int, int) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, int, int) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String, System.String) Method
QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int) Method


QMessageBox(Qt.QWidget, System.String) Constructor

public void QMessageBox(Qt.QWidget parent, System.String name);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget, System.String, bool, Qt.WidgetFlags) Constructor

public void QMessageBox(System.String caption, System.String text, Icon icon, int button0, int button1, int button2, Qt.QWidget parent, System.String name, bool modal, Qt.WidgetFlags f);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox() Constructor

public void QMessageBox();

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(Qt.QWidget) Constructor

public void QMessageBox(Qt.QWidget parent);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(System.String, System.String, Icon, int, int, int) Constructor

public void QMessageBox(System.String caption, System.String text, Icon icon, int button0, int button1, int button2);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget) Constructor

public void QMessageBox(System.String caption, System.String text, Icon icon, int button0, int button1, int button2, Qt.QWidget parent);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget, System.String) Constructor

public void QMessageBox(System.String caption, System.String text, Icon icon, int button0, int button1, int button2, Qt.QWidget parent, System.String name);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(System.String, System.String, Icon, int, int, int, Qt.QWidget, System.String, bool) Constructor

public void QMessageBox(System.String caption, System.String text, Icon icon, int button0, int button1, int button2, Qt.QWidget parent, System.String name, bool modal);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox(void *) Constructor

public void QMessageBox(void * ptr);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.About Method

public static void About(Qt.QWidget parent, System.String caption, System.String text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.AboutQt(Qt.QWidget, System.String) Method

public static void AboutQt(Qt.QWidget parent, System.String caption);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.AboutQt(Qt.QWidget) Method

public static void AboutQt(Qt.QWidget parent);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.AdjustSize Method

public void AdjustSize();

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.ButtonText Method

public System.String ButtonText(int button);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, int, int, int) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, int button0, int button1, int button2);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int, int) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text, int defaultButtonNumber, int escapeButtonNumber);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, int, int) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, int button0, int button1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String, System.String) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Critical(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int) Method

public static int Critical(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text, int defaultButtonNumber);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Finalize Method

protected override void Finalize();

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.IconPixmap Method

public Qt.QPixmap IconPixmap();

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, int, int, int) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, int button0, int button1, int button2);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int, int) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text, int defaultButtonNumber, int escapeButtonNumber);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, int) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, int button0);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, int, int) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, int button0, int button1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String, System.String) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Information(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int) Method

public static int Information(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text, int defaultButtonNumber);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Message(System.String, System.String, System.String, Qt.QWidget, System.String) Method

public static int Message(System.String caption, System.String text, System.String buttonText, Qt.QWidget parent, System.String arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Message(System.String, System.String) Method

public static int Message(System.String caption, System.String text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Message(System.String, System.String, System.String) Method

public static int Message(System.String caption, System.String text, System.String buttonText);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Message(System.String, System.String, System.String, Qt.QWidget) Method

public static int Message(System.String caption, System.String text, System.String buttonText, Qt.QWidget parent);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Query(System.String, System.String, System.String, System.String, Qt.QWidget, System.String) Method

public static bool Query(System.String caption, System.String text, System.String yesButtonText, System.String noButtonText, Qt.QWidget parent, System.String arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Query(System.String, System.String) Method

public static bool Query(System.String caption, System.String text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Query(System.String, System.String, System.String) Method

public static bool Query(System.String caption, System.String text, System.String yesButtonText);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Query(System.String, System.String, System.String, System.String) Method

public static bool Query(System.String caption, System.String text, System.String yesButtonText, System.String noButtonText);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Query(System.String, System.String, System.String, System.String, Qt.QWidget) Method

public static bool Query(System.String caption, System.String text, System.String yesButtonText, System.String noButtonText, Qt.QWidget parent);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.SetButtonText Method

public void SetButtonText(int button, System.String arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.SetIcon(Icon) Method

public void SetIcon(Icon arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.SetIcon(Qt.QPixmap) Method

public void SetIcon(Qt.QPixmap arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.SetIconPixmap Method

public void SetIconPixmap(Qt.QPixmap arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.SetText Method

public void SetText(System.String arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.SetTextFormat Method

public void SetTextFormat(Qt.TextFormat arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.StandardIcon(Icon, Qt.GUIStyle) Method

public static Qt.QPixmap StandardIcon(Icon icon, Qt.GUIStyle arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.StandardIcon(Icon) Method

public static Qt.QPixmap StandardIcon(Icon icon);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.StyleChanged Method

protected void StyleChanged(Qt.QStyle arg1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Text Method

public System.String Text();

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.TextFormat Method

public Qt.TextFormat TextFormat();

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, int, int, int) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, int button0, int button1, int button2);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int, int) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text, int defaultButtonNumber, int escapeButtonNumber);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, int, int) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, int button0, int button1);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String, System.String) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text);

See Also

Qt.QMessageBox Class, Qt Namespace

QMessageBox.Warning(Qt.QWidget, System.String, System.String, System.String, System.String, System.String, int) Method

public static int Warning(Qt.QWidget parent, System.String caption, System.String text, System.String button0Text, System.String button1Text, System.String button2Text, int defaultButtonNumber);

See Also

Qt.QMessageBox Class, Qt Namespace