Difference between revisions of "Porting to TDE"

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
m (One TODO is enough)
(→‎Widget styles: add note about changed style api)
Line 11: Line 11:
 
== Widget styles ==
 
== Widget styles ==
   
  +
The TQt Style API has [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/src/branch/master/changes-3.5 undergone] important changes, so porting a widget style to TDE will entail more than just running scripts.
   
 
== Window decorations ==
 
== Window decorations ==

Revision as of 15:29, 16 February 2022

Konqi.png
To-do
This section has not been written/completed yet. You can contribute to Trinity by writing or finalizing this section.

This page is intended to provide generic instructions for porting old KDE3 software to the Trinity libraries.

Build system

Software

Widget styles

The TQt Style API has undergone important changes, so porting a widget style to TDE will entail more than just running scripts.

Window decorations