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

Method setup

src/plugins/reversedebug/taskwindow.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56
57 void setup(TimelineWidget *timeline, TaskView *listview)
58 {
59 QVBoxLayout *layout = new QVBoxLayout(this);
60 layout->setMargin(0);
61 layout->setSpacing(0);
62 setLayout(layout);
63 layout->addWidget(timeline);
64 layout->addWidget(listview);
65 }
66};
67
68class TaskDelegate : public QStyledItemDelegate

Callers 1

setupUiMethod · 0.45

Calls 2

setMarginMethod · 0.45
addWidgetMethod · 0.45

Tested by

no test coverage detected