diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:52 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-13 15:43:52 -0500 |
commit | b5f543cd3ac21fbe8bf461de25a6216533453bb6 (patch) | |
tree | 3161c7d02598f1ace3af6031c02c3607755ef073 /doc/html/simple-application.html | |
parent | f0cc3689b3b210e9e27e0367112790fd45565ee7 (diff) | |
download | qt3-b5f543cd3ac21fbe8bf461de25a6216533453bb6.tar.gz qt3-b5f543cd3ac21fbe8bf461de25a6216533453bb6.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'doc/html/simple-application.html')
-rw-r--r-- | doc/html/simple-application.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/simple-application.html b/doc/html/simple-application.html index e016572..e414a35 100644 --- a/doc/html/simple-application.html +++ b/doc/html/simple-application.html @@ -232,10 +232,10 @@ function, as its mouse interface is unusual. </pre> <p> With the above line we add the "What's This?" help-text to the <em>fileOpen</em> button... -<p> <pre> QMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()->setPixmap( "fileopen", openIcon ); +<p> <pre> QMimeSourceFactory::<a href="qmimesourcefactory.html#defaultFactory">defaultFactory</a>()->setPixmap( "document-open", openIcon ); </pre> <p> ... and tell the rich-text engine that when a help-text (like the one -saved in <em>fileOpenText</em>) requests an image named "fileopen", the <em>openIcon</em> pixmap is used. +saved in <em>fileOpenText</em>) requests an image named "document-open", the <em>openIcon</em> pixmap is used. <p> <pre> const char * fileSaveText = "<p>Click this button to save the file you " "are editing. You will be prompted for a file name.\n" "You can also select the <b>Save</b> command " |