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

Method changeEditorStyle

gui/ntabwidget.cpp:800–807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798
799
800void NTabWidget::changeEditorStyle() {
801 for (int i=0; i<browserList->size(); i++) {
802 browserList->at(i)->setEditorStyle();
803 }
804 for (int i=0; i<externalList->size(); i++) {
805 externalList->at(i)->browser->setEditorStyle();
806 }
807}
808
809
810void NTabWidget::escapeKeyListener() {

Callers 1

reloadIconsMethod · 0.80

Calls 1

setEditorStyleMethod · 0.80

Tested by

no test coverage detected