0
votes
2answers
30 views

Qt Using Custom QItemDelegate for QTableView

I followed the Spin Box Delegate tutorial, which Qt provides, to try to implement my own QItemDelegate. It would be used to specify a QComboBox to represent data in a QTableView cell but it is not ...
0
votes
0answers
29 views

Qt Table Widget Vertical & Horizontal Header Becoming Invisible

I've added a table widget to a form and set the vertical and horizontal headers as visible in the property editor. However, they are sometimes invisible during actual execution. If I actually look at ...
0
votes
3answers
43 views

QTableView with multiline cell

How can I create a QTableView multiline cell? I'm filling the table using the code bellow. But Whem GetDescription() returns a long string, the content is terminated with ... There is some way to ...
0
votes
1answer
26 views

Paste entire column into QTableView from Excel

I am having an issue pasting into a QTableView from Excel when the user has copied by selecting an entire column in Excel, essentially putting every single row in the selected column, for the entire ...
0
votes
0answers
43 views

Rotate QTableView?

How to make the table headers and a tuple (100% that is will be the only) in QTableView became in vertical position? For example in the property editor as in Qt.
0
votes
0answers
49 views

QTableView mouse double-click event

I have instance of QTableView. I want to open a dialog to edit data from selected row. When I use command from popup menu or shortcut it works as expected, but when I use double-click to show the ...
0
votes
0answers
35 views

What does QAbstractItemView.reset() actually do? Particularly for QTableView

The documentation says that it : QAbstractItemView.reset (self) This method is also a Qt slot with the C++ signature void reset(). Reset the internal state of the view. Warning: ...
0
votes
2answers
53 views

Qt: c++: How to create a SIGNAL/SLOT when selecting a row in QTableView

I have a QTableView which is working properly showing my model on the GUI. however, I would like to create a "SIGNAL/SLOT" that works when I select a row from the QTableView. how can i do that?
0
votes
2answers
54 views

'Manual' multi-selection in QTableView and partially hidden grid

I know that topic about multi-select arise at least once, but honestly neither can't find it anymore, nor remember that it had and decent solution. There are two questions I propose to discuss: 1) ...
1
vote
0answers
30 views

QDataWidgetMapper only updates first index to QSqlRelationalTableModel

I have a problem regarding parts of the QT framework. I am using QT 5.0.2 and am developing on Windows at the moment. In my application I have a Tableview set up with a QSqlRelationalTableModel. Next ...
0
votes
1answer
46 views

Qt: c++: QTableView does not display my Model

I am creating a model using this code: QStandardItemModel table_model(4,4); for(int row=0; row<4; row++){ for (int column=0; column<4; column++){ QStandardItem* item = ...
0
votes
1answer
77 views

Issue reading in line of file with Qt and vectors

I have an issue in Qt where I am running code to generate a vector of class objects and output them to a TableView. Whenever I run the code it only reads the first line of the file. I put the same ...
0
votes
0answers
49 views

How to edit data on QStandardItemModel & QTableView after call QTableView::setModel()

guys!! I'm trying to populate a list of products into a QStandardItemModel that will be used by a QTableView. But I cant cange these data after the program starts. How can i do it? Change the data ...
0
votes
1answer
63 views

Qt: QLineEdit cursor moves to end after textChanged() or commitData()

I have a QTableView with one column that uses a QLineEdit as its editor delegate, and other columns that need to update dynamically as the user types into the QLineEdit (e.g. one of the columns ...
0
votes
0answers
106 views

QTableView Qt : Changing selection behavior of Table

I am using QTableView in Qt and I have one table in which each cell has different text color. I have selection behavior select entire row. But when I select any row, text color changes to white for ...
1
vote
1answer
30 views

QSortFilterProxyModel breaks columnWidths

What is the standard practice in keeping column widths saved within a QTableView which is having certain columns hidden/removed via a QSortFilterProxyModel (in arbitrary order)? Note that I'm talking ...
0
votes
1answer
42 views

How to show icons use QSqlRelationalTableModel and QTableView in every row

Now,I am try to use QSqlRelationalTableModel and QTableView to show my data in database,according to the properity "fileType" such as "doc,txt,exe,sln" to show a icon in the first column. ...
0
votes
1answer
63 views

QTableView's cells are empty, but headers show up

I created a delegate pretty much copied from Qt's Spin Box Delegate Example and I'm trying to fill a QTableView. However, I'm getting a strange problem where the table headers show up but the cells ...
0
votes
2answers
162 views

Basic concept of Qt model/view and QTableView

I want to create a software that will browse some database tables and users will be able to edit these tables. Following my reading of this link, I tought that model/view was a good approach for what ...
1
vote
1answer
97 views

QDataWidgetMapper and QAbstractTableModel

I have a QAbstractTableModel displayed by a QTableView. The table has 2 columns and a couple of rows. Each cell is a QLineEdit. My question is if there is a way of using QDataWidgetMapper::addMapping ...
3
votes
2answers
158 views

Smooth lazy loading and unloading of custom IndexWidget in QListView

I am writing an application that makes use of a custom QWidget in place of regular listitems or delegates in PyQt. I have followed the answer in Render QWidget in paint() method of QWidgetDelegate for ...
0
votes
1answer
69 views

How to set QTableView as a cell of QTableView

I have QTableView - mainTableView, in some cells of which I need to show another QTableView - cellTableView. Actually I found 2 ways: 1) Use pTableView->setIndexWidget 2) Use ...
0
votes
1answer
151 views

QTableView not expanding/reducing when QMainWindow is resized

I have a QMainWindow. Inside the QMainWindow, I have a central widget. For the central widget, I have a QVBoxLayout. To this QVBoxLayout, I've added 3 widgets. One is a widget with some labels, ...
0
votes
0answers
112 views

PyQT QTableView Allow User Resizing of Vertical Header Width

I'm currently having problems with formatting my QTableView object. I have a model placed inside it and I have the verticalHeader and horizontalHeader labels set by ...
2
votes
1answer
77 views

QTableView advanced selection

I work with a QTableView and I would like to develop an advanced selection mode. I have not managed to do it with SelectionBehavior nor with SelectionMode. The user shall be able to pick up some ...
0
votes
0answers
60 views

QT: Qtableview wrapping text

I am working with QtableView of Qt. I am facing one problem. I am not able to fix the content in to complete cell . In my case i have fix size of column and rows can be stretched. following is sample ...
0
votes
1answer
195 views

Updating QTableView with more rows dynamically

I have a QTableView, which uses a model derived from QABstractTableModel. The model starts out with a number of rows and displays the data properly. The model also has a timer attached to it, which ...
0
votes
1answer
140 views

Differentiating between Left and right clicks in QTableView

I have a QTableView, in which both Left- and right-click mouse result in some work., The right click should launch a context menu, and the left should open another process. I use the following ...
0
votes
1answer
150 views

Connecting QTableView selectionChanged signal produces segfault with PyQt

I have a QTableView in a PyQt application, and I want to keep track of when the selection changes. I've tried connecting the signal to a slot as follows (using the advice on this page: ...
0
votes
1answer
102 views

Center align the contents of cells in QTableView

I've a QTableView. Is there a way to align to the centre, all the cell contents of this view? I'm not using any delegate. It's just an AbstractTableModel which is added as a model to a QTableView. ...
0
votes
0answers
49 views

Force a QTableView to update it's scrollable area

I Have a QTableView backed by a class derived from QAbstractTableModel. The problem occurs when I do this: 1) Add 500 items to the table. 2) Call reset to completely remove all the rows (I take care ...
0
votes
3answers
247 views

how can i achieve to update multiple rows in a qtableview

I have a customized qtablemodel and a qtableview. I would like to add a feature that the user can select multiple rows and by changing one of the values within this rows. He would actually change this ...
0
votes
1answer
72 views

Inserting QTable in QTree

I would like to design a particular layout using QTable inside of QTree. See the followng wireframe : Is it possible to do this, knowing that in number : The first node under Dialog 1 is ...
1
vote
2answers
256 views

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/view or widget for my Qt program : I need to do a logger application that will monitor all ...
0
votes
1answer
131 views

Qt QtConcurrent progressbar update

I have a QTableView connected to a QAbstractTableModel. The model is used with QtConcurrent::map to make threads for the application (copying files) I subclassed QStyledItemDelegate to display a ...
0
votes
2answers
97 views

QTableView does not get the Background color of the central widget

I have a QMainWindow. To that window, I've set a Central Widget. I have a Vertical Box Layout, and have added some widgets to the Layout, including a QTableView. I've set this Layout to the ...
0
votes
1answer
445 views

How to set data inside a QAbstractTableModel

I need to implement a table with Qt. I believe I'll be suing a QAbstractTableModel, with a QTableView using this model. I understand I'll have to edit the rowCount(), columnCount(), and data() ...
0
votes
1answer
48 views

QTABLEVIEW setSpan sometimes some sperate-lines disappears

I'm trying to use QTABLEVIEW::setSpan() to make a table with some cells nearby merged into one,but sometimes it comes out correctly, sometimes some seperate-lines disappear,don't know why.i doubted ...
2
votes
1answer
421 views

How to create filters for QTableView in PyQt

I am using QTableView to display data retrieved from QtSql.QSqlQuery I want to know how can i create filters for it like in excel. In the above image i need to get the filters for All heders ...
1
vote
1answer
133 views

Qt::BackgroundRole seems to be ignored

I'm using a custom table model derived from QAbstractTableModel. I've overwritter headerData() and I can change the font color for individual row-headers (or column-header, but I'm all about rows ...
0
votes
0answers
65 views

QHeaderView , QTableView columnResized , filter user interactions

the slot columnResized receives all resizes whether sent from user interactions or internal changes such as setModel. How can I filter user reactions? (I prefer not to use sectionClicked)
0
votes
0answers
50 views

Displaying std::map in a QTableView

I have a some sort of data stored in a std::map and need to display that in a QTableView. So I've my model class from QAbstractItemModel, but I'm faced with a problem: The "data" method gives me a ...
1
vote
1answer
68 views

Why is MyModel::data() not being called (subclassing QSqlQueryModel)

Hi I can't figure out why my data() function is never called when populating QTableView I subclassed QSqlQueryModel. The header is like: class TicketModel : public QSqlQueryModel { Q_OBJECT ...
0
votes
1answer
160 views

Data Entry for a QTableView with QSqlTableModel

I have a basic QTableView displaying data from an SQLite table with QSqlTableModel. Data entry is done by the parent dialog having a number of widgets representing the field data and an "Add" button. ...
0
votes
0answers
94 views

How to emit a signal when cell/item is edited?

I have a method that imports a table from a DB into a QTableWidget, and I want to edit a cell in the DB through the QTableWidget (when editing a cell by double-clicking it). I have tried to use the ...
1
vote
0answers
75 views

Drag and drop between different table views

I have two different Qtable views (I'm using QT) and I don't know how to implement drag&drop functionality between them. It seems to work only when dealing with a single model view ...
1
vote
0answers
226 views

PySide delegate on QTableView with text and tick

I'm implementing a QTableView with a custom model and I need a cell that looks like this: Currently I use the delegate below (adapted from other answers) to draw a flag (an html coloured text) on a ...
2
votes
2answers
114 views

Set a maximum sizehint for a specific column in a table

I have the following table (presented with QTableView, and uses a QAbstractTableModel derived class as a table model): As you can see, some columns take too much space, such as the "Bitrate" or ...
0
votes
1answer
542 views

Qt: QTableView how to add a row?

I have got a QTableView with data in it. What is the simplest way to add a row? Thanks!
0
votes
1answer
503 views

Qt / QTableView / SQLite how to connect?

This is my first time Qt programming. I am to make an address book on relational database to keep track of calls and events, related to persons and companies. A simple home-made sales tool. I am in ...

1 2 3 4