Results 1 to 3 of 3

Thread: building a web stats page

  1. #1
    Join Date
    Apr 2009
    Posts
    17
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question building a web stats page

    Apologies in advance, since I'm not really sure what I need, but I suspect the
    answer involves QT.

    I am looking at a job that has a responsibility to programmatically gather chunks of data from various systems, including clear-text log files, SQL data, XML files, HTML page "chunks", and images, possibly using SSH or SSL authentication.

    The position mentioned "scripting", HTML, and SQL.

    At first I thought they needed a Perl monger (not my favorite language), then I thought I could probably do it in Python, but now I think that I can use QT for most everything, and just glue it together with a bit of C++ or maybe PyQT. The output would be some file(s) suitable for a web system status monitor.

    Is this doable mostly or entirely with QT? Seems like QNetworkAccessManager, QFTP, and
    similar classes can fetch the data, should I plan to use the QTScript classes ? I think all I will need to do is write XML or HTML files.

    Sorry for all the questions. I am very comfortable in C++ and like QT very much, but this is a new area for me. Any response gratefully appreciated.

    regards,
    -B

  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: building a web stats page

    Most things are doable in Qt but it might be an overkill in some scenarios. Bash is the best choice in many places.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


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

    bajarangi (4th December 2009)

  4. #3
    Join Date
    Apr 2009
    Posts
    17
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Unix/X11

    Lightbulb Re: building a web stats page

    Thanks again, Wysotta.

    Yah, I see now the example for HTTP Window - easy to pull an HTML page,
    just need to parse contents from there. I agree simpler is better.
    Looks like bash, qt command line will do everything I need.

    -B

Similar Threads

  1. Print QGraphicsScene in more than one page
    By jano_alex_es in forum Newbie
    Replies: 2
    Last Post: 17th November 2009, 08:19
  2. Best way to open a Qt window from web page?
    By montylee in forum Qt Programming
    Replies: 9
    Last Post: 19th January 2009, 08:04
  3. QTabWidget remove a page at the page's request
    By thomaspu in forum Qt Programming
    Replies: 2
    Last Post: 29th December 2007, 20:45
  4. page faults
    By moowy in forum General Programming
    Replies: 2
    Last Post: 20th January 2007, 14:13
  5. QWidget display on 2 stack widget page
    By spawnwj in forum Qt Programming
    Replies: 3
    Last Post: 4th September 2006, 12:07

Tags for this Thread

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.