Top "Qtablewidget" questions

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

How to set cell border and background color in QTableWidgetItem?

I have a QTableWidget with 3 columns. 2 of the columns have some text in them, but one of them is empty …

qt qt4 qtablewidget qtablewidgetitem
How to make QTableWidget's columns assume the maximum space?

The columns of my QTableWidget do not fill in the space of the table, so that an empty space is …

python resize pyqt pyqt4 qtablewidget
Adding images to a QTableWidget in PyQt

I'm very new to Python and even newer to PyQt. I've managed to create a table, but want to add …

python pyqt qtablewidget qtablewidgetitem
PyQt: Search Item QTableWidget and take it's coordinates?

So, I'm using Python and PyQt and I have created a QTableWidget which I populate with data. Is there a …

python search pyqt qtablewidget
How to prevent user from resizing columns of QTableWidget?

I'd like to manage width of my columns in a table personally, but after resizing them from the code, I …

qt qtablewidget
How to catch mouse over event of QTableWidget item in pyqt?

what I want to do is to change the color of a QTableWidget item, when I hover with the mouse …

python pyqt qtablewidget mousehover qtablewidgetitem
Qt setHorizontalHeaderLabels for tableWidget

How would I go about using the setHorizontalHeaderLabels property of my tableWidget to specify names for my columns as opposed …

qt user-interface qtablewidget qlist
writing a QTableWidget to a .csv or .xls

Is it possible to write the contents of a QTableWidget to a csv? I found a question about writing to …

python pyqt qtablewidget xlwt
Turn off PyQt Event Loop While Editing Table

I'm developing a GUI with PyQt. The GUI has a qListWidget, a qTableWidget, and a plot implemented with Mayavi. The …

python pyqt pyqt4 qtablewidget
Align checkable items in qTableWidget

In tableWidget I have one column entirely made up of checkable items. I can't figure out how to center the …

python qt qt4 pyqt4 qtablewidget