Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi. I want to create delete button and edit button in my table view when it get it's value from model from my database. How can I create button for each row? How can I write a slot for them? How can I send the row ID when they clicked?
@MhM93 You can use button in each row of QTableView as shown in this example.