0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

ObjectInspector has been wrapped by QWidget

This commit is contained in:
Arin Alexander
2019-02-14 20:50:01 +03:00
parent 5f9ee85dba
commit 4208b98f4a
6 changed files with 195 additions and 68 deletions

View File

@@ -238,7 +238,7 @@ private:
QSignalMapper* m_recentFilesSignalMap;
ObjectInspectorWidget* m_objectInspector;
QObjectPropertyModel* m_propertyModel;
//QObjectPropertyModel* m_propertyModel;
ReportDesignWidget* m_reportDesignWidget;
DataBrowser * m_dataBrowser;
@@ -281,12 +281,5 @@ class ObjectNameValidator : public ValidatorIntf{
bool validate(const QString &propName, const QVariant &propValue, QObject *object, QString &msg);
};
class PropertyFilterModel: public QSortFilterProxyModel{
public:
PropertyFilterModel(QObject* parent = 0): QSortFilterProxyModel(parent){}
protected:
bool filterAcceptsRow(int sourceRow,const QModelIndex &sourceParent) const;
};
}
#endif // LRREPORTEDITORWINDOW_H