MCPcopy 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
109void WidgetPanel::addAttributeTree(NAttributeTree *view) {
110 view->setObjectName("Attributes");
111 attributeTree = view;
112 addWidget(view);
113}
114
115
116void WidgetPanel::addSeparator(QLabel *separator) {

Callers 1

setupAttributeTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected