Re: [PyQt] Adding a table to GUI in QT Designer

2011-08-24 Thread Nader Abedrabbo
Thanks Tony. I was able to add a context menu to the table with the functionality I need and now can CutPaste from excel to my code with no problems. One issue I still have is that I have 4 tabs in my program and each tab has its own table. In order to cut and paste to the correct table

[PyQt] Adding a table to GUI in QT Designer

2011-08-22 Thread Nader Abedrabbo
Greetings, I am new to PyQt. I am creating a GUI for a program I created in Python and I need to add a table with advanced functions in it. I am able to use QTableWidget to create the table, but there is no right click functionality to the table. I need to create a table to do these things:

Re: [PyQt] Adding a table to GUI in QT Designer

2011-08-22 Thread Tony Peña
yes it's possible to do that... read about QMenu classes to do the right click and maybe visit here to other examples http://www.rkblog.rk.edu.pl/w/p/python/#3 2011/8/22 Nader Abedrabbo aenad...@yahoo.com Greetings, I am new to PyQt. I am creating a GUI for a program I created in Python