mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03536
[Bug 1191278] Re: Debugging improvement: use setObjectName on labels and miniconsoles
Fixed in
https://github.com/Mudlet/Mudlet/commit/193773829cbbace1294c428f3019091d3e3171bb
** Changed in: mudlet
Status: New => Fix Committed
** Changed in: mudlet
Assignee: (unassigned) => Vadim Peretokin (vperetokin)
--
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1191278
Title:
Debugging improvement: use setObjectName on labels and miniconsoles
Status in Mudlet the MUD client:
Fix Committed
Bug description:
Using GammaRay, a Qt inspection tool, on the Mudlet main window looks
like this: http://i.imgur.com/doSoffw.png - you can't tell which
label is which because none are named.
Adding pC->setObjectName( name ); to both TConsole::createMiniConsole
and TConsole::createLabel allows it to look more like this:
http://i.imgur.com/aPkhQAY.png which is far more legible.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1191278/+subscriptions
References