mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Version 1.4 initial commit
This commit is contained in:
@@ -88,7 +88,7 @@ namespace LimeReport{
|
||||
void setColorIndex(int propertyValue);
|
||||
void setModel(QAbstractItemModel* model){m_model=model;}
|
||||
QAbstractItemModel* model(){return m_model;}
|
||||
void setModelIndex(QModelIndex index){m_index=index;}
|
||||
void setModelIndex(const QModelIndex& index){m_index=index;}
|
||||
QModelIndex modelIndex(){return m_index;}
|
||||
bool isClass(){return m_isClass;}
|
||||
#ifdef INSPECT_BASEDESIGN
|
||||
|
||||
Reference in New Issue
Block a user