Using PySide / PyQt for mobile development

2013-05-24T04:24:58

I am currently looking at using PySide for mobile app development. I've done a few tutorials for creating desktop applications using Pyside and loving it. I understand PySide/PyQt is a port or mapping for Qt, and is usualy behind a little bit with Qt as developers of PySide/PyQt have to keep up with whatever happens in Qt.

I particularly want to develop for Android, BlackBerry and iOS. I also understand that Qt recently added support for Windows 8, as well as the more recent BlackBerry 10 OS.

My question: How well versed is PySide/PyQt in its current state with cross mobile application development.

Does it achieve mobile development by means of the WebKit component, allowing the use of everyday HTML, CSS and JavaScript?

Would it be a better option to consider PyQt for mobile app development, or PySide?

Copyright License:
Author:「josef.van.niekerk」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/16723258/using-pyside-pyqt-for-mobile-development

About “Using PySide / PyQt for mobile development” questions

I am currently looking at using PySide for mobile app development. I've done a few tutorials for creating desktop applications using Pyside and loving it. I understand PySide/PyQt is a port or mapp...
I would like to create app using pyside2/pyside6. I have gone through a couple of forums and found that android development can be done using qml. So my question, we have qml and python integration...
I am writing a GUI application on Linux. I am using virtualenvs in development, where I install required packages using Pip (with Poetry). When I install PyQt6 (or PySide6; I have tried both and both
I'm moving some of our scripts over from PyQt to PySide and had a question regarding slot names. For context, our UI is created with Qt Designer. Saved as .ui files. Converted to .py files using py...
Hello PyQt/PySide experts, I am a newbie to both PyQt/PySide and desktop application development (I'm a web developer). I have a question about how you should navigate among different views in a ...
Maya 2014 supports PySide out of the box so I am looking to convert all of my existing tools (not many since I am pretty new to PyQt programming) from PyQt to PySide. Does anyone know of a place t...
I cannot use matplotlib anymore (on python 3.5, archlinux, kde). After a system update with pacman I got an error that PySide is not installed. When I unsuccessfully tried to install it using pip3, I
Learning PySide, I'm tweaking a text edit widget (QLineEdit) and trying to set the placeholder text using setPlaceHolderText as in the code snippet below (which I invoke from main). Unfortunately, ...
In PySide, I am trying to change the overall style of a simple GUI window (a QLabel object), as outlined at the PySide documentation: http://srinikom.github.io/pyside-docs/PySide/QtGui/QStyle.html#
I recently spoke with someone of 'authority' on the subject and wanted confirmation. The statement implied that there are issues with PyQt5, but they did not go into specifics. I'm wanting some

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.