Results 1 to 2 of 2

Thread: Need help on a QT issue for Panoramio

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

    Default Need help on a QT issue for Panoramio

    Hiya all out there,

    Normally I don't work with QT but I'm helping some friends out with an application for the Panoramio website. The application can be found here: http://ryanearth.googlepages.com/PhotoTrack.html. Basically it's a program that reads the current viewcounts of a Panoramio user's page and stores the values. Next time you run the program, it can list how many new views there are since the last time one checked.

    The trick is/was to get the webpages from Panoramio which showed a fixed number of 32 images, hence this number is hard coded in the apllication. Unfortunately Panoramio limited the number of images to 16, which stops this program to work correctly.

    Since the application is open source, I downloaded the source files for it and found the 'problem'. Now all I need is find a way to rebuild the Executable file from the changed file.

    Anyone can help me out on this one and make lots of Panoramio users happy...?

    Thanx !

    Andre

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

    Default Re: Need help on a QT issue for Panoramio

    First you have to install Qt and MinGW (get the .exe file from Trolltech site). Then open "Qt Command Prompt", enter the directory with PhotoTrack sources, issue "qmake" command and then "make -f Makefile.Release".

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

    Dr.E (13th August 2008)

Similar Threads

  1. qt4.4 pc specs requirements or qt3 support issue?
    By triperzonak in forum Installation and Deployment
    Replies: 0
    Last Post: 9th August 2008, 03:40
  2. Issue with QGraphicsLinearLayout (Qt-4.4 snapshot)
    By momesana in forum Qt Programming
    Replies: 3
    Last Post: 10th January 2008, 03:05
  3. qt3 to qt4 - uic issue
    By hvengel in forum Qt Programming
    Replies: 10
    Last Post: 4th March 2007, 03:59
  4. Dialog and code design issue
    By Gopala Krishna in forum Qt Programming
    Replies: 1
    Last Post: 24th September 2006, 18:54
  5. Replies: 5
    Last Post: 22nd September 2006, 09:04

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.