Replies: 2 comments 7 replies
-
Hi @Y1annis - awesome to hear, looking forward to seeing what you've done. There's various Qt guides for this, but what I've always done is to select new file -> Qt -> Qt designer form class. Then It creates the .h, .cpp, and .ui files all at once. Assuming you then place them alongside all the other source files, the |
Beta Was this translation helpful? Give feedback.
-
@mortbopet Hello again I am working on my new CacheStatistics class and I am trying to model it after cacheplotwidget. I have created my functions and the new CacheWidget but when I try to run the project I get this error. Do you know what causes it? I also added a new tab in CachetabWidget with my new ui. Thank you for your time |
Beta Was this translation helpful? Give feedback.
-
Hello, I have been working on Ripes for about a month now mainly on adding more functionalities to the Cache. Now I am trying to add a class to display some statistics that I calculated in cachesim file. I created another tab next to L1 Data cache and I will try to design it there. My problem is that when I create the new Class the .cpp file cant find the ui_stats.h file. How can I help the .cpp file to find the ui file in the project?
Thank you for your time.
Beta Was this translation helpful? Give feedback.
All reactions