Skip to main content

Project Structure Introduction

Loading...

Introduction

Logic Folder

  • 99% of our UI code programming is done in the logic folder. Other folders do not require attention.
  • gcodeLogic.cc is similar to main.c. 99% of the UI code resides here; other files can be largely ignored.

i18n Folder

  • Stores translation tables for various languages.

resources Folder

  • Stores image resources used by the UI.

ui Folder

  • Contains UI interface files, which can be displayed by double-clicking to open.
  • Double-click the "eye" icon indicated by the arrow in the lower-left corner to reveal hidden interfaces.
Loading...