desktop-qa-automation/gui/components/back_up_your_seed_phrase_banner.py
Vladimir Druzhinin 34c731faff
Ci/74 jenkins file (#142)
* OS native dialog replaced on Qt dialog

* Starting fluxbox added to make File Dialog visible
2023-10-06 10:33:42 +02:00

7 lines
213 B
Python

from gui.elements.object import QObject
class BackUpSeedPhraseBanner(QObject):
def __init__(self):
super(BackUpSeedPhraseBanner, self).__init__('mainWindow_secureYourSeedPhraseBanner_ModuleWarning')