From benjamin.wooller at riotgames.com Mon Sep 17 06:21:59 2018 From: benjamin.wooller at riotgames.com (Benjamin Wooller) Date: Mon, 17 Sep 2018 14:21:59 +1000 Subject: [PySide] RTTI requirement for PySide2 Message-ID: Hello, we have a large Qt project which we would like to add python bindings to. At first this seemed simple with PySide2, but unfortunately we would have to enable RTTI, just for PySide2. Are there any plans for PySide2 to remove the RTTI requirement? Perhaps using Qt's type system instead? Many thanks, Ben -------------- next part -------------- An HTML attachment was scrubbed... URL: From Friedemann.Kleint at qt.io Mon Sep 17 08:46:37 2018 From: Friedemann.Kleint at qt.io (Friedemann Kleint) Date: Mon, 17 Sep 2018 08:46:37 +0200 Subject: [PySide] RTTI requirement for PySide2 In-Reply-To: References: Message-ID: Hi, >Hello, we have a large Qt project which we would like to add python bindings to. At first this seemed simple with PySide2, but unfortunately we would have to >enable RTTI, just for PySide2. Are there any plans for PySide2 to remove the RTTI requirement? Perhaps using Qt's type system instead? RTTI is currently used for the type discovery in the generated code; it cannot be easily replaced. Qt's qobject_cast only works for QObject-derived classes. Regards, Friedemann -- Friedemann Kleint The Qt Company GmbH From wiegman at gmail.com Wed Sep 26 18:30:53 2018 From: wiegman at gmail.com (Eric Wiegman) Date: Wed, 26 Sep 2018 09:30:53 -0700 Subject: [PySide] pyside2 and QSharedMemory Message-ID: Hello, I am working on a Qt application which will requires communication between a C++/Qt process and a python(2.7 & 3.6)/Qt process. I had wanted to use QSharedMemory to do this but there is no python version of this listed in doc.qt.io. Is there currently a python version of this class or are the plans in the very near future to support this? Thanks! eric -------------- next part -------------- An HTML attachment was scrubbed... URL: From marcosegborges at icloud.com Fri Sep 28 10:13:59 2018 From: marcosegborges at icloud.com (Marcos Gomes Borges) Date: Fri, 28 Sep 2018 10:13:59 +0200 Subject: [PySide] pyside2 and QSharedMemory In-Reply-To: References: Message-ID: Hey Eric, I am developing something similar, and in my case, I am using Apache Kafka (streaming platform) to integrate different programming languages. It may come out of your scope, but it is a possible solution. Marcos Gomes-Borges > On 26 Sep 2018, at 18:30, Eric Wiegman wrote: > > Hello, > > I am working on a Qt application which will requires communication between a C++/Qt process and a python(2.7 & 3.6)/Qt process. I had wanted to use QSharedMemory to do this but there is no python version of this listed in doc.qt.io . Is there currently a python version of this class or are the plans in the very near future to support this? > > > Thanks! > eric > _______________________________________________ > PySide mailing list > PySide at qt-project.org > http://lists.qt-project.org/mailman/listinfo/pyside -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandru.croitor at qt.io Fri Sep 28 10:31:31 2018 From: alexandru.croitor at qt.io (Alexandru Croitor) Date: Fri, 28 Sep 2018 08:31:31 +0000 Subject: [PySide] pyside2 and QSharedMemory In-Reply-To: References: Message-ID: <37A483C4-F90F-4141-A59A-7A71700C1B29@qt.io> It's in the list of missing bindings, at https://wiki.qt.io/Qt_for_Python_Missing_Bindings Consider creating a bug report mentioning the use case for QSharedMemory. On 26. Sep 2018, at 18:30, Eric Wiegman > wrote: Hello, I am working on a Qt application which will requires communication between a C++/Qt process and a python(2.7 & 3.6)/Qt process. I had wanted to use QSharedMemory to do this but there is no python version of this listed in doc.qt.io. Is there currently a python version of this class or are the plans in the very near future to support this? Thanks! eric _______________________________________________ PySide mailing list PySide at qt-project.org http://lists.qt-project.org/mailman/listinfo/pyside -------------- next part -------------- An HTML attachment was scrubbed... URL: From umbertofilippo at tiscali.it Fri Sep 28 15:48:21 2018 From: umbertofilippo at tiscali.it (umbertofilippo at tiscali.it) Date: Fri, 28 Sep 2018 15:48:21 +0200 Subject: [PySide] mobile compatible WebView Message-ID: <001e01d45731$ebf0ae20$c3d20a60$@tiscali.it> Hi list, Is it possible to add a WebView for mobile devices with Qt for Python? I know in Qt there's QtWebView which seems what I need (https://doc.qt.io/qt-5/qtwebview-index.html). Is it possible to use it with Qt for Python? Or, is there a valid alternative? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandru.croitor at qt.io Fri Sep 28 15:56:25 2018 From: alexandru.croitor at qt.io (Alexandru Croitor) Date: Fri, 28 Sep 2018 13:56:25 +0000 Subject: [PySide] mobile compatible WebView In-Reply-To: <001e01d45731$ebf0ae20$c3d20a60$@tiscali.it> References: <001e01d45731$ebf0ae20$c3d20a60$@tiscali.it> Message-ID: <59F3F10B-10B6-40EF-9882-F73F2E63BDB2@qt.io> Qt For Python is currently not supported on mobile devices. On 28. Sep 2018, at 15:48, umbertofilippo at tiscali.it wrote: Hi list, Is it possible to add a WebView for mobile devices with Qt for Python? I know in Qt there’s QtWebView which seems what I need (https://doc.qt.io/qt-5/qtwebview-index.html). Is it possible to use it with Qt for Python? Or, is there a valid alternative? Thanks! _______________________________________________ PySide mailing list PySide at qt-project.org http://lists.qt-project.org/mailman/listinfo/pyside -------------- next part -------------- An HTML attachment was scrubbed... URL: