Re: [PyQt] Using drag+drop in a QComboBox

2012-10-30 Thread Andreas Pakulat
Hi, On Tue, Oct 30, 2012 at 7:54 PM, Chris Beaumont wrote: > Fair enough. My application is a window that displays one of several images > for scientific image analysis. A combo box selects which image is displayed. > It's a nice feature that you can "blink" back and forth between two images > wi

Re: [PyQt] Using drag+drop in a QComboBox

2012-10-30 Thread Chris Beaumont
Fair enough. My application is a window that displays one of several images for scientific image analysis. A combo box selects which image is displayed. It's a nice feature that you can "blink" back and forth between two images with adjacent entries in the combo box by hitting up/down while the box

Re: [PyQt] Using drag+drop in a QComboBox

2012-10-30 Thread Andreas Pakulat
Hi, On Tue, Oct 30, 2012 at 5:50 PM, Chris Beaumont wrote: > I'm having some trouble getting drag+drop to work properly within a > QComboBox widget. I've posted to SO: > http://stackoverflow.com/questions/13141143/pyqt4-items-disappear-when-using-drag-and-drop-with-qcombobox > > I thought I'd try

[PyQt] Using drag+drop in a QComboBox

2012-10-30 Thread Chris Beaumont
Hi, I'm having some trouble getting drag+drop to work properly within a QComboBox widget. I've posted to SO: http://stackoverflow.com/questions/13141143/pyqt4-items-disappear-when-using-drag-and-drop-with-qcombobox I thought I'd try here as well. In short, I want to be able to rearrange entries i

[PyQt] Dip package and PyQt version

2012-10-30 Thread Rute Mendes
Hi, I tried to install "dip" package, unfortunatelly I verifyed that it only works with PyQt 4.7.x at least. Is it not possible for it to work with earlier versions? Thank you, Ruth I know the right way is to upgrade my package, but I'd like to know __

[PyQt] Exception while running metaSIP

2012-10-30 Thread Luca Beltrame
Hello, I'm trying to run MetaSIP, but I keep on hitting this exception: $ msip Traceback (most recent call last): File "/usr/bin/msip", line 228, in rc = launchGUI(prjname, guiargs) File "/usr/bin/msip", line 145, in launchGUI view = view_factory() File "/usr/lib/python2.7/site-pac

[PyQt] Selection query in relational table model

2012-10-30 Thread Jorge Tornero - Listas
Hello, I am trying to develop a small application where a database (PostgreSQL) is involved. I've created a custom table view which several custom delegates that works well for me. The table receives a QSqlRelationalTable Model and is able to remove records and edit them with a popup dialog