Re: [Interest] QML disappointments

2017-06-23 Thread Nishant Parashar
Qt company belive that qml is the best thing that happened to qt. So many years have passed and we still see this. Reminds me of Nokia, they kept saying windows phone will succeed. Too late. Problem is that unlike windows phone Qt has no serious compitition (well wxwidgets is not that level). So

Re: [Interest] New Qt User

2015-04-21 Thread Nishant Parashar
I think you should go through the basic qt tutorials in documentation. This is just a bit too newbie question to be asked here On 21-Apr-2015 6:57 pm, Scapegoat Sarthak scapegoat.sart...@gmail.com wrote: Thanks to both!! I will check your suggestions out; they provide an awesome starting point

Re: [Interest] Simple doubt on file i/o

2013-06-27 Thread Nishant Parashar
Since the data is very less. Read the file once during start-up of app and prepare the in-memory QMap. This QMap is used for any set/get calls by the app, don't read/write to file. Finally when we exit the app, write the QMap to file wiping out old contents. On 27 June 2013 12:26, Mandeep Sandhu

Re: [Interest] IVI HMI to SmartPhone HMI communication

2013-05-28 Thread Nishant Parashar
May be you first need to figure out how the IVI and Smartphone talk to each other?(bluetooth,serial?). On 28 May 2013 14:12, Ramakanthreddy_Kesireddy ramakanthreddy_kesire...@mahindrasatyam.com wrote: Hi, As I would like to access Remote HMI i.e. IVI HMI to Smartphone HMI on