Results 1 to 4 of 4

Thread: Help this guy find its way.

  1. #1
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Help this guy find its way.

    hi
    I am a multimedia app programmer, I haven't started with qt yet. I have some Question about qt before I dive into it:

    -How many external files does a qt program require to run, for example dlls and such. and can It be used to make Autorun programs for CD/Dvd etc?
    -How fast and memory consuming qt programs are comparing to win32 native applicaions.
    -How much nice does a qt app is able too look like? you know design and face matters the most for a multimedia programmer and how easy is that?
    -Is it able to write programms with windows vista only features like side bars and gadgets and etc?

    Thanks in advance. and excuse me if my questions are too noobish.

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

    Default Re: Help this guy find its way.

    Quote Originally Posted by Dg!Mortal View Post
    -How many external files does a qt program require to run, for example dlls and such.
    In usual cases at least two, but you can compile in static mode and have no extra dependencies.

    and can It be used to make Autorun programs for CD/Dvd etc?
    Yes.

    -How fast and memory consuming qt programs are comparing to win32 native applicaions.
    Comparable. Memory footprint is a few megs larger but it pays back if you start using Qt extensively. As for speed, it depends what you do. It's quite quick in general.

    -How much nice does a qt app is able too look like?
    Very nice. You can practically do anything you like with it when it comes to looks.

    you know design and face matters the most for a multimedia programmer and how easy is that?
    Depends what you need. For most popular use-cases it is straightforward, especially using stylesheets.

    -Is it able to write programms with windows vista only features like side bars and gadgets and etc?
    I don't know much about Vista, so I don't know what you exactly mean by side bars and gadgets, but most probably yes.

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

    Dg!Mortal (12th April 2008)

  4. #3
    Join Date
    Apr 2008
    Posts
    2
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Help this guy find its way.

    Thanks a lot, but one more thing,
    Can we use windows api functions along with qt(like mfc)? or its name spaces will conflict?

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

    Default Re: Help this guy find its way.

    Quote Originally Posted by Dg!Mortal View Post
    Can we use windows api functions along with qt(like mfc)?
    Yes, of course.
    or its name spaces will conflict?
    No conflicts should occur, at least for standard libraries.

  6. The following user says thank you to wysota for this useful post:

    Dg!Mortal (13th April 2008)

Similar Threads

  1. GCC can't find QSqlDatabase!!
    By brevleq in forum Qt Programming
    Replies: 5
    Last Post: 29th October 2007, 07:05
  2. Cannot find file: winmain.pro in Qt installation
    By jivanr in forum Installation and Deployment
    Replies: 3
    Last Post: 11th June 2007, 12:22
  3. Qt Cryptographic Architecture
    By vermarajeev in forum Qt Programming
    Replies: 6
    Last Post: 9th February 2007, 13:15
  4. QT string Find problem
    By kingslee in forum Qt Programming
    Replies: 2
    Last Post: 16th October 2006, 20:45
  5. Replies: 7
    Last Post: 1st August 2006, 21:15

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.