Tagged Questions

1
vote
1answer
39 views

Is PyGTK or PyQT preferred for making GTK-native Python apps?

I'm a web developer looking to get my feet wet with coding up a little desktop app for Ubuntu in Python. I've scoured the web looking for the pros and cons of PyGTK vs. PyQT and ca …
2
votes
2answers
40 views

Invoking context menu in QTreeWidget

I would like to popup a menu, when user clicks on an object in QTreeWidgetItem. I though about catching signal contextMenuRequested from QWidget and then retrieving index from the …
0
votes
1answer
26 views

PyQt4, QThread and opening big files without freezing the GUI

Hi, I would like to ask how to read a big file from disk and maintain the PyQt4 UI responsive (not blocked). I had moved the load of the file to a QThread subclass but my GUI threa …
0
votes
1answer
32 views

Text under a widget added with QToolbar.addWidget()

I have a QToolbar with toolButtonStyle set to Qt::ToolButtonTextUnderIcon in which I add a QLineEdit through addWidget(). I'd like to have descriptive text under that widget like I …
1
vote
3answers
53 views

convert PyQt to PIL image

I have an image in a QImage and I want to process it in PIL before I display it. While the ImageQT class lets me convert a PIL Image to a QImage, there doesn't appear to anything t …
0
votes
1answer
44 views

Setting icon for QTreeWidgetItem

I am trying to set an icon for item in QTreeWidget. I am doing it like this: class MessageBoxSelect(QTreeWidget): def __init__(self, parent=None): QTreeWidget.__init__(self …
0
votes
2answers
87 views

Phonon VideoWidget error: “the video widget could not be initialized correctly”

I asked this question on the PyQt mailing list, and didn't get any responses, so I'll try my luck here. I've encountered a frustrating issue (on Windows only): when trying to crea …
0
votes
2answers
43 views

PyQt: translating standard buttons

How can I easily translate standard buttons (Yes, No) from QMessageBox? I can't use self.tr on those arguments, so I would like to achieve it in some other simple way. Do I have to …
0
votes
1answer
13 views

How to uncheck a checkbox to stop infinite drawing in pyqt ?

My problem is I want to keep rotating the scene if the checkbox is checked, and stop this rotation immediately once it is unchecked. However, "keep rotating" means an infinite loop …
1
vote
3answers
51 views

Qt Python radiobutton: activate event

Hi Everybody, I am developing a project for one customer, where the design has a radio button with exclusive options. Here is a piece of the code that runs and show two nice rad …
1
vote
3answers
37 views

Qt Python : QTreeWidget Child Problem

Hello Everybody, I have a QTreewidget that works fine if I have just one level on my treelist. If I decide to add child sublevels, it gives me an error. Here is the code, that wor …
2
votes
1answer
70 views

PyQT GUI Testing

Does anyone know of a automated GUI testing package for that works with PyQT besides Squish? Nothing against Squish I am just looking for other packages. It would be cool if ther …
1
vote
3answers
772 views

PyQt: No such slot

I am starting to learn Qt4 and Python, following along some tutorial i found on the interwebs. I have the following two files: lcdrange.py: from PyQt4 import QtGui, QtCore class …
1
vote
0answers
43 views

Stackless Python and PyQt

What experiences do you have with Stackless Python and PyQt? Issues i would be happy if people address: Compilation of PyQt for Stackless: does PyQt need to be compiled especial …
0
votes
1answer
36 views

How make Qt Designers autosize layouts work with Pyqt4?

I'm trying a simple example with Qt Designer and Pyqt4, when I preview the UI in Qt Designer (control+R) it looks good, but when I try to execute the generated UI code, layouts don …

1 2 3 4 5 10 next
15 30 50 per page