forked from qt-creator/qt-creator
debugger: fix fancy QImage display
Task-number: QTCREATORBUG-2123 QTCREATORBUG-2122
This commit is contained in:
@@ -424,8 +424,8 @@ def qdump__QList(d, item):
|
||||
d.putItem(Item(pp, item.iname, i))
|
||||
p += 1
|
||||
|
||||
def qdump__QImage():
|
||||
return "Normal,Displayed";
|
||||
def qform__QImage():
|
||||
return "Normal,Displayed"
|
||||
|
||||
def qdump__QImage(d, item):
|
||||
painters = item.value["painters"]
|
||||
@@ -1518,7 +1518,7 @@ def qdump__QStack(d, item):
|
||||
qdump__QVector(d, item)
|
||||
|
||||
def qform__QString():
|
||||
return "Inline,Separate Window";
|
||||
return "Inline,Separate Window"
|
||||
|
||||
def qdump__QString(d, item):
|
||||
d.putStringValue(item.value)
|
||||
|
||||
Reference in New Issue
Block a user