Results 1 to 2 of 2

Thread: QT 3 (linux) to 4(windows XP)

  1. #1
    Join Date
    May 2006
    Posts
    68
    Thanks
    10
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default QT 3 (linux) to 4(windows XP)

    Dear all

    I have developed front end based on QT 3.3.4 ( LINUX PLATFORM and C CODE)
    I need to develop the same for windows (XP).
    I started with QT ver 4 for windows( MINGW 32) and tried to self learning a lot.
    I am able to convert the form ( which was developed on QT 3.3.4 ( LINUX PLATFORM and C CODE)) to the new format . But after that there is a problem.
    I made a folder and put the new form in it.Then I made a main.cpp file.
    Used the commands qmake -project , qmake . Got ui_formname.h file .
    But when I make it I get stuck.
    I need to know

    Doesn't QT for windows version 4 has this C ++ project approach as it is in QT 3.3.4 ( LINUX PLATFORM )
    Since there one needs to just make the form and write own functions for the slots and the thing runs well.
    In QT ver 4 for windows the only option is to make form ( DIALOG ,Application etc)
    I tried commands qt 3 to 4 also

    In fact if I am able to convert the form ( which was developed on QT 3.3.4 ( LINUX PLATFORM ) and make windows exe somehow I can try and add my private slots .

    Somebody guide please.

    Thanks in advance
    deekayt

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QT 3 (linux) to 4(windows XP)

    Read this carefully: http://doc.trolltech.com/4.2/designe...component.html (especially the part about single inheritance approach).

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

    deekayt (17th October 2006)

Similar Threads

  1. Porting Qt3 linux app to windows qt4
    By Philip_Anselmo in forum Qt Programming
    Replies: 7
    Last Post: 15th May 2006, 18:44
  2. Moving Qt(WIndows) exe to Qt - Linux
    By Kapil in forum Qt Programming
    Replies: 1
    Last Post: 11th May 2006, 09:20
  3. Qt 4.1.2 Fails to build on Linux
    By rohandhruva in forum Installation and Deployment
    Replies: 6
    Last Post: 16th April 2006, 21:44
  4. Crosscompile Qt in Linux
    By Morea in forum General Discussion
    Replies: 4
    Last Post: 13th April 2006, 18:19
  5. Replies: 4
    Last Post: 12th January 2006, 04:16

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.