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
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
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