Top "Qtableview" questions

QTableView is a Qt class providing a default model/view implementation of a table view.

Creating popup menu in Qt for QTableView

I have a QTableView in the main UI of my program. I'd like to show popup menu when user right …

c++ qt qtableview
how to set the QTableView header name in Pyqt4

I want to know how can i set the custom header names in QTableview when i create a QTableview i …

python header pyqt4 qtableview
QTableView with icons in rows

I have a QTableView showing rows of a database table. In this table I have a column called data type …

c++ qt icons qtableview
Qt - how to save my QTableView as a Excel File?

Can anyone plz help me, how to save my QtableView as a Excel File. I have a QTableView and a …

excel qt qtableview qt4.7 qpushbutton
Qt - Clearing QTableView's contents

I am working in Qt 4.7, and have a dialog containing (among other, unrelated things) a QTableView and a QButton. When …

c++ qt model qtableview
QTableView scroll to new added row

To add new rows to model I am calling beginInsertRows and endInsertRows(). How to configure the view to scroll to …

c++ qt row qtableview model-view
Qt : Fit width of TableView to width of content

I have a window that contains a QTableView which columns are adjusted to content and are fixed in width. The …

qt pyside qtableview
How to get right row height in Qt for QTableView object?

From this screenshot you can see a lot of space inside the rows: I've used these functions to get resizing: …

c++ qt qt4 qtableview
Qt Qtableview not getting signal for header item clicking

I am using Qtableview with QsqlTableModel for populating a table data. I want to sort the column based on user …

qtableview
How to Remove the Header in QTableView?

As shown in the Image below, How can i remove the unwanted header section ? My Table has to display only 4 …

qt qt5 qtableview qt4.8