summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/notepad/notepad.ui
Commit message (Collapse)AuthorAgeFilesLines
* Notepad example: Use theme iconsFriedemann Kleint2025-01-281-16/+16
| | | | | | Pick-to: 6.9 6.8 Change-Id: Id915ecbf218d419b972ff97637673827facf84a2 Reviewed-by: Axel Spoerl <[email protected]>
* Small fix to the notepad exampleFriedemann Kleint2021-05-181-2/+7
| | | | | | | | | | | - Remove misleading note about setCentralWidget() - Connect copy/paste and undo/redo directly to the QTextEdit instead of routing them via window - Add the missing "About" menu - Check for reject of QFileDialog Change-Id: Ia7457fbedd762028bf2bcde99dfcfb50bbc97f1d Reviewed-by: Paul Wicking <[email protected]>
* Doc: Add formatting features to Notepad exampleNico Vertriest2018-06-011-14/+139
| | | | | | | | - bold, italic, underline - About button Change-Id: I8ece7d2bfca0b148b681a2fccb4a439ce179848a Reviewed-by: Venugopal Shivashankar <[email protected]>
* Doc: move notepad example to qtbase and improve itNico Vertriest2017-12-181-0/+196
- Edited gettingstartedqt.qdoc - update .pro files - replaced snippet statements by \quotefromfile - removed second version of notepad.h and notepad.cpp that were made only for quoting snippets (\quotefromfile reads from the program code) - show current filename in header of window - added checking routine on filename in Save method Task-number: QTBUG-63984 Change-Id: I5298d761763a4dfeb705a1d9b77354be853ada88 Reviewed-by: Topi Reiniƶ <[email protected]>