Mangosoft LLC

Results 12 comments of Mangosoft LLC

hmmm i think this is a sphinx issue with PySide2

Hey Marcus, Thanks for the reply... Taking a look now... Since tv inputs are the same would adding the mapping to the _misplaces_members dictionary be the way to go. For...

Also qt4 seems to actually use QStyleViewItemOptionV4 and QStyleViewItemOption Could you offer some insight as to how the dictionary mapping would be changed? I’m not sure that mapping “QStyleViewItemOptionV4” to...

looking at the way the binding are working.... there doesn't seem to be an easy way to map... "QStyleOptionViewItemV4":"QtGui.QStyleOptionViewItemV4", seems like i would have to do someting like "QStyleOptionViewItemV4":{'get":"QtGui.QStyleOptionViewItemV4",} Does...

or maybe "__init__":"QtGui.QStyleOptionViewItemV4"?

i did a pull request, not sure if i did it correctly as i don't do all of colabroation on git... cli test seem to be angry at me, info...

That's basically how it would behave now for V4 except i have to use the .GET to generate it... if PyQt5 or PySide2 are loaded it redirects to QStyleOptionViewItem.... I'm...

#257 adding reference to the pull request here...

> `Qt.QtCompat.QWidget.grab` has been added to Qt.py in #277 > > As discussed in [issue 277](https://github.com/mottosso/Qt.py/pull/277#issuecomment-372912281) we need to make a new pull request to add support for a custom...

Well the problem is Qt.py is missing the grabWindow method which you guys are discussing here... And my question was about the plan to support it via QtCompat name spaces...