Thanks Tony.
I was able to add a context menu to the table with the functionality I need
and now can Cut&Paste 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 (wi
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
>
> Greetings,
>
> I am new to PyQt.
> I am creating a GUI for a program I created in Python and I need to ad
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