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
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
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
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
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
__
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
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