Difference between revisions of "Sample Applications"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
imported>Eliddell
(Created page with "Some small example programs, demonstrating how to use various aspects of the Trinity core. ==RGBA (Real) Transparency== Demonstrates how to use Trinity's new true-transparen...")
 
(→‎RGBA (Real) Transparency: _Missing file_ (Added warning))
 
(2 intermediate revisions 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.
   
 
[[File:transparency.tar.gz]]: RGBA Transparency Sample
 
[[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: [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

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