[PyQt] Re: [Matplotlib-users] Using matplotlib in Qt4/Qt4 Designer

2008-08-06 Thread B Clowers
n Thu, Aug 7, 2008 at 12:39 AM, Ewald Zietsman <[EMAIL PROTECTED]> wrote: Yes! Thank you very much. I figured it out just before your email came in :-) I'm much happier now. Thank you again for teaching me this. Cheers Ewald On Thu, Aug 7, 2008 at 12:31 AM, B Clowers <[EMAIL PR

Re: [PyQt] QTableWidget Data Paste Time

2008-07-31 Thread B Clowers
erman wrote: > On approximately 7/30/2008 2:10 PM, came the following characters from > the keyboard of B Clowers: >> Greetings, >> >> I'm interested in incorporating a QTableWidget into one of my >> applications and would like to give it the functionality to cut,

[PyQt] QTableWidget Data Paste Time

2008-07-30 Thread B Clowers
Greetings, I'm interested in incorporating a QTableWidget into one of my applications and would like to give it the functionality to cut, copy, and paste a user selection.  So far I've implemented the copy and paste actions to a functional level.  However, I often deal with very large arrays (e

[PyQt] QWidget focusInEvent() ?

2008-05-29 Thread B Clowers
I have what would seem to be a fairly small problem.  My application has a main window that currently has the ability to spawn a number of Non-Modal QWidgets in their own respective windows.  I need to emit or catch a signal that is produced whenever a particular QWidget in its own window gets

Re: [PyQt] beginner, array setdata, write back

2008-05-22 Thread B Clowers
Ulrich,Try pqsheet--I think it is a stalled project but it may have what you need.Brian--- On Thu, 5/22/08, ulrichD <[EMAIL PROTECTED]> wrote:From: ulrichD <[EMAIL PROTECTED]>Subject: [PyQt] beginner, array setdata, write backTo: pyqt@riverbankcomputing.comDate: Thursday, May 22, 2008, 9:32 AMI'm a

[PyQt] Embedded IPython Shell in PyQt Widget?

2008-04-30 Thread B Clowers
So far I've been successful in implementing a Python shell into a GUI window similar to the one provided by OpenAlea (http://openalea.gforge.inria.fr/dokuwiki/doku.php?id=screenshot).  However, I'm interested in the interactive plotting provided by the pylab interface to matplotlib and a static Pyt

[PyQt] Custom Model for HDF5 QTreeView?

2008-04-21 Thread B Clowers
I have quite a few numpy arrays stored in HDF5 file format and would like develop a simple application in which I can plot them interactively. As you can imagine this is not too hard using a combination of pytables and matplotlib, however, a gui to accomplish this task is proving to be harder t

[PyQt] Selection of MDI Child and Properties

2008-04-12 Thread B Clowers
So I've been trying to alter the mdi.py example packaged with PyQt and allow the contents of the child windows to be altered using the python interpreter. I've been successful in adding a python shell to the main user interface in a way similar to OpenAlea but really have no clue how to access

[PyQt] Large Table Example in PyQt4

2007-12-20 Thread B Clowers
I am fairly new to python and programming as a whole and would like to develop a small application capable of plotting simple 2D graphs and also display such data in a table. In my initial assessment of PyQt4 I have been able to load my data into a table but it is terribly slow. I am using a Q