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