Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/15/head
Michele Calgaro 8 months ago
parent 2b9bc633b6
commit 055a97a64c
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -44,7 +44,7 @@ Inspection of variable values in a tree structure.
Direct member: For certain compound data types the most important
member values are displayed next to the variable name, so that it is
not necessary to expand the subtree of that variable in order to see
the member value. KDbg can also display Qt's QString values, which
the member value. KDbg can also display Qt's TQString values, which
are Unicode strings.
.PP
Debugger at your finger tips: The basic debugger functions (step,

@ -1,37 +1,37 @@
[Type Table]
Types1=QString,QCString,QDir,QFileInfo,QFile
Types2=QObject
Types1=TQString,QCString,QDir,QFileInfo,QFile
Types2=TQObject
Types3=QMap,QValueList,QValueVector
Types4=QPoint,QRect
LibDisplayName=libtqt 3.x
ShlibRE=libtqt-mt\.so\.3$
EnableBuiltin=QString::Data,QCharIsShort
EnableBuiltin=TQString::Data,QCharIsShort
PrintQStringCmd=print ($qstrunicode=($qstrdata=(%s))->unicode)?(*(unsigned short*)$qstrunicode)@(($qstrlen=(unsigned int)($qstrdata->len))>100?100:$qstrlen):1==0\n
[QString]
[TQString]
Display={ % }
Expr1=/QString::Data (%s).d
Expr1=/TQString::Data (%s).d
[QCString]
Display={ % }
Expr1=(%s).shd->data
[QObject]
[TQObject]
Display={ name=% }
Expr1=(%s).objname
[QDir]
Display={ path=% filter=% }
Expr1=/QString::Data (%s).dPath.d
Expr2=/QString::Data (%s).nameFilt.d
Expr1=/TQString::Data (%s).dPath.d
Expr2=/TQString::Data (%s).nameFilt.d
[QFileInfo]
Display={ name=% }
Expr1=/QString::Data (%s).fn.d
Expr1=/TQString::Data (%s).fn.d
[QFile]
Display={ name=% }
Expr1=/QString::Data (%s).fn.d
Expr1=/TQString::Data (%s).fn.d
[QMap]
Template=QMap<*>

Loading…
Cancel
Save