summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2015-05-04 14:36:20 +0200
committerDennis Brentjes <d.brentjes@gmail.com>2015-05-04 14:36:20 +0200
commitbb54373983f5daaa279e004382c7177a53978528 (patch)
tree711de4e56490de8b6aadae02a60daa80f2a3f4aa
parent8c132f0f1775ee45489a58bc6e4b4a89d287618f (diff)
downloadbrentj.es-bb54373983f5daaa279e004382c7177a53978528.tar.gz
brentj.es-bb54373983f5daaa279e004382c7177a53978528.tar.bz2
brentj.es-bb54373983f5daaa279e004382c7177a53978528.zip
Some minor improvements.
-rw-r--r--Projects/generic_gui.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/Projects/generic_gui.markdown b/Projects/generic_gui.markdown
index 40bf652..1afff1d 100644
--- a/Projects/generic_gui.markdown
+++ b/Projects/generic_gui.markdown
@@ -2,10 +2,10 @@
This project is a generalization of the generic gui implementation used in DMP.
I use boost fusion to implement a Qt model adapter that can show data from standard c++ classes.
You can than create a gui type, either a QTableWidget type or a custom form class.
-These classes will inspect the your custom fusion adapted data type and create all the neccesary boiler plate such as header names and function that enable to set and get the underlying data.
+These classes will inspect the your custom fusion adapted data type and create all the neccesary boiler plate such as header names and functions that enable to set and get the underlying data.
This means that when you edit the gui you edit the underlying datastructures directly.
-But I can better show you all a simple main that you can write using this system.
-I hope it shows of the expressive power more than a couple paragraphs of text would.
+But I can better show you all a simple example that you can write using this system.
+I hope it shows off the expressive power more than a couple paragraphs of text would.
```
#include "main_window.hpp"