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: 

  1. Right click to perform a Cut & Paste of data from Excel,  clear data
and so on that are usually available in other advanced softwares. 
  2. The number of rows in the table should be dynamically adjusted to the
number of data being pasted. 


Is that functionality possible in PyQt? 

Thanks, 
Nader

-- 
View this message in context: 
http://old.nabble.com/Adding-a-table-to-GUI-in-QT-Designer-tp32313584p32313584.html
Sent from the PyQt mailing list archive at Nabble.com.

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to