eric6/QScintilla/MarkupProviders/HyperlinkMarkupDialog.py

changeset 8218
7c09585bd960
parent 8143
2c730d5fd177
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
31 @param noTitle flag indicating, that no title is supported 31 @param noTitle flag indicating, that no title is supported
32 @type bool 32 @type bool
33 @param parent reference to the parent widget 33 @param parent reference to the parent widget
34 @type QWidget 34 @type QWidget
35 """ 35 """
36 super(HyperlinkMarkupDialog, self).__init__(parent) 36 super().__init__(parent)
37 self.setupUi(self) 37 self.setupUi(self)
38 38
39 self.__allowEmptyText = textMayBeEmpty 39 self.__allowEmptyText = textMayBeEmpty
40 self.__allowEmptyTarget = targetMayBeEmpty 40 self.__allowEmptyTarget = targetMayBeEmpty
41 41

eric ide

mercurial