mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #04559
[Bug 1191278] Re: Debugging improvement: use setObjectName on labels and miniconsoles
** Changed in: mudlet
Status: Fix Committed => Fix Released
--
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:
Fix Released
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