MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getMultiLineText

Method getMultiLineText

pcsx2-qt/AsyncDialogs.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void AsyncDialogs::getMultiLineText(
58 QWidget* parent,
59 const QString& title,
60 const QString& label,
61 const QString& text,
62 std::function<void(QString)> value_callback)
63{
64 getMultiLineText(parent, title, label, text, {}, Qt::ImhNone, wrapValueCallback(std::move(value_callback)));
65}
66
67void AsyncDialogs::getMultiLineText(
68 QWidget* parent,

Callers

nothing calls this directly

Calls 3

wrapValueCallbackFunction · 0.85
setWindowTitleMethod · 0.80
openMethod · 0.45

Tested by

no test coverage detected