MCPcopy Create free account
hub / github.com/YACReader/yacreader / setDataAndStart

Method setDataAndStart

YACReaderLibrary/create_library_dialog.cpp:151–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void CreateLibraryDialog::setDataAndStart(QString name, QString path)
152{
153 this->path->setText(path);
154 this->nameEdit->setText(name);
155 QDialog::open();
156 create();
157}
158//-----------------------------------------------------------------------------
159// UpdateLibraryDialog
160//-----------------------------------------------------------------------------

Callers 1

loadLibraryMethod · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected