backupAvailable = 1
class ImageWizard(Wizard):
- skin = """
- <screen position="0,0" size="720,576" title="Welcome..." flags="wfNoBorder">
- <widget name="text" position="50,100" size="440,250" font="Regular;22" />
- <widget name="list" position="50,350" zPosition="1" size="440,200" />
- <widget name="config" position="50,350" zPosition="1" size="440,200" transparent="1" scrollbarMode="showOnDemand" />
- </screen>"""
-
def __init__(self, session):
self.xmlfile = "imagewizard.xml"
-
Wizard.__init__(self, session, showSteps=False, showStepSlider=False, showList=True, showConfig=True)
-
+
def markDone(self):
pass