Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 648 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 648 Bytes

testKirigami

This project is a personal journey of learning how to use the Qt toolkit, KDE Frameworks, Kirigami and C++ to create cross platform applicatons.

Building

Type the following commands in the terminal

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./src/testKirigami

Current State

The pictures can be found in the GALLERY folder.

The application looks like the following picture. MainPage

The application can copy contents of one file to another. The first two lines of the second file is to check if the files were opened successfully. Copying_Files