mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-10-01 19:51:31 +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