summaryrefslogtreecommitdiffstats
path: root/kdbg/typetables/qt.kdbgtt
blob: b6db99c18f75277aa91b7b5f48b67e51a61e12d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[Type Table]
Types1=QString,QDir,QFileInfo,QFile
Types2=QObject,QTableView
LibDisplayName=libqt 1.x
ShlibRE=libqt\.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)