Results 1 to 2 of 2

Thread: Qt, Python and pop-ups

  1. #1
    Join Date
    Apr 2006
    Posts
    10
    Thanks
    1
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Windows

    Question Qt, Python and pop-ups

    i am working on
    Qt :: 4.2.3
    python :: 2.5.1

    front end being Qt and backend for parsing the files, python is being
    used.In some conditions in I need pop-up's from the python part while parsing
    the files to resolve some conditions.I have got the pop-up by extending python .Pop-up's are not taking action's or event's from the user.

    am I doing right by calling Qt from Python by extending (extending python using C,C++) ???

    if I use PyQt for this kind of application will it be helpful ??

    if I use PyQt for this ,Will qApp be visible for the python part and event loop will be there in the python part for the user interactions ??

    please help me if i am doing wrong .

  2. #2
    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: Qt, Python and pop-ups

    If you use PyQt, your whole application will be in Python. If you want to write GUI in C++ and embed Python scripts into your application, see PythonQt.
    Last edited by jacek; 29th September 2007 at 21:17. Reason: typo

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.