add user manual in app instead of pdf

This commit is contained in:
2018-09-24 23:34:06 +02:00
parent f1ff142d91
commit 075289b765
18 changed files with 118 additions and 3 deletions

View File

@@ -43,6 +43,7 @@ enum class kAttribute : uint16_t
Mips = const_hash("mips"),
Default = const_hash("default"),
RTL = const_hash("rtl"),
AutoSize = const_hash("autosize"),
};
enum class kWidget : uint16_t
@@ -83,6 +84,7 @@ enum class kWidget : uint16_t
ColorPicker = const_hash("color-picker"),
About = const_hash("about"),
Changelog = const_hash("changelog"),
UserManual = const_hash("usermanual"),
};
class Node