vnote/VNote.pro
Le Tan e3e18d040c use QStackedWidget to hold QTextBrowser and VEdit
Use QTextBrowser to display file in read mode and VEdit to display file
in edit mode.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-07 21:55:30 +08:00

45 lines
820 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2016-10-01T11:03:59
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = VNote
TEMPLATE = app
SOURCES += main.cpp\
vmainwindow.cpp \
vdirectorytree.cpp \
vnote.cpp \
vnotebook.cpp \
vnewdirdialog.cpp \
vconfigmanager.cpp \
vfilelist.cpp \
vnewfiledialog.cpp \
vtabwidget.cpp \
vedit.cpp \
veditor.cpp \
vnotefile.cpp
HEADERS += vmainwindow.h \
vdirectorytree.h \
vnote.h \
vnotebook.h \
vnewdirdialog.h \
vconfigmanager.h \
vfilelist.h \
vnewfiledialog.h \
vtabwidget.h \
vedit.h \
veditor.h \
vconstants.h \
vnotefile.h
RESOURCES += \
vnote.qrc