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

Method setToolBar

YACReaderLibrary/info_comics_view.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void InfoComicsView::setToolBar(QToolBar *toolBar)
54{
55 static_cast<QVBoxLayout *>(this->layout())->insertWidget(1, toolBar);
56 this->toolbar = toolBar;
57}
58
59void InfoComicsView::setModel(ComicModel *model)
60{

Callers 2

switchToComicsViewMethod · 0.45
createToolBarsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected