Commit c5b4fbab authored by Dan Pascu's avatar Dan Pascu

Fixed inactiveText property type

parent 491dea20
...@@ -20,7 +20,7 @@ class SideWidget(QWidget): ...@@ -20,7 +20,7 @@ class SideWidget(QWidget):
class LineEdit(QLineEdit): class LineEdit(QLineEdit):
inactiveText = QtDynamicProperty('inactiveText', str) inactiveText = QtDynamicProperty('inactiveText', unicode)
widgetSpacing = QtDynamicProperty('widgetSpacing', int) widgetSpacing = QtDynamicProperty('widgetSpacing', int)
def __init__(self, parent=None, contents=u""): def __init__(self, parent=None, contents=u""):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment