Top "Qtablewidget" questions

QTableWidget is a Qt class providing an item-based table view with a default model.

Inserting data from sqlite database to QTableWidget using PyQt in Python

I want to insert my data which is stored in a sqlite table, to a QTableWidget. I use two for …

python sqlite pyqt qtablewidget
QTableWidget. Emit cellChanged signal

There is QTableWidget. I need to send cellChanged signal with row column and text. How can I do this? -- …

qt qtablewidget emit
QTableWidget: How can I get tighter lines with less vertical spacing padding?

The QTableWdiget is fabulous for simple grid displays. Changing colors, fonts, etc is straightforward. However, I did not manage to …

qt qt4 qtablewidget
Qt - Cannot put an image in a table

Why with the following code I just get an empty table widget? QString imgPath = "C:\\path\\to\\image.jpg"; QImage *…

image qt qtablewidget qtablewidgetitem
Qt model/view vs standard widget

I am currently reading model/view tutorial from Qt, but I am still not sure if I should use model/…

qt qtableview qtablewidget qtreeview qtreewidget
Set column width for QTableWidget in designtime

I cannot find any information for the following question: is there a possibility to set width to columns for QTableWidget …

qt design-time qtablewidget
Hide the border of the selected cell in qtablewidget in pyqt?

Is there a way i can hide the border of the selected cell(or make the border color as white)…

pyqt qtablewidget
How to highlight the entire row on mouse hover in QTableWidget: Qt5

I want to highlight the row on mouse hover in my QTableWidget. When I hover the mouse, only single cell …

c++ hover mouseevent qt5 qtablewidget
PyQt: QTableWidget to .xls file

So, I have a QTableWidget that I want to save it to an .xls file using the xlwt module... Here's …

python pyqt xls qtablewidget