Details
-
Suggestion
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 4.11.0, Qt Creator 4.14.1
-
None
-
Linux Ubuntu 20.04
Linux Fedora 34
Description
While trying to use the Chrome Trace Viewer in Qt Creator from the packaged version available in Ubuntu 20.04 and Fedora 34.
The viewer would not render the timeline.
I reported the issue in the Qt Forum to see if anyone also faced similar issue.
https://forum.qt.io/topic/126700/qt-creator-chrome-trace-visualization-ctf
I didn't get any responses.
Then I tried running the Qt Creator from the console and tried loading the Chrome Trace Event file that is when I encountered the following error message:
qrc:/tracing/MainView.qml:27:1: module "QtQuick.Controls" version 2.0 is not installed
Figuring it out that there was a missing library.
After installing I could get the Timeline Viewer working.
So my suggestion is if QtCreator can display it's console messages within the qtcreator window itself it would really be helpful.
-Ameya