This allows different platforms to have their own UI components while still leveraging the common set of QObjects and utility components.
6 lines
192 B
Python
6 lines
192 B
Python
from electrum.i18n import _
|
|
|
|
fullname = 'QML Plugin Test'
|
|
description = '%s\n%s' % (_("Plugin to test QML integration from plugins."), _("Note: Used for development"))
|
|
available_for = ['qml']
|