gitextract_mb_qe0pv/ ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── patches/ │ └── expose_loader_errorstring_invokable.patch ├── platform/ │ ├── android/ │ │ └── AndroidManifest.xml │ ├── arch/ │ │ └── terrarium.desktop │ ├── ios/ │ │ ├── Images.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ └── LaunchImage.launchimage/ │ │ │ └── Contents.json │ │ └── Info.plist │ ├── mac/ │ │ ├── Info.plist │ │ └── icon.icns │ └── ubuntu/ │ ├── debian/ │ │ ├── changelog │ │ ├── compat │ │ ├── control │ │ ├── copyright │ │ ├── install │ │ ├── rules │ │ └── source/ │ │ └── format │ ├── manifest.json │ ├── terrarium.desktop │ └── terrarium.json ├── qml/ │ ├── BottomBar.qml │ ├── CustomButton.qml │ ├── HttpServer.qml │ ├── NaviBar.qml │ ├── QtWebKit.qml │ ├── QtWebView.qml │ ├── assets.qrc │ └── main.qml ├── src/ │ ├── documenthandler.cpp │ ├── documenthandler.h │ ├── main.cpp │ ├── qmlhighlighter.cpp │ ├── qmlhighlighter.h │ ├── quickitemgrabber.cpp │ └── quickitemgrabber.h └── terrarium-app.pro