Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tqt3/blame/commit/57f90016c3e337a52a27cd7171467bf3d39ccd1c/examples/desktop/desktop.doc You should set ROOT_URL correctly, otherwise the web may not work correctly.
tqt3/examples/desktop/desktop.doc

21 lines
373 B

/*
*/
/*! \page desktop-example.html
\ingroup examples
\title Painting on the Desktop
The desktop demo contains three routines, each of which draws
something on the desktop. It does some nice stuff with QPainter,
and also demonstrates how one can treat the desktop as a widget like
any other.
<hr>
Implementation:
\include desktop/desktop.cpp
*/