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 |