CatchKeeper-QtUberLab/
│
├── CMakeLists.txt
├── main.cpp
├── mainwindow.cpp
├── mainwindow.h
├── mainwindow.ui
├── resources.qrc
└── catchkeeperbar.png
- Open CMakeLists.txt in Qt Creator
- Select a Desktop Kit (MSVC, MinGW, or Clang)
- Configure CMake
- Build
- Run
mkdir build
cd build
cmake ..
cmake --build .
./CatchKeeperQtUberLab.exe- Language: C++
- Framework: Qt 6
- Build System: CMake
- IDE: Qt Creator
- Qt Widgets GUI
- Image asset loading
- Separate UI, logic, and header structure
- Cross-platform build support