[Qt-creator] Turn off sorting in debugger locals & watchers window.
André Pönitz
andre.poenitz at nokia.com
Wed May 5 11:32:07 CEST 2010
On Wednesday 05 May 2010 11:20:42 Poenitz Andre (Nokia-D-Qt/Berlin) wrote:
> [...]
> d.putValue("(%s, %s, %s; %s)" % (v["r"], v["g"], v["b"], v["a"]))
> if d.isExpanded(item):
> with Children(d):
> d.putField("iname", item.iname, "0", "r")
Correction:
d.putItem(Item("iname", item.iname, "0", "r"))
and so on.
Andre'
More information about the Qt-creator-old
mailing list