MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / HighlightAddButton

Method HighlightAddButton

lib/utils/resource-table.cpp:87–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void ResourceTable::HighlightAddButton(bool enable)
88{
89 if (_highlightConnection) {
90 _highlightConnection->deleteLater();
91 _highlightConnection = nullptr;
92 }
93
94 if (enable && HighlightUIElementsEnabled()) {
95 _highlightConnection = HighlightWidget(_add, QColor(Qt::green));
96 }
97}
98
99void ResourceTable::resizeEvent(QResizeEvent *)
100{

Callers 5

setupTabFunction · 0.80
setupTabFunction · 0.80
setupTabFunction · 0.80
setupTabFunction · 0.80
setupTabFunction · 0.80

Calls 2

HighlightWidgetFunction · 0.70

Tested by

no test coverage detected