Difference between revisions of "Sample Applications"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Deloptes
(→‎RGBA (Real) Transparency: _Missing file_ (Added warning))
 
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.

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

CrystalSVGFolderIcon128.png
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