From be1071a794d6896458ed837ace30494dde084c44 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Sun, 30 Aug 2015 13:13:00 +0200 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfce6aa2..081e8c51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ The Final Cut [![Build Status](https://travis-ci.org/gansm/finalcut.svg?branch=master)](https://travis-ci.org/gansm/finalcut) ============= -The Final Cut is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple windows on the screen. +The Final Cut is a class library and widget toolkit with full mouse support for creating a text-based user interface. The library supports the programmer to develop an application for the text console. It allows the simultaneous handling of multiple windows on the screen. The C++ class design was inspired by the Qt framework. It provides common controls like dialog windows, push buttons, check boxes, radio buttons, input lines, list boxes, status bars and so on. ![](https://github.com/gansm/finalcut/blob/master/doc/fileopen-dialog.png)