Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello guys! I need to code a new project in college. It's a cache memory execution simulator. Do you guys know how to control the execution speed of the code with Qt?
My idea is to put a slider at GUI to allow user control the execution speed.
Use QTimer, or QThread::sleep. I only hope you want to control execution speed of your simulation, not the whole application.