Results 1 to 6 of 6

Thread: fax classes in qt

  1. #1
    Join Date
    Sep 2007
    Posts
    18
    Thanks
    3

    Default fax classes in qt

    Dear All,

    I am using Qt 4.3.x
    Recently while looking at the Qt Assistant, I find out one thing, that Qt doesnt have a class/plugin, to support "fax"ing programmatically.

    how to achieve this in Qt?? I mean "faxing".... any clues?

    thanks
    dyams_J

  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: fax classes in qt

    Why should it have a class for faxing? Just use platform dependent solutions.

  3. #3
    Join Date
    Sep 2007
    Posts
    18
    Thanks
    3

    Default Re: fax classes in qt

    If that is the case, I would have started writing my application using proprietary IDE for the corresponding platform,
    Like MFC with VC++ on Windows....
    and
    Cocoa or Carbon on Macinthosh
    and
    GTK + Glade on Linux and so on


    Why would I choose to use Qt then???

  4. #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: fax classes in qt

    MFC is not an IDE but a framework, like Qt, nor are Cocoa or GTK+, they are APIs or toolkits.

    Why would I choose to use Qt then???
    Why did you then? To create a faxing application? I assure you neither of the APIs mentioned by you implement faxing, so surely choosing Qt over those other mentioned APIs wasn't argumented by wanting a faxing class. Just link your Qt based application against chosen faxing library and use it in your program. You'll have to use platform dependent solutions, because there is no platform undependent solution for faxing.

    You can start here: http://www.hylafax.org and also search for "libfax".

  5. #5
    Join Date
    Sep 2007
    Posts
    18
    Thanks
    3

    Default Re: fax classes in qt

    << MFC is not an IDE but a framework, like Qt, nor are Cocoa or GTK+, they are APIs or toolkits.>>

    true. You are right. I dont want to deviate from our topic here, still you are asking i would like to justify my answer,
    I said, MFC with VC++ (combo, not individually)
    also, GTK + GLade, i mean use gtk with glade.

    <<You'll have to use platform dependent solutions, because there is no platform undependent solution for faxing.>>

    Yes, thanks, This is what i am interested in knowing.

  6. #6
    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: fax classes in qt

    [QUOTE=dyams;47656]
    I said, MFC with VC++ (combo, not individually)
    There is no such thing as VC++ (it's just a way to sell one product, VS, under four or five names, the only "C++" thing in there is the compiler - MSVC). MFC is a C++ framework over WinAPI (which is itself C). The IDE is called Visual Studio, so you probably meant that. By the way - you can use Qt with Visual Studio as well (and MFC without VS of course).

    But that's way offtopic, sorry for that.

Similar Threads

  1. QtTest: Unittesting in several classes
    By Jojo in forum Qt Programming
    Replies: 2
    Last Post: 25th August 2009, 12:38
  2. Qcj Data classes initial release
    By croftj in forum Qt-based Software
    Replies: 0
    Last Post: 1st May 2007, 02:51
  3. Adding nonQt classes to QtApplication
    By codebehind in forum Newbie
    Replies: 11
    Last Post: 23rd April 2007, 21:08
  4. SIGNALS in Inherit Classes
    By ^NyAw^ in forum Qt Programming
    Replies: 2
    Last Post: 27th November 2006, 16:06
  5. How to search a string in xml file with Qt Dom classes
    By doganay44 in forum Qt Programming
    Replies: 2
    Last Post: 5th October 2006, 20: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.