I\'m having a problem with a simple Notepad application I\'m writing to teach myself basic Python/PyQt.
I\'m investigating whether it is possible to migrate an existing wxPython to PyQt. It would be nice if I could port some widgets to PyQt while others are still powered by wx. I already got both eventl
I want to save a page content to an image when it is fully loaded but sometimes i am getting output raster not rendered completely.
I\'m using PyQt4 and I want to draw a line based on user\'s click on an existing image which is displayed as an imagelabel. The image sh开发者_JAVA百科ows properly and after a clicking an icon in tool
I am trying to embed a 3D plot in a Qt4 GUI (has other buttons)开发者_如何学JAVA, is this possible using matplotlib\'s mplot3d?
W开发者_C百科hat I am trying to do is make an on screen keyboard. To do this I need to stop the Program from taking focus away from other windows.
For my app I have created开发者_如何学JAVA a GUI in Qt Designer and converted it into python(2.6) code.
I\'m diving into PyQt, and I\'ve come across a little annoyance.SLOT(\'insertColumn()\') does nothing when attached to a button in the GUI.SLOT(\'clear()\') works perfectly, and insertColumn() works o
I have made an application using Python and recently i found that i can use py2exe to make executables for windows.
What I want to do is create a semi-transparent overlay over another program\'s window that displays stats on what is happening on the window in the background.I know how to do everything that I want t