MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / FindToolBar

Method FindToolBar

src/plugins/core/find/findtoolbar.cpp:157–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157FindToolBar::FindToolBar(QWidget *parent)
158 : DFloatingWidget(parent),
159 d(new FindToolBarPrivate(this))
160{
161 d->initUI();
162 d->initConnection();
163 d->initActions();
164}
165
166FindToolBar::~FindToolBar()
167{

Callers

nothing calls this directly

Calls 3

initUIMethod · 0.45
initConnectionMethod · 0.45
initActionsMethod · 0.45

Tested by

no test coverage detected