qtrs 0.4.0

qtrs - A type-safe, builder-pattern-driven Qt6 GUI library for Rust
Documentation
1
2
3
4
5
6
// src/cpp/qt_widget.cpp — Umbrella C++ glue file
#include "qt_widget.h"

// All C++ implementations are in their respective .h files (inline)
// QML implementations are in qml.cpp (compiled separately by build.rs)
// This file exists only to satisfy the build system.