From 6cd152400feb9221895f9ee1312c51e3ce94f216 Mon Sep 17 00:00:00 2001 From: Michael Scovetta Date: Sun, 5 Feb 2017 22:28:37 -0800 Subject: [PATCH] Added screenshot, using section. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9182f18..11f5270 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ to meet (very specific) needs. I wrote it because I wanted to learn Qt programming, and thought it would be a good exercise. +![screenshot](https://github.com/scovetta/NoFrillsTextEditor/blob/master/doc/screenshot.png) + ### Building To build the project, you must first have Qt 5 installed. Then run: @@ -21,3 +23,6 @@ The final executable will be in `build/release`. Just start `build/release/NoFrillsTextEditor`. +### Using + +The program functions like any ordinary text editor. Ctrl-Scroll changes the font size, and window state is automatically saved and restored.