Skip to content

Maxtheflash/CatchKeeper-QTUberLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Project Structure

CatchKeeper-QtUberLab/
β”‚
β”œβ”€β”€ CMakeLists.txt
β”œβ”€β”€ main.cpp
β”œβ”€β”€ mainwindow.cpp
β”œβ”€β”€ mainwindow.h
β”œβ”€β”€ mainwindow.ui
β”œβ”€β”€ resources.qrc
└── catchkeeperbar.png

▢️ How to Build & Run

Using Qt Creator

  1. Open CMakeLists.txt in Qt Creator
  2. Select a Desktop Kit (MSVC, MinGW, or Clang)
  3. Configure CMake
  4. Build
  5. Run

Using Command Line (MinGW Example)

mkdir build
cd build
cmake ..
cmake --build .
./CatchKeeperQtUberLab.exe

πŸ›  Tech Stack

  • Language: C++
  • Framework: Qt 6
  • Build System: CMake
  • IDE: Qt Creator

✨ Features

  • Qt Widgets GUI
  • Image asset loading
  • Separate UI, logic, and header structure
  • Cross-platform build support

About

Qt/C++ GUI application demonstrating widget design, CMake build configuration, resource embedding, and signals/slots as part of my Catch Keeper ecosystem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors