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