diff --git a/README.md b/README.md index 6594aec..5286098 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # DbDatabaseTree -DbDatabaseTree git module for use in DbSoftware (https://github.com/0xFEEDC0DE64/DbSoftware) +A simple test to load tree items from database (on expanding). + +![Screenshot of database and QTreeView](https://raw.githubusercontent.com/0xFEEDC0DE64/DbDatabaseTree/master/screenshot.png) # Building from source +This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware) + ```Shell git clone https://github.com/0xFEEDC0DE64/DbSoftware.git cd DbSoftware diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..d2f6cf7 Binary files /dev/null and b/screenshot.png differ