-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cpu stacked widget #197
base: cpu-profiling
Are you sure you want to change the base?
Cpu stacked widget #197
Conversation
qlist holding cpuviewptr's works fine
they were disabled while moving to qstackedwidget
@@ -35,8 +39,9 @@ class ActionToolbar : public QObject | |||
Subscriber *subscriber; | |||
ConnectionStates connectionState; | |||
QThread subscriberThread; | |||
AppMainwindow *window; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we use sharedpointer here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we are not instantiating AppMainwindow here
this variable will just hold a reference to mainwindow so that some of the function which need to call methods on mainwindow can call them
reopening against cpu-profiling
sequence of widget initialization
usage of above widget is as follows