Qqt
6th March 2011, 07:39
Hello,
I am using QTableWidget in 4.3 to view a table of data, it works fine to select row(s).
Now I want to add a button which is ENABLED when there are multiple rows are selected in the table. I understand I have to pass a bool value to the button.SetEnable(bool), but where can I get this bool value from QTableWidget?
Thanks.
I am using QTableWidget in 4.3 to view a table of data, it works fine to select row(s).
Now I want to add a button which is ENABLED when there are multiple rows are selected in the table. I understand I have to pass a bool value to the button.SetEnable(bool), but where can I get this bool value from QTableWidget?
Thanks.