Results 1 to 3 of 3

Thread: Convert Qt programme to generic C++ programme

  1. #1
    Join Date
    Jan 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Windows

    Default Convert Qt programme to generic C++ programme

    Hi

    Currently I'm working in a project to automate a function of an open source built GUI application which was developed based on Qt framework.
    I find it hard to understand how to convert the qt based code to generic C++ code
    Please help me out

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Convert Qt programme to generic C++ programme

    You have to rewrite all the functionality implemented in Qt using pure C++ and native APIs.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    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: Convert Qt programme to generic C++ programme

    Quote Originally Posted by wysota View Post
    You have to rewrite all the functionality implemented in Qt using pure C++ and native APIs.
    Whicih means you end up doing your program and the things Qt does.

    Basically the only reason to do that is because the program needs to be ported to a platform for which Qt doesn't exist.

    After all any Qt program is a C++ program already.

    Cheers,
    _

Similar Threads

  1. How to run my Qt programme on an old CentOS
    By Patrick Sorcery in forum Installation and Deployment
    Replies: 0
    Last Post: 3rd January 2011, 05:55
  2. asking question about my first qt programme
    By raman1507 in forum Newbie
    Replies: 1
    Last Post: 23rd November 2010, 14:12
  3. dirtyOnScreen() method of QWSServer is not working for my programme.
    By Ratheendrans in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 8th November 2010, 05:02
  4. not able to compile my programme/Fedora
    By shobhit in forum Installation and Deployment
    Replies: 6
    Last Post: 9th October 2007, 16:29
  5. problem in qt hello world programme
    By u04f061 in forum Qt Programming
    Replies: 6
    Last Post: 9th March 2007, 11:39

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.