Hi!

I'm trying to introduce myself to QT. I want to make a simple program with two main functions: 1). managing contacts, 2). creating PDF with details of chosen contact. I read about model/view programming in QT and I know I have to use QStandardItemModel, but: where I have to define and implement my model if I want to access it from all dialogs in my app? How to access it?

Cheers,
David