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/0881ed5059c46ce73e8241e6260b82b92f6d0e55/examples/listboxcombo/listboxcombo.doc You should set ROOT_URL correctly, otherwise the web may not work correctly.
tqt3/examples/listboxcombo/listboxcombo.doc

30 lines
435 B

/*
*/
/*! \page listboxcombo-example.html
\ingroup examples
\title Listboxes and Comboboxes
This example program demonstrates how to use listboxes (with single selection
and multi selection) and comboboxes (editable and non-editable).
<hr>
Header file:
\include listboxcombo/listboxcombo.h
<hr>
Implementation:
\include listboxcombo/listboxcombo.cpp
<hr>
Main:
\include listboxcombo/main.cpp
*/