mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #03147
[Bug 1191278] [NEW] Debugging improvement: use setObjectName on labels and miniconsoles
Public bug reported:
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.
** Affects: mudlet
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
References