51a956366f
- 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ö <topi.reinio@qt.io>
20 lines
629 B
Plaintext
20 lines
629 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>images/copy.png</file>
|
|
<file>images/create.png</file>
|
|
<file>images/cut.png</file>
|
|
<file>images/edit_redo.png</file>
|
|
<file>images/edit_undo.png</file>
|
|
<file>images/exit.png</file>
|
|
<file>images/font.png</file>
|
|
<file>images/info.png</file>
|
|
<file>images/new.png</file>
|
|
<file>images/open.png</file>
|
|
<file>images/paste.png</file>
|
|
<file>images/pencil.png</file>
|
|
<file>images/print.png</file>
|
|
<file>images/save.png</file>
|
|
<file>images/save_as.png</file>
|
|
</qresource>
|
|
</RCC>
|