Qtdesigner and python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Siraj Kutlusan

    #1

    Qtdesigner and python

    I heard that you can use .ui files with python or something of the likes.
    Could anyone help me with telling me how to do this?
  • Phil Thompson

    #2
    Re: Qtdesigner and python

    On Tuesday 27 December 2005 5:10 pm, Siraj Kutlusan wrote:[color=blue]
    > I heard that you can use .ui files with python or something of the likes.
    > Could anyone help me with telling me how to do this?[/color]

    You can either convert the .ui file to Python code using pyuic or you can load
    the .ui file directly using the QWidgetFactory class.

    Normally people use pyuic because they want to sub-class from the class
    created by Designer to add application logic.

    Phil

    Comment

    • koray.bostanci@gmail.com

      #3
      Re: Qtdesigner and python

      u can use`pyuic` for this ..

      Comment

      Working...