-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscout-talker.txt
20 lines (20 loc) · 1.27 KB
/
scout-talker.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Especificações Scout Talker
- Change Gui size with resolution or something : http://doc.qt.io/qt-5/scalability.html , http://doc.qt.io/qt-5/highdpi.html
- Multi platform eventually
- Check for upgrades
- Save settings: https://wiki.qt.io/How_to_Use_QSettings
- Best practices: http://doc.qt.io/qt-5/overviews-main.html
- Documentation: https://wiki.qt.io/Qt_Writing_Guidelines
- Layout managment: http://doc.qt.io/qt-5/layout.html
- Software versioning: https://en.wikipedia.org/wiki/Software_versioning
- Check the needed dlls: http://doc.qt.io/qt-5/windows-deployment.html#creating-the-application-package , http://wiki.qt.io/Build_Standalone_Qt_Application_for_Windows
- App icon: http://doc.qt.io/qt-5/appicon.html
- Create protections and checks (ex: check if file was successfully saved)
- Some letter on chinese and angular code are too close together
- Codes: https://sites.google.com/site/codesforscouts/home
- Think about Word-like text editor bar, see:
- https://musescore.org/en/node/23432
- http://doc.qt.io/qt-5/qfontcombobox.html
- https://forum.qt.io/topic/76549/how-to-create-a-qtextedit-with-bold-italic-buttons
- https://github.com/Anchakor/MRichTextEditor/blob/master/mrichtextedit.ui
- https://doc.qt.io/qt-5.10/qtquickcontrols2-texteditor-example.html