简体   繁体   中英

How to create a simple GUI with QT for an existing C++ project? [on hold]

I created a C++ project which has several functions to get some data, process them and produce an output. I'd like to create a simple interface with few buttons that allows the user to press the button he wants and then starts the corresponding functions of my C++ project, which will run in background and will display on the GUI the final outcome. How can I procede?

  1. open QtCreator
  2. File -> new project -> qt widget application
  3. ctrl + R
  4. enjoy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM