KDWinUtils
Helper library for MFC to Qt migration
|
#include "../kdwinutils_global.h"
#include "../corelib/kdwincore_impl.h"
#include "../corelib/krect.h"
#include "../corelib/kstring.h"
#include "../widgets/ksortfilterproxymodel.h"
#include <QAbstractItemModel>
#include <QFlags>
#include <memory>
Go to the source code of this file.
Classes | |
struct | KListModel::ChangedItem |
The ChangedItem struct contains info on the changed item, it's emitted by KListModel::itemChanged signal. More... | |
struct | KListModel::ColumnInfo |
The ColumnInfo struct contains information about a column in the list view control. More... | |
struct | KListModel::HitTestInfo |
Contains information about a hit test. More... | |
struct | KListModel::Item |
Contains attributes of a list view item or subitem. More... | |
class | KListModel |
The KListModel class is used to replace DDX_Control edit data exchange. More... | |
struct | KListModel::Position |
The Position struct is the position of the item in the view. More... | |