Results 1 to 15 of 15

Thread: Creating slots with Q_OBJECT

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Join Date
    Jan 2006
    Posts
    128
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanked 28 Times in 27 Posts

    Default Re: Creating slots with Q_OBJECT

    Quote Originally Posted by VireX View Post
    I found it online, it's made by some french guy, so I cannot ask him.
    Well, a lot of french do speak english, so you might try :-)



    Quote Originally Posted by VireX View Post
    Or why they do not have specific tutorials for DevC++/VC++ and other specific compilers, with easy to follow steps that once done, everything should work fine without the users having to spend hours and hours reading thru docs trying to figure out how to just compile..
    Trolltech has (from what I hear) a rather nice integration to Visual Studio, but it is only included in the commercial package. If those documents do not exist, it would be rather nice if you found the time to write something up and add it to the wiki once your problems are solved. It could save other people a lot of work...the one you are experiencing right now.



    Quote Originally Posted by VireX View Post
    I do not use qmake, so I don't know how it is implemented, and I don't understand why it's even there.
    QMake is a cross-platform makefile/projectfile generator. I can very easily describe my project, i.e. what sources/headers/resources etc. I am using, and it will generate makefiles or visual studio project files (in the commercial setting or with the hack mentioned a little later) for you. You do not have to care about a thing. Added something? Run QMake again and you are set.



    Quote Originally Posted by VireX View Post
    I wish that tutorials were available for QT that wasn't from trolltech, that perhaps had .DEV files or .vc++ files, for VC++ and DevC++. So we do not have to figure this out or use the little qmake stuff. An idea like the template file i showed you, is a great idea, if there was such things for VC++ too that would be great.
    Did you check through the Qt Centre Wiki? :-)

    Have you tried integration in Visual Studio?


    Quote Originally Posted by VireX View Post
    Well anyway I guess i'll hope someone who knows how moc should be included in the project when NOT using qmake appears, or someone who uses DevC++ to make QT
    Good Luck :-)

  2. The following user says thank you to camel for this useful post:

    VireX (14th January 2007)

Similar Threads

  1. Signals and Slots question
    By Thoosle in forum Qt Programming
    Replies: 5
    Last Post: 5th December 2006, 00:24
  2. Adding slots in Designer
    By jamos in forum Qt Tools
    Replies: 5
    Last Post: 18th May 2006, 23:28
  3. Problem in creating thread in GUI application
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 12:05
  4. Problem with Signal and Slots
    By Kapil in forum Installation and Deployment
    Replies: 2
    Last Post: 10th February 2006, 08:51
  5. Missing slots
    By Mariane in forum Newbie
    Replies: 1
    Last Post: 5th February 2006, 01:50

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.