Re: [Qt-creator] Custom widget not showing in Qt Designer on Linux

2010-02-24 Thread Robert Wood
OK, so I have found my $$[QT_INSTALL_PLUGINS]/designer directory and, indeed, the .so file is not getting put there. I can copy it from the source directory and then Qt designer does see the widget in the Rob's stuff location. It can't find the header file, so I just tried putting that in with

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-02-24 Thread Christian Kandeler
Hi, I'm currently trying to debug remotely an application through gdb using Qt Creator. Majo had the same issue previously (http://www.mail-archive.com/qt-creator@trolltech.com/msg02532.html) but I don't know what was its final results.

Re: [Qt-creator] Problems while compiling Qt Creator plugins in mac

2010-02-24 Thread Eike Ziller
Hi, On Feb 24, 2010, at 4:54 AM, ext Aneesh Muralidharan wrote: Hi, is there any special doc which point to how to compile Qt Creator Plugin in Mac I am following http://www.vcreatelogic.com/p/2009/08/document-on-writing-plugins-for-qt-creator/ I'm finding it difficult to compile Qt Creator

Re: [Qt-creator] Custom widget not showing in Qt Designer on Linux

2010-02-24 Thread Friedemann Kleint
Hi, here is an extract from the documentation we are planning to add to shed some light onto the Qt Designer plugin issue. I hope it helps: ...You can use Qt APIs to create plugins that extend Qt Designer. Qt Designer fetches plugins from the standard locations and loads the plugins that match

[Qt-creator] Overriding dumper.py

2010-02-24 Thread paulo
Hi, I was thinking of doing some changes to /usr/share/qtcreator/gdbmacros/dumper.py and before looking into qt-creator source I thought asking would be faster, can I override the original dumper.py if I put a copy somewhere in my ~? thank you, paulo

Re: [Qt-creator] Custom widget not showing in Qt Designer on Linux

2010-02-24 Thread Robert Wood
Hi Friedemann, Many thanks for that. It actually throws up questions! Originally Creator was saying it couldn't find Qt Designer, so I installed it [designer] from my (Mandriva) repositories and that works fine other than with the customer widget. So, I wondered whether it was this issue with

Re: [Qt-creator] Overriding dumper.py

2010-02-24 Thread André Pönitz
On Wednesday 24 February 2010 13:36:50 ext paulo wrote: Hi, I was thinking of doing some changes to /usr/share/qtcreator/gdbmacros/dumper.py and before looking into qt-creator source I thought asking would be faster, can I override the original dumper.py if I put a copy somewhere in my

Re: [Qt-creator] Custom widget not showing in Qt Designer on Linux

2010-02-24 Thread Friedemann Kleint
Hi Rob, Originally Creator was saying it couldn't find Qt Designer, so I installed it [designer] from my (Mandriva) repositories and that works fine other than with the customer widget. So, I wondered whether it was this issue with different builds. Yes, it means the installed version of Qt

Re: [Qt-creator] Building with a Custom Process Step

2010-02-24 Thread Eike Ziller
On Feb 23, 2010, at 9:08 AM, ext Tomás Ortí wrote: Yes, Eike. I tried different things, like setting chmod 777 test.bash, with no luck. Feel free to ask me any test. I would like to have this working. Well, I have no idea, it works for me, both with Qt Creator 1.3.1 and current dev

Re: [Qt-creator] Patch for autocreate method implementation

2010-02-24 Thread Alexander 'hatred' Drozdoff
В Tue, 23 Feb 2010 09:39:40 + Danny Price deepblue...@googlemail.com пишет: DP Nice! DP DP Couple of language issues: DP DP Switch between Method Declaration/Definition should be Switch between DP Member Decleration/Defintion. C++ does not have 'methods'. It has member DP functions. DP I

Re: [Qt-creator] Custom widget not showing in Qt Designer on Linux

2010-02-24 Thread Robert Wood
Hi Friedemann, This probably originates from Qt Designer trying to load a phonon plugin. Try to remove opt/qtsdk-2010.02/qt/plugins/designer/libphononwidgets.so and clear the environment variable QT_PLUGIN_PATH. If it still doesn't work, try to put /opt/qtsdk-2010.02/qt/bin as the first

Re: [Qt-creator] Overriding dumper.py

2010-02-24 Thread paulo
Hi again, careful the last patch had an extra tab (which, as everybody knows, will cause segmentation faults and core dumps in the python interpreter). This one is ok. Cheers, Paulo paulo wrote: Ok that wont be necessary any more. Sorry for taking so long (about 4 hours for 10 lines of code

[Qt-creator] Using QtCreator as a general C++ IDE

2010-02-24 Thread Jefferson Bandeira
Hello trolls =) Is there a way to use QtCreator as a General Purpose IDE, instead of a Qt Only IDE... I like most of the features of code completion and browsing this IDE offers, and i really would like to use it as my main IDE, however i can't find a way to use it to anything other than creating

Re: [Qt-creator] Using QtCreator as a general C++ IDE

2010-02-24 Thread Coda Highland
If nothing else you can always say CONFIG -= qt in your .pro file. You can also use it on Makefile-based projects. /s/ Adam On Wed, Feb 24, 2010 at 7:22 PM, Jefferson Bandeira jbsi...@ufrj.br wrote: Hello trolls =) Is there a way to use QtCreator as a General Purpose IDE, instead of a Qt Only

[Qt-creator] waiting for app trk to start error

2010-02-24 Thread john Alvin Mathew
Hi, I was working with TRK for many days. Then one fine day i am getting this error. I am totally clueless about how to fix this. QT creator is detecting my phone correctly - Summary: Run on 'Nokia E63 USB (COM20)' (self-signed certificate). Please help!!! -John