Results 1 to 4 of 4

Thread: Can QT Do this?

  1. #1
    Join Date
    Jul 2006
    Posts
    25
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Can QT Do this?

    Can I graphically accomplish the below with QT?

    I want to design a power flow analysis package. The purpose of a power flow analysis program is to compute precise steady-state voltages of all buses in the network, and from them the real and reactive power flows into every line and transformer, under the assumption of known generation and load.

    Will consist on drawing electrical transmision lines, defined loads on the end of the transmission lines, and an electrical generator to power the lines and loads. Then I want to be able to calculate the power flow at particuilar nodes/buses.

    Can I graphically accomplish the above with QT?

    Thanks in advance!

  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: Can QT Do this?

    Yes. Use QGraphicsView for visualisation.

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

    Seth (8th April 2007)

  4. #3
    Join Date
    Jul 2006
    Posts
    25
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Can QT Do this?

    Thanks Wysota

    QGraphicsView is in version 4.2. I loaded version QT 4.1.1 from the book "C++ GUI Programming with Qt 4" last night. Do I just ftp the newest open source edition from the Trolltech website, is there anythng special I have to do since I already have a older version on my computer?

    I am new to Qt and programming so I thought to go through the book first before looking into QGraphicsView simply because I am sure it nots moentioned in the book. Whats your thoughts about that approach?

    The below link is similar to what I want to do with QT, but I want to do a smaller scaled version. The picture isnt very good.

    http://www.powerworld.com/images/simb7runmode.jpg

    Thanks in advance

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

    Default Re: Can QT Do this?

    Quote Originally Posted by Seth View Post
    Do I just ftp the newest open source edition from the Trolltech website,
    Yes.

    Quote Originally Posted by Seth View Post
    is there anythng special I have to do since I already have a older version on my computer?
    No, each version installs in its own directory and you will have two entries in the Start menu, so there won't be any problem.

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.