src/eric7/QScintilla/MarkupProviders/ImageMarkupDialog.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10482
72d9b5ea39b4
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
21 class ImageMarkupDialog(QDialog, Ui_ImageMarkupDialog): 21 class ImageMarkupDialog(QDialog, Ui_ImageMarkupDialog):
22 """ 22 """
23 Class implementing a dialog to enter data for an image markup. 23 Class implementing a dialog to enter data for an image markup.
24 """ 24 """
25 25
26 # TODO: change this to an enum
26 HtmlMode = 0 27 HtmlMode = 0
27 MarkDownMode = 1 28 MarkDownMode = 1
28 RestMode = 2 29 RestMode = 2
29 30
30 def __init__(self, mode, parent=None): 31 def __init__(self, mode, parent=None):

eric ide

mercurial