Kimono.KMessageBox.DetailedSorry C# (CSharp) Method

DetailedSorry() public static method

public static DetailedSorry ( QWidget parent, string text, string details, string caption ) : void
parent Qyoto.QWidget
text string
details string
caption string
return void
        public static void DetailedSorry(QWidget parent, string text, string details, string caption)
        {
            staticInterceptor.Invoke("detailedSorry#$$$", "detailedSorry(QWidget*, const QString&, const QString&, const QString&)", typeof(void), typeof(QWidget), parent, typeof(string), text, typeof(string), details, typeof(string), caption);
        }

Same methods

KMessageBox::DetailedSorry ( QWidget parent, string text, string details ) : void
KMessageBox::DetailedSorry ( QWidget parent, string text, string details, string caption, uint options ) : void