Re: [Qt-creator] Connecting signals from child thread with slots in main thread

2009-12-12 Thread Gilles Valette
Message de Soumen banerjee : > hi, > thaks for all the help, ill check it out. actually im kinda new to Qt > and C++ having extensively used PyQt before. and why is it the wrong > forum to post this in? where do i post it then? Hi, This list is for questions related to QtCreator. For questions

Re: [Qt-creator] A problem with version control menu items

2009-12-06 Thread Gilles Valette
Message de alex : > Hello All, > > I am having a problem with Qt Creator 1.3.0 from the Qt SDK that was > released not long ago. When I open any project, several menu items from > the Tools menu disappear. On Windows XP SP2, all version contol menu > items are removed from the Tools menu- Common

Re: [Qt-creator] Connecting signals from child thread with slots in main thread

2009-12-06 Thread Gilles Valette
the goal of the code...), I was just answering to the question about the segfault in the given code. Regards, Gilles > On 6 Dec 2009, at 13:39, Gilles Valette wrote: > >> Message de Soumen banerjee : >> >>> In the files attached, mainwindow.cpp has the following line &

Re: [Qt-creator] Connecting signals from child thread with slots in main thread

2009-12-06 Thread Gilles Valette
Message de Soumen banerjee : > In the files attached, mainwindow.cpp has the following line > > connect(ptr,SIGNAL(setlabel(int)),this,SLOT(setLabel(int))); > > where ptr is of type mythread* which is derived from QThread > the application compiles without error but on running, quits with > segfau

Re: [Qt-creator] Remember open files

2009-06-16 Thread Gilles Valette
- Original Message - From: "Eirik Ulvik" To: Sent: Tuesday, June 16, 2009 4:20 PM Subject: [Qt-creator] Remember open files > Hi, > I recently started using QtCreator and absolutely love it. We use scons > as the build system on Windows but through Cygwin so for now I only use > QtCrea

Re: [Qt-creator] Custom widget in Qt Creator (Designer)

2009-06-01 Thread Gilles Valette
widgets I use QtDesigner... > Is the mac version compiled with msvc too? I do not know. > > Thank you for your time. > You are welcome. Gilles > 2009/6/1 > >> Date: Mon, 1 Jun 2009 14:45:20 +0200 >> From: "Gilles Valette" >> Subject: Re: [Qt-creato

Re: [Qt-creator] Custom widget in Qt Creator (Designer)

2009-06-01 Thread Gilles Valette
- Original Message - From: Jonathan Neuhaus To: qt-creator@trolltech.com Sent: Monday, June 01, 2009 2:17 PM Subject: [Qt-creator] Custom widget in Qt Creator (Designer) Hello, I am actually trying to integrate a custom widget into QtCreator. I managed to make it work

Re: [Qt-creator] #ifdef Linux - code coloring

2009-05-18 Thread Gilles Valette
Liebe Markus (RtP2/TEF72) wrote: > Hi, > > Thanks for your answers. > >> Have you considered using >> #ifdef Q_OS_LINUX >> // code >> #endif >> >> and >> >> #ifdef Q_OS_WIN >> // code >> #endif > > I tried this. On Linux Q_OS_LINUX works. > On Windows Q_OS_WIN32 / Q_OS_WIN does not work.