parent
055a97a64c
commit
0714edbc07
@ -1,23 +0,0 @@
|
||||
[Type Table]
|
||||
Types1=QString,QDir,QFileInfo,QFile
|
||||
Types2=QObject,QTableView
|
||||
LibDisplayName=libtqt 1.x
|
||||
ShlibRE=libtqt\.so\.1$
|
||||
[QString]
|
||||
Display={ % }
|
||||
Expr1=(%s).shd->data
|
||||
[QObject]
|
||||
Display={ name=% }
|
||||
Expr1=(%s).objname
|
||||
[QTableView]
|
||||
Alias=QObject
|
||||
[QDir]
|
||||
Display={ path=% filter=% }
|
||||
Expr1=((%s).dPath.shd->data)
|
||||
Expr2=((%s).nameFilt.shd->data)
|
||||
[QFileInfo]
|
||||
Display={ name=% }
|
||||
Expr1=((%s).fn.shd->data)
|
||||
[QFile]
|
||||
Display={ name=% }
|
||||
Expr1=((%s).fn.shd->data)
|
@ -1,28 +0,0 @@
|
||||
[Type Table]
|
||||
Types1=QString,QCString,QDir,QFileInfo,QFile
|
||||
Types2=QObject,QTableView
|
||||
LibDisplayName=libtqt 2.x
|
||||
ShlibRE=libtqt\.so\.2$
|
||||
EnableBuiltin=QString::Data
|
||||
PrintQStringCmd=print ($qstrunicode=($qstrdata=(%s))->unicode)?(*(unsigned short*)$qstrunicode)@(($qstrlen=(unsigned int)($qstrdata->len))>100?100:$qstrlen):1==0\n
|
||||
[QString]
|
||||
Display={ % }
|
||||
Expr1=/QString::Data (%s).d
|
||||
[QCString]
|
||||
Display={ % }
|
||||
Expr1=(%s).shd->data
|
||||
[QObject]
|
||||
Display={ name=% }
|
||||
Expr1=(%s).objname
|
||||
[QTableView]
|
||||
Alias=QObject
|
||||
[QDir]
|
||||
Display={ path=% filter=% }
|
||||
Expr1=/QString::Data (%s).dPath.d
|
||||
Expr2=/QString::Data (%s).nameFilt.d
|
||||
[QFileInfo]
|
||||
Display={ name=% }
|
||||
Expr1=/QString::Data (%s).fn.d
|
||||
[QFile]
|
||||
Display={ name=% }
|
||||
Expr1=/QString::Data (%s).fn.d
|
@ -1,7 +0,0 @@
|
||||
[Type Table]
|
||||
Types1=KSimpleConfig
|
||||
LibDisplayName=tdecore (KDE 1.0 and 1.1)
|
||||
ShlibRE=libtdecore\.so\.[12]$
|
||||
[KSimpleConfig]
|
||||
Display={ global=% }
|
||||
Expr1=(%s).pData->aGlobalAppFile.shd->data
|
Loading…
Reference in new issue