On segunda-feira, 10 de junho de 2013 07.08.16, Syam Krishnan wrote:
> rpm --eval "%{optflags}"
>
> I get:
> -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
> -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom
> -fasynchronous-unwind-tables
>
>
> Now I'm even more
Hi,
I need a new style for an application I'm going to develop. I've looked for
it and I found three ways to make it:
1) Subclass QStyle and reimplement virtual functions (the static way)
2) Use QProxyStyle
3) Use Qt Style Sheets
I've particularly interested with the first one, but I actually do
On 06/09/2013 10:17 PM, Thiago Macieira wrote:
On sábado, 8 de junho de 2013 23.09.44, Thiago Macieira wrote:
How about the environment?
env | grep atom
Go to your project's directory and run this please:
qmake -d -d 2>&1 | grep atom > output
The first line in the "output" file will be where
On sábado, 8 de junho de 2013 23.09.44, Thiago Macieira wrote:
> How about the environment?
>
> env | grep atom
Go to your project's directory and run this please:
qmake -d -d 2>&1 | grep atom > output
The first line in the "output" file will be where the "atom" string came from.
It should tell