MCPcopy Create free account
hub / github.com/KDE/krita / _loadGridLayout

Method _loadGridLayout

plugins/python/tenscripts/uitenscripts.py:115–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

113 textField.setText(selectedFile)
114
115 def _loadGridLayout(self):
116 for index in range(0, 10):
117 self.addNewRow(index)
118
119 def _fillScripts(self):
120 scripts = self.tenscripts.scripts

Callers 1

initializeMethod · 0.95

Calls 1

addNewRowMethod · 0.95

Tested by

no test coverage detected