atharvanan1 / aesd_linux_app

This repository holds source code and makefiles for application to be interfaced into Embedded Linux Platform as part of Advanced Embedded Software Development Project
MIT License
0 stars 0 forks source link

Learn how to use QT #10

Closed bcis93 closed 4 years ago

bcis93 commented 4 years ago

We will use QT to design a simple gui. This issue is to document the effort required to learn how to use QT. The goal is to become familiar enough with QT to be able to create a simple gui.

DoD: A simple example gui can be built and run

bcis93 commented 4 years ago

I followed the example here to learn how to create a simple gui. I was able to build and run the example using Qt Creator

bcis93 commented 4 years ago

I was also able to build the project using qmake, which generates a makefile that can be run normally