MCPcopy Create free account
hub / github.com/TeXworks/texworks / information

Method information

src/scripting/ScriptAPI.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int ScriptAPI::information(QWidget* parent,
84 const QString& title, const QString& text,
85 int buttons,
86 int defaultButton)
87{
88 return static_cast<int>(QMessageBox::information(parent, title, text,
89 static_cast<QMessageBox::StandardButtons>(buttons),
90 static_cast<QMessageBox::StandardButton>(defaultButton)));
91}
92
93int ScriptAPI::question(QWidget* parent,
94 const QString& title, const QString& text,

Callers 1

launchPdf.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected