qmlprofiler: use dockwidgets instead of tabs in the output pane

Change-Id: I2c33c4309e6568a34517fae2bb37f5e70320cfbe
Reviewed-on: http://codereview.qt.nokia.com/35
Reviewed-by: hjk
This commit is contained in:
hjk
2011-05-20 12:43:29 +02:00
committed by hjk
parent b7d71b0769
commit cc645911c1
5 changed files with 44 additions and 70 deletions

View File

@@ -73,6 +73,7 @@ class TracePlugin : public QDeclarativeDebugClient
{
Q_OBJECT
Q_PROPERTY(bool recording READ recording WRITE setRecording NOTIFY recordingChanged)
public:
TracePlugin(QDeclarativeDebugConnection *client);