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 _______________________________________________ Mailing list: https://launchpad.net/~mudlet-makers Post to : [email protected] Unsubscribe : https://launchpad.net/~mudlet-makers More help : https://help.launchpad.net/ListHelp

