Results 1 to 2 of 2

Thread: is the framework of Qt, a c++ Language?

  1. #1
    Join Date
    Jul 2014
    Posts
    95
    Thanks
    67

    Default is the framework of Qt, a c++ Language?

    Hello,is the framework of Qt, a c++ Language? In Qt, there are Words such as "private slot".but in standard and grammer of c++ there are not "private slot"!!!

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: is the framework of Qt, a c++ Language?

    Yes, Qt is implemented in C++.

    private is an access modified keyword, slots is a preprocessor macro. See qobjectdefs.h for its definition.

    Cheers,
    _

  3. The following user says thank you to anda_skoa for this useful post:

    rezas1000 (14th September 2014)

Similar Threads

  1. language in library
    By BalaQT in forum Qt Programming
    Replies: 2
    Last Post: 7th March 2011, 10:51
  2. ISO 639-2 language codes
    By brixton in forum Qt Programming
    Replies: 2
    Last Post: 23rd November 2010, 21:52
  3. 1.3.0 - UI Language
    By Asperamanca in forum Qt Tools
    Replies: 2
    Last Post: 16th December 2009, 11:19
  4. QT Language auto
    By bunjee in forum Qt Programming
    Replies: 1
    Last Post: 3rd April 2008, 13:45
  5. How can I add any other language
    By ethos0714 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 22nd February 2006, 02:51

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.