Results 1 to 2 of 2

Thread: Combine C++ Qt with PyQT

  1. #1
    Join Date
    Apr 2008
    Posts
    196
    Thanked 8 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    1

    Default Combine C++ Qt with PyQT

    Hey @all,

    did anybody know a way on how to combine Python as a scripting language with c++. This could be done with pure python or with PyQT.

    Hope someone can help

    Regards
    NoRulez

  2. #2
    Join Date
    Dec 2008
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Combine C++ Qt with PyQT

    You can make Qt/C++ widgets bindings for PyQt4 using SIP: http://www.rkblog.rk.edu.pl/w/p/maki...4-widgets-sip/

    You can use boost-python or cython / or other to make Python bindings to C/C++ classes and functions.

Similar Threads

  1. (PyQt) moving items within a QTreeWidget
    By calireno in forum Newbie
    Replies: 0
    Last Post: 12th November 2008, 03:33
  2. Replies: 1
    Last Post: 30th July 2008, 23:39
  3. Compiling PyQt with MinGW
    By QuiGon in forum Installation and Deployment
    Replies: 0
    Last Post: 13th April 2008, 07:20
  4. PyQt QTimer problem { FIXED }
    By WinchellChung in forum Newbie
    Replies: 0
    Last Post: 1st March 2008, 16:50
  5. PyQt + QPrinter + Pdf
    By paramedic in forum Qt Programming
    Replies: 0
    Last Post: 19th January 2008, 13:27

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.