Hi,

After compiling the latest release with Qt 4.7.4, and
running tests, I noticed some missing methods :

- 'PySide.QtCore.QTranslator' object has no attribute 'loadFromData'

- QLayout.setMargin

- QAction.setShortcut only works when its argument is a QKeySequence,
  while one of the constructors of QKeySequence is an int.  So one
  would expect QAction.setShortcut to work with ints as well.
  ( as is the case in PyQt )

For my understanding, how does it come methods are missing ?

Are the methods generated through introspection from the compiler or
is there some other definition of the methods ?

Thanks,

Erik

_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to