Kimono.KMessageBox.DetailedSorry C# (CSharp) Method

DetailedSorry() public static method

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

Same methods

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