Use QC's TreeModel for TestResultModel

This changes the model to be a real tree instead of a list.
Additionally the results pane now displays the results as
tree as well.

Change-Id: I69ba7bbfcd75ce17c3a0d4052498d9c1c7382d43
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
Christian Stenger
2015-08-20 15:59:15 +02:00
parent 292b4847dc
commit 274d095f46
12 changed files with 371 additions and 215 deletions

View File

@@ -47,7 +47,7 @@ public:
signals:
void testRunStarted();
void testRunFinished();
void testResultCreated(const TestResult &testResult);
void testResultCreated(TestResult *testResult);
void requestStopTestRun();
public slots: