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

Method toolBarWidgets

src/plugins/reversedebug/taskwindow.cpp:259–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259QList<QWidget *> TaskWindow::toolBarWidgets() const
260{
261 return QList<QWidget*>() << d->categoriesButton
262 << d->zoomIn
263 << d->zoomOut
264 << d->zoomFit
265 << d->backward
266 << d->forward
267 << d->sortCombo
268 << d->commandLine
269 << d->eventLabel;
270}
271
272int TaskWindow::priorityInStatusBar() const
273{

Callers 1

getWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected