Re: [Qt-creator] Looking for Enums with Locator

2016-04-11 Thread Jan Krause
it seems that there is support for enum declaration... but not for enum values (not yet?) ... if you have enum Type{ KeyPress }; with the locator (:) you will find : Type ... but not : KeyPress... but auto completion for KeyPress should work in your code ... of course... :)... cheers Jan Qt

Re: [Qt-creator] Looking for Enums with Locator

2016-04-11 Thread Prav
Hi, Cristian. > Try > ? KeyPress I had to give more explanations ... sorry. I was thinking about finding enums (mine in first place but Qt's too ... all enums) in the code ... ( there is no help for my enums ;) ) ... and was wondered why I don't get them with locator. I want to find out is this

Re: [Qt-creator] Where can I find a list of Creator's variables?

2016-04-11 Thread Alexander Drozdov
Hi Nikos, Currently only manually set. There is no clean solution to point C compillers for qmake, qbs too from the QtC kit. 2016-04-11 22:57 GMT+10:00 Nikos Chantziaras : > I have the issue of Creator using clang++ to build C++ sources, and GCC to > build C sources. I am trying to fix this, but

Re: [Qt-creator] Looking for Enums with Locator

2016-04-11 Thread Cristian Adam
On Mon, Apr 11, 2016 at 9:41 PM, Prav wrote: > Does anyone know how to find things like > > QEvent::KeyPress with help of QtC locator? > > I am trying > : KeyPress > and gets nothing found :( > Do I miss something? > > Try: ? KeyPress Cheers, Cristian. __

[Qt-creator] Looking for Enums with Locator

2016-04-11 Thread Prav
Does anyone know how to find things like QEvent::KeyPress with help of QtC locator? I am trying : KeyPress and gets nothing found :( Do I miss something? ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo

Re: [Qt-creator] Where can I find a list of Creator's variables?

2016-04-11 Thread Tobias Hunger
Am 11.04.2016 18:13 schrieb "Nikos Chantziaras" : >> There is nothing:-/ >> >> Qt Creator has one compiler per kit and assumes that to be a C++ compiler. Until >> we change that there is just no information on additional C compilers (or >> whatever other language you want to use). Without that info

Re: [Qt-creator] Where can I find a list of Creator's variables?

2016-04-11 Thread Nikos Chantziaras
On 11/04/16 17:58, Hunger Tobias wrote: On Mo, 2016-04-11 at 15:57 +0300, Nikos Chantziaras wrote: I have the issue of Creator using clang++ to build C++ sources, and GCC to build C sources. I am trying to fix this, but for the life of me I can't find a reference of Creator's variables anywhere.

Re: [Qt-creator] Where can I find a list of Creator's variables?

2016-04-11 Thread Hunger Tobias
On Mo, 2016-04-11 at 15:57 +0300, Nikos Chantziaras wrote: > I have the issue of Creator using clang++ to build C++ sources, and GCC  > to build C sources. I am trying to fix this, but for the life of me I  > can't find a reference of Creator's variables anywhere. I just added a button to list the

[Qt-creator] Where can I find a list of Creator's variables?

2016-04-11 Thread Nikos Chantziaras
I have the issue of Creator using clang++ to build C++ sources, and GCC to build C sources. I am trying to fix this, but for the life of me I can't find a reference of Creator's variables anywhere. In the kit that uses Clang, Creator uses this in the "CMake Configuration" field: CMAKE_CXX_