QmlObserver: Remove breadcrumb widget in observer mode

I wasn't able to get it working on Mac OS X: Putting it on top
of the QGraphicsView doesn't work because Cocoa doesn't allow a
widget to be on top of OpenGL viewport. Embedding it as a
QGraphicsProxyWidget produces lots of Cocoa warnings (raster engine related).

Anyhow, the same widget shows up in the Debugger/Observer tab of
Qt Creator.

Reviewed-by: Lasse Holmstedt
This commit is contained in:
Kai Koehne
2010-11-11 10:50:06 +01:00
parent 74f13467c1
commit 4201046b9b
13 changed files with 4 additions and 531 deletions

View File

@@ -53,8 +53,6 @@ namespace QmlJSDebugger {
class QDeclarativeViewObserver;
}
class CrumblePath;
QT_BEGIN_NAMESPACE
class QDeclarativeView;
@@ -215,7 +213,6 @@ private:
bool useQmlFileBrowser;
QWidget *m_centralWidget;
CrumblePath *m_crumblePathWidget;
QTranslator *translator;
void loadTranslationFile(const QString& directory);