qleany 1.7.2

Architecture generator for Rust and C++/Qt applications.
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Tabs module - UI tab-specific logic and event handlers
//!
//! This module contains the logic for different tabs in the Slint UI,
//! including event subscriptions and callback handlers.
pub mod check_widget;
mod common;
pub mod demo_wizard;
pub mod entities_tab;
pub mod features;
pub mod generate_tab;
pub mod home_tab;
pub mod project_tab;
pub mod user_interface_tab;