qt-interest@trolltech.com
[Top] [All Lists]

Re: COIN+QT

Subject: Re: COIN+QT
From: Sean Harmer
Date: Tue, 26 Oct 2004 14:35:02 +0000
Hi,

Do you mean that you want the slot to be called when your application starts? 
If so, just call it as you would any other function. You could call the slot 
from the constructor of your main window object for example. Or if it really 
is once per application and not per main window, just call it from your main 
function before calling QApplication.exec().

Sean

On Tuesday 26 October 2004 10:17, Tomás Aguado Gómez wrote:
> Hello everyone!:
>
> My COIN+QT Project is advancing, I have a newbie question of QT, How can
> I build a connection always called when my program starts???(I bind the
> action to a push button, but as This inicialization has to be done
> always before we start, I want it to be excuted once and everytime my
> program is executed.
> Any ideas? Thanks All!
>
> Tomás Aguado Gómez
>
> Division de Arquitectura de Computadores
>
> Grupo de Modelado y realidad virtual
>
> http://dac.escet.urjc.es/investigacion/GMRV/
>
> --
> List archive and information: http://lists.trolltech.com/qt-interest/

***********************************************************************
This transmission contains information which may be confidential and  
which may also be privileged.  It is intended for the named addressee  
only.  Unless you are the named addressee, or authorised to receive it 
on behalf of the addressee you may not copy or use it, or disclose it 
to anyone else.  If you have received this transmission in error please 
contact the sender.  Thank you for your cooperation. 
***********************************************************************

For more information about AEA Technology please visit our website at 
http://www.aeat.co.uk

AEA Technology plc registered office 329 Harwell, Didcot, Oxfordshire OX11 0QJ.
Registered in England and Wales, number 3095862.

--
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>