aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/ico-module.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentation warningsRichard Weickelt2020-10-251-1/+0
| | | | | | | | | | | The \contentspage command is obsolet without replacement. It has not been working since Qt5.2. The link to the Qt resource system does not work locally and should point to the online page instead. Change-Id: Ib065cfd26c90b60d3cd3d72820b16c6601e80ad4 Reviewed-by: Ivan Komissarov <[email protected]>
* Doc: Use QML commands to document modulesLeena Miettinen2017-12-211-68/+61
| | | | | | Task-number: QBS-1245 Change-Id: I996bb44a1db9aae71ef42bca87265371de951272 Reviewed-by: Christian Kandeler <[email protected]>
* Add support for creating .ico and .cur files using icotool (icoutils)Jake Petroules2017-11-151-0/+131
ImageMagick has support for these formats but is not suitable because it does not have the ability to set cursor hotspots. This patch is preparation towards QBS-73. [ChangeLog] Introduced the ico module for creating .ico and .cur files Change-Id: I9a917b3ee5983bc59fba1a5740540299d8d9708f Reviewed-by: Christian Kandeler <[email protected]>