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 12 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 Direct member: For certain compound data types the most important
member values are displayed next to the variable name, so that it is 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 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. are Unicode strings.
.PP .PP
Debugger at your finger tips: The basic debugger functions (step, Debugger at your finger tips: The basic debugger functions (step,

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

Loading…
Cancel
Save