#include <config.h>
|
The c'tor - as always - sets up some ( reasonable ) defaults. Here is the call graph for this function: |
|
|
|
|
|
|
|
|
|
|
|
Draws the example windows with the new set geometry. |
|
|
|
|
|
|
|
|
|
|
|
|
|
We make our own Palette here. This is useful, because Qt will decide if it is active or not and set the colorgroup accordingly. In some cases this may not be what we want, consequently we build palettes with the same QColorGroup for active and inactive ( and disabled, for good measure ) state. This way it is up to ourselfes to decide how a window decoration should look like according to it's state as we see it. |
|
Here the user defined default configuration data are read.
|
|
|
|
|
|
|
|
|
|
This gives us a set of ( usable ) default data. They are meant to be tweaked by the user later, if this is the first time this program is used. The data will be overwritten if a config file exists and can be read.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|