A mod of the default qt5 text editor tutorial, made for learning purposes.
  • C++ 91.5%
  • QMake 8.5%
Find a file
2013-04-10 16:56:24 -03:00
.gitattributes Initial Commit 2013-04-07 17:25:19 -03:00
.gitignore Updated README 2013-04-09 13:16:50 -03:00
LICENSE.md Initial Commit 2013-04-07 17:25:19 -03:00
main.cpp Minor changes 2013-04-10 16:56:24 -03:00
notepad.cpp Updated design, misc changes 2013-04-08 19:57:03 -03:00
notepad.h Updated design, misc changes 2013-04-08 19:57:03 -03:00
Notepad.pro Minor changes 2013-04-10 16:56:24 -03:00
notepad.ui Updated design, misc changes 2013-04-08 19:57:03 -03:00
pt_BR.ts Initial Commit 2013-04-07 17:25:19 -03:00
README.md Minor changes 2013-04-10 16:56:24 -03:00

This is a mod of the default qt5 text editor tutorial, made for me to get accostumed with implementing gui conventions and experimenting, and also for getting used to how github works. It's just for learning purposes for now. The Qt5 version used is under the GNU Lesser General Public License (LGPL) version 2.1 .
To compile, run qmake to generate the makefile(s) and make. Various Qt libraries are needed if using a dinamic build.