Results 1 to 7 of 7

Thread: PythonQt 1.0

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2006
    Posts
    29
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: PythonQt 1.0

    I'm very interested in this project. What about an equivalent for QSEditor and maybe QSWorkbench ?

    The svn version does not compile. I can send a patch but it should be really easy to fix.

  2. #2
    Join Date
    May 2007
    Posts
    4
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: PythonQt 1.0

    Please send the patch to florian (at) mevis.de, I did not recognize that it
    does not compile because I work on a different svn branch in my company.

    I started implementing an own TextEditor with
    - Python syntax highlighting
    - Autocompletion for builtins, keywords and types in an attached python module
    - Autocompletion for import
    - Autoindent/dedent after ident/dedend keywords
    - Brace matching
    - Outline which shows classes and functions in the loaded file

    It will first be incorportated in our product MeVisLab and I hope I find some time to create a standalone version for PythonQt.

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.