MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / showEvent

Method showEvent

Widgets/Dialogs/SkinDialog.py:165–167  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

163 widget.addItem(index, title, path)
164
165 def showEvent(self, event):
166 super(SkinDialog, self).showEvent(event)
167 self.previewWidget.setGeometry(self.widgetSkinBg.rect())

Callers

nothing calls this directly

Calls 1

setGeometryMethod · 0.80

Tested by

no test coverage detected