Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ addAttributeTree
Method
addAttributeTree
gui/widgetpanel.cpp:109–113 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
109
void WidgetPanel::addAttributeTree(NAttributeTree *view) {
110
view->setObjectName(
"Attributes"
);
111
attributeTree = view;
112
addWidget(view);
113
}
114
115
116
void WidgetPanel::addSeparator(QLabel *separator) {
Callers
1
setupAttributeTree
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected