I have attempted to create a note taking application using qt-Creator
1.Basic Features like copy, paste, redo, undo, save, saveas, openfile. 2.Bold unbold feature. 3.Subscript, Superscript feature.
- Added a resume button to toolbar where one could simply click to display my resume
- Subscript/ Superscript was not present by default in QT Creator
- Could not implement a scrollable window for Resume despite of multiple attempts
- Multiple issues faced in accessing folder in Macos version of QT creator
- Bold feature might not work everytime
- g++(C++ compiler): $ sudo apt-get install g++ -y
- Make: $ sudo apt-get install make -y
- qt5: $ sudo apt-get install qt5-default Enter "Notex" folder , compile Notex.pro and make
$ cd Notex $ qmake Notex.pro $ make
$ ./Notex