mirror of
https://github.com/kunkundi/crossdesk.git
synced 2026-07-28 19:00:13 +08:00
6 lines
411 B
Plaintext
6 lines
411 B
Plaintext
// Single AOT entry point. Generating one header for the entire UI avoids
|
|
// duplicate imported-component definitions when C++ uses all three windows.
|
|
export { MainWindow, RecentConnection, UiStrings } from "main_window.slint";
|
|
export { StreamWindow, StreamTab, FileTransferEntry, NetworkStatsRow, StreamStrings } from "stream_window.slint";
|
|
export { ServerWindow, ControllerEntry } from "server_window.slint";
|