From 7321d56a6f3667899ac6d624d08750e656517bde Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 07:15:12 +0100 Subject: wip: TextProcessing Example using Qt. Signed-off-by: Amlal El Mahrouss --- example/text_processor_example/example.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 example/text_processor_example/example.cpp (limited to 'example/text_processor_example/example.cpp') diff --git a/example/text_processor_example/example.cpp b/example/text_processor_example/example.cpp new file mode 100644 index 0000000..03b634e --- /dev/null +++ b/example/text_processor_example/example.cpp @@ -0,0 +1,19 @@ +/* + * File: example.cpp + * Purpose: Rope example. + * Author: Amlal El Mahrouss (amlal@nekernel.org) + * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License. + */ + +#include +#include +#include + +#include "qt_widget.hpp" + +int main(int argc, char** argv) +{ + QApplication app(argc, argv); + + return app.exec(); +} -- cgit v1.2.3