Commit Graph

2 Commits (628bfd13ac7cfa410b9c15d4728e2e5e8307cdcd)

Author SHA1 Message Date
Nefo Fortressia aa9ab4216b
chore: Remove uneeded comments
As VS Code does not properly display long error messages. I had to copy and paste the error messages to somewhere. And I forgot to not commit them.

Bruh.
2021-09-13 14:44:12 +07:00
Nefo Fortressia bf51d4dd9f feat: Add the needed boilerplate code needed to run the program
This moves ui/echidna.ui and src/resources.qrs  to src/echidna.ui and src/resources.qrs respectively.
I couldn't find any way to have these files on a separate ui folder,
as CMake's AUTOUIC feature will only look for .ui files in the importing code's directory.

I have compiled and ran this and the UI feels great. I mean I have the Dracula theme configured on my machine, not sure what will it looked like without it. Next up we will work on our Monaco replacement. Will discuss on whether making it a Qt Designer plugin or not.
2021-09-13 14:32:06 +07:00