mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00

Use QTextBrowser to display file in read mode and VEdit to display file in edit mode. Signed-off-by: Le Tan <tamlokveer@gmail.com>
7 lines
90 B
C
7 lines
90 B
C
#ifndef VCONSTANTS_H
|
|
#define VCONSTANTS_H
|
|
|
|
enum class DocType { Html, Markdown };
|
|
|
|
#endif
|