Results 1 to 2 of 2

Thread: Developing file sharing program with QT

  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Developing file sharing program with QT

    Hello all,
    I was assigned to develop a kind of the "file sharing" program, that allows the users of my company's products to share some files in the real time mode.

    By sharing I mean that each user of the specific product can give a right to copy his/her local files over the Internet to any other user of the same product.

    It should be developed using QT to make it multiplatform.

    I have never worked with QT neither have done a networking before. My experience is with Java, C++, MFC and Windows API and DirectX.

    Where should I start? If somebody can point me in a correct direction, it would be greatly appreciated.

    Thanks,
    AC

  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: Developing file sharing program with QT

    http://doc.trolltech.com/latest is a good point to start - take a look at examples available, play with Qt a little and then just start coding. You'll surely need networking classes like QTcpSocket and file access classes like QFile. But first think if you are not trying to reinvent the wheel - maybe a private torrent or ftp/smb server would be sufficient for the job.

Similar Threads

  1. Replies: 2
    Last Post: 5th September 2007, 22:31
  2. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  3. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19
  4. Replies: 2
    Last Post: 13th September 2006, 09:11

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.