Difference between revisions of "Sample Applications"
Jump to navigation
Jump to search
imported>Deloptes |
(→RGBA (Real) Transparency: _Missing file_ (Added warning)) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
==RGBA (Real) Transparency== |
==RGBA (Real) Transparency== |
||
+ | |||
+ | {{Box |
||
+ | |caption=Missing file |
||
+ | |text=This section references a source-code tarball which is missing. |
||
+ | |background=#FFB8B8 |
||
+ | |highlight=#C32525 |
||
+ | |icon=CrystalSVGFolderIcon128.png |
||
+ | }} |
||
Demonstrates how to use Trinity's new true-transparency ability in a program. |
Demonstrates how to use Trinity's new true-transparency ability in a program. |
||
Line 10: | Line 18: | ||
[[TDE DBus Tutorial]] shows how to use dbusxml2qt3 to generate and use interfaces and proxies. |
[[TDE DBus Tutorial]] shows how to use dbusxml2qt3 to generate and use interfaces and proxies. |
||
+ | |||
− | [[File:Dbus-1-tqt-example.tar.gz]]: Sample code |
||
+ | Sample code can also be found here: [https://mirror.git.trinitydesktop.org/gitea/deloptes/dbus-1-tqt-example dbus-1-tqt-example] |
||
[[Category:Developers]] |
[[Category:Developers]] |
Latest revision as of 17:40, 25 August 2021
Some small example programs, demonstrating how to use various aspects of the Trinity core.
RGBA (Real) Transparency
Missing file
This section references a source-code tarball which is missing.Demonstrates how to use Trinity's new true-transparency ability in a program.
File:Transparency.tar.gz: RGBA Transparency Sample
TDE DBus Tutorial
TDE DBus Tutorial shows how to use dbusxml2qt3 to generate and use interfaces and proxies.
Sample code can also be found here: dbus-1-tqt-example