I am trying to O/P audio to a USB soundcard (Lindy PnP SoundCard device) via Python/PySide/PyQT by the use of Phonon and/or QTMultimedia.
I am coding my application Groundwork and I am using pyside to develop the application. The only hiccup I am having is getting the qml switch to activate.
I am playing with PySide开发者_StackOverflow社区 and QWebView to provide a WebKit version of a webapp on Windows.
I get: ImportError: /usr/lib/pymodules/pyt开发者_JS百科hon2.6/PySide/QtCore.so: undefined symbol: _ZN8Shiboken4Enum16createGlobalEnumEP7_objectPKcS4_S4_P11_typeobject
I made a form in QtDesigner. This form gets loaded from PySide with help of the function widget = loader.load(file, parent)
I\'m currently trying to implement a simple \"First steps\" Wizard for a Python/Qt application I\'m working on. This is really easy to do with Designer, but as usual the devil lies in the details.
What is the most effective way to create an image (QImage) histogram in PySide? My test image is 1,9MB, 3648x2736px, jpeg photo
How do you disab开发者_JS百科le phonon in PySide? I am trying to use QWebpage and I don\'t want phonon to kick in, as the app I\'m writing is a server side app, and has no need for media. I tried a
I\'ve been trying to figure out if there\'s any way to manage IPC in PySide and still take advantage of Qt\'s signals/slots mechanism. The QtDBus module sounds great, but it doesn\'t appear to be avai
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th