PDA

View Full Version : reference open source project using qgraphicsview



wagmare
6th September 2016, 07:47
hi friends/Experts,

I am learning QGraphicsview framework architecture using documents and examples. i just want to refer any opensource project using qt and qgraphicsview framework so that i can understand the basic flow and architect way of implementing qgrapicsview frame work.

can any one refer me any opensource project using qgraphicsview framework.


Thanks

anda_skoa
6th September 2016, 10:00
When searching for any Qt class being used in an open source project, a good start is the biggest FOSS project using Qt: KDE (http://www.kde.org/)

They have a code cross-referencing service (http://lxr.kde.org/) that lets you search the entire code base for declarations and usages of Qt classes:
https://lxr.kde.org/ident?_i=QGraphicsView&_remember=1

Cheers,
_

wagmare
6th September 2016, 10:17
thanks and cheers.