[Interest] Simple doubt on file i/o

2013-06-26 Thread Mandeep Sandhu
Hi, I wanted to know if I'm doing file i/o the right way in one of my apps. I'm writing a small helper class for one of my applications which is supposed to store data, in the form of key-value pairs, in a file. This is very similar to QSettings but w/o any fancy groups/sections that it provides

Re: [Interest] Bounties on Qt features

2013-06-26 Thread Dirk Groeneveld
Sorry for the late reply. No, QDockWidget is not the same at all. That's built to do docking windows on the sides of a main window. It doesn't fill the whole screen, and because it puts the widgets into four areas (top, left, right, bottom), it's not as flexible as the real thing. There are many c

Re: [Interest] Desktop deployment

2013-06-26 Thread Stefano Cordibella
Hi Yves, We manage our projects with CMake and for deploying we use CPack that "magically" (need only some install directives inside CMakeLists.txt) create packages and installer both for linux (we test only with .deb on ubuntu) and windows (working on 7 and XP). CMake is quite integrated