summaryrefslogtreecommitdiffstats
path: root/kdbg/typetables/qt.kdbgtt
blob: 110cbcedacbf232e1df1cfbe68f5b0838812f9ed (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=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)