MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / Show

Method Show

DSView/pv/ui/msgbox.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33//QMessageBox::information(NULL, "Title", "Content",QMessageBox::Yes|QMessageBox::No|QMessageBox::Abort);
34
35void MsgBox::Show(const QString text)
36{
37 MsgBox::Show("", text, "", NULL, NULL);
38}
39
40void MsgBox::Show(const QString title, const QString text, QWidget *parent)
41{

Callers 2

closeEventMethod · 0.45
AttachNativeWindowMethod · 0.45

Calls 4

ShowFunction · 0.85
GetTopWindowMethod · 0.80
mBoxMethod · 0.80
execMethod · 0.45

Tested by

no test coverage detected