Embedding IPython Qt console in a PyQt application
Questions: I’d like to embed an IPython qt console widget in a PyQt application I am working on. The code provided below (and adapted from https://stackoverflow.com/a/9796491/1332492) Accomplish...
Questions: I’d like to embed an IPython qt console widget in a PyQt application I am working on. The code provided below (and adapted from https://stackoverflow.com/a/9796491/1332492) Accomplish...
Questions: Please, help me with designing MVC-pattern with PyQt. I want to split all program at 3 parts: some class that is abstracted from all Qt classes(model) some class that provides data from mod...
Questions: I’m practicing PyQt and (Q)threads by making a simple Twitter client. I have two Qthreads. Main/GUI thread. Twitter fetch thread – fetches data from Twitter every X minutes. So,...
Questions: I am looking for a simple example of how to directly load a QtDesigner generated .ui file into a Python application. I simply would like to avoid using pyuic4. Answers: PySide, unlike PyQt,...
Questions: I’m trying to install PyQt package with pip, but I get this error: ~$ pip install PyQt Downloading/unpacking PyQt Downloading PyQt-x11-gpl-4.8.3.tar.gz (9.8Mb): 9.8Mb downloaded Runni...
Questions: It is possible to make persistent changes to settings for default settings on Windows 7? I would like to change font-size and shell size. Answers: The QtConsole has configurable via the Con...
Questions: I have a taskbar menu that when clicked is connected to a slot that gets the trigger event. Now the problem is that I want to know which menu item was clicked, but I don’t know how to...
Questions: From the PyQt4 website their instructions for installing the package are to download the tarball and use the config file. I have two versions of Python, one is my normal system and the othe...
Questions: In an earlier question I learned that the behavior on show() was dependent on the backend in use by matplotlib. At that time I was looking for a way to keep show() from deleting the drawing...
Questions: I started to fiddle with PyQt, and made a “beautiful” script from the pyqt whitepaper example app (pastebin) It works perfectly in Windows and Linux (with qt environment already...