From 51a956366f5f39799759d317e675da11a09744c5 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 13 Nov 2017 11:54:48 +0100 Subject: Doc: move notepad example to qtbase and improve it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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ƶ --- examples/widgets/tutorials/notepad/notepad.ui | 196 ++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 examples/widgets/tutorials/notepad/notepad.ui (limited to 'examples/widgets/tutorials/notepad/notepad.ui') diff --git a/examples/widgets/tutorials/notepad/notepad.ui b/examples/widgets/tutorials/notepad/notepad.ui new file mode 100644 index 0000000000..d197a95fe7 --- /dev/null +++ b/examples/widgets/tutorials/notepad/notepad.ui @@ -0,0 +1,196 @@ + + + Notepad + + + + 0 + 0 + 524 + 300 + + + + Notepad + + + + + + + + + + + + 0 + 0 + 524 + 25 + + + + + File + + + + + + + + + + + + Edit + + + + + + + + + + + + + + + TopToolBarArea + + + false + + + + + + + + + + + + + + + + + + + + + :/images/new.png:/images/new.png + + + New + + + + + + :/images/open.png:/images/open.png + + + Open + + + + + + :/images/save.png:/images/save.png + + + Save + + + + + + :/images/save_as.png:/images/save_as.png + + + Save as + + + + + + :/images/print.png:/images/print.png + + + Print + + + + + + :/images/exit.png:/images/exit.png + + + Exit + + + + + + :/images/copy.png:/images/copy.png + + + Copy + + + + + + :/images/cut.png:/images/cut.png + + + Cut + + + + + + :/images/paste.png:/images/paste.png + + + Paste + + + + + + :/images/edit_undo.png:/images/edit_undo.png + + + Undo + + + + + + :/images/edit_redo.png:/images/edit_redo.png + + + Redo + + + + + + :/images/font.png:/images/font.png + + + Font + + + + + + + + + -- cgit v1.2.3