qtstalker

qtstalker: how to load chart data

Sorry, because I am newbie with Qtstalker. I am using Snow Leopard and I did step by step with the instructions in this link to run this app. When compile the app, I had error in Qtstalker.cpp (line 337) because the DBPluginFactory is not defined in scope, so I comment the code using that class. Everything still be ok when I compile (mak...

How to use Qt library on iPhone

Hi everyone, I am develop a stock view app on iPad. I figure out that qtstalker app can run on Mac, with Qt library. Now I can run qtstalker on Mac, compile with XCode after qmake all the subdirectory of qtstalker. Now I would like to port this program to iPad. I know that I can not port completely without modification. How I can confi...