MCPcopy Create free account
hub / github.com/Entware/Entware / setAllOpen

Method setAllOpen

scripts/config/qconf.cc:922–931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920QAction *ConfigList::showPromptAction;
921
922void ConfigList::setAllOpen(bool open)
923{
924 QTreeWidgetItemIterator it(this);
925
926 while (*it) {
927 (*it)->setExpanded(open);
928
929 ++it;
930 }
931}
932
933ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name)
934 : Parent(parent), sym(0), _menu(0)

Callers 1

showSplitViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected