MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / TreeWidgetEditor

Method TreeWidgetEditor

gui/treewidgeteditor.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27extern Global global;
28
29TreeWidgetEditor::TreeWidgetEditor(QTreeWidget *parent) :
30 QLineEdit(parent)
31{
32 this->parent = parent;
33 this->setFont(global.getGuiFont(font()));
34 lid = 0;
35 stackName = "";
36 connect(this, SIGNAL(returnPressed()), SLOT(textChanged()));
37}
38
39
40void TreeWidgetEditor::setTreeWidgetItem(QTreeWidgetItem *w, int col) {

Callers

nothing calls this directly

Calls 1

getGuiFontMethod · 0.80

Tested by

no test coverage detected