QmlJsInspector: implemented Property Inspector

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-01-18 17:17:17 +01:00
parent 6a829f5a8f
commit f5039a4a02
14 changed files with 399 additions and 431 deletions

View File

@@ -46,9 +46,11 @@ public:
ContextCrumblePath(QWidget *parent = 0);
virtual ~ContextCrumblePath();
bool isEmpty() const;
int debugIdForIndex(int index) const;
public slots:
void updateContextPath(const QStringList &path);
void updateContextPath(const QStringList &path, const QList<int> &debugIds);
void selectIndex(int index);
private:
bool m_isEmpty;
};