Top "Qlistview" questions

`QListView` is a UI control part of the Model/View architecture of the Qt Framework.

QListView/QListWidget with custom items and custom item widgets

I'm writing a PyQt application and am having some trouble creating a custom list view. I'd like the list to …

qt pyqt qitemdelegate qlistview qlistwidget
QListView how to add column?

How can I add columns to QListView control. Found a method addColumn while seardhing, but in my Qt Creator 1.2.1 based …

qt qlistview
Adding items to QlistView

I'm using pyqt4 with python 2.7 and I have a list view widget that I can't add items to it # -*…

python pyqt pyqt4 qlistwidget qlistview
How to get QString from QListView selected item in Qt?

I need to get the selected item name in QListView as a QString. I have tried to google, but I …

qt qstring qlistview
How to make item view render rich (html) text in Qt

Suppose my model has items with the following string for Qt::DisplayRole <span>blah-blah <b>some …

qt rendering richtext qtreeview qlistview
A ListView of checkboxes in PyQt

I want to display a QListView where each item is a checkbox with some label. The checkboxes should be visible …

python qt pyqt qitemdelegate qlistview
How to select a row in a QListView

I'm still struggling with using QListView, I'm trying to select one particular row in the view and I cannot figure …

qt selection qlistview
how to handle mouse Right click in Qt

I am using QListView to show list of friends' names. When I click on a name it should select a …

qt qlistview
QT4 QstringListModel in QListView

This is my first QT question - I'm generally a C# programmer so forgive me for asking a stupid question …

c++ qt qt4 qlistview
How to set minimum height of QListWidgetItem?

How can I set the minimum height of a QListWidgetItem? I'm using QListWidget::setItemWidget() with a customized widget, and although …

qt qlistwidget qlistview