Jump to content

Qt 5: Difference between revisions

From Rivendell Wiki
Created page with "== Qt Toolkit Support == '''Rivendell v4''' uses the '''Qt 5''' application framework for its graphical user interface. Beginning with the release of '''Rivendell 4.0.0''', the project migrated from earlier versions of Qt to the Qt 5 toolkit. This change is documented as one of the major architectural updates between Rivendell v3.x and v4.x, and all subsequent 4.x releases require Qt 5 as a core dependency. The Rivendell development team states in the v4 release notes..."
 
No edit summary
 
Line 1: Line 1:
== Qt Toolkit Support ==
== Qt Toolkit Support ==


'''Rivendell v4''' uses the '''Qt 5''' application framework for its graphical user interface.
'''Rivendell v4''' uses the '''Qt 5''' application framework for its graphical user interface.<ref name="rv4release">Rivendell Project. “Rivendell v4.x Release Notes.” GitHub, ElvishArtisan. https://github.com/ElvishArtisan/rivendell/releases</ref>


Beginning with the release of '''Rivendell 4.0.0''', the project migrated from earlier versions of Qt to the Qt 5 toolkit. This change is documented as one of the major architectural updates between Rivendell v3.x and v4.x, and all subsequent 4.x releases require Qt 5 as a core dependency.
Beginning with the release of '''Rivendell 4.0.0''', the project migrated from earlier versions of the Qt toolkit to '''Qt 5'''. This transition is documented as one of the major architectural changes between Rivendell v3.x and v4.x.<ref name="rv40announce">Gleason, Fred. “Rivendell v4.0.0 Release Announcement.” Rivendell Users Group, Groups.io. https://groups.io/g/Rivendell/topic/rivendell_v4_0_0rc1/95909272</ref>


The Rivendell development team states in the v4 release notes that the software is fully compatible with major version 5 of Qt. This transition enabled improved user interface scalability, dynamic window resizing, and better compatibility with modern Linux distributions.
The Rivendell development team states that Rivendell v4.x is fully compatible with major version 5 of Qt, and Qt 5 is listed as a mandatory dependency in the installation documentation. The use of Qt 5 enables improved interface scalability, dynamic window resizing, and better compatibility with modern Linux distributions.<ref name="rv4install">Rivendell Project. “INSTALL File (v4 Branch).” GitHub, ElvishArtisan. https://github.com/ElvishArtisan/rivendell/blob/v4/INSTALL</ref>


As of the latest Rivendell 4.x releases, Qt 5 remains the supported and required GUI framework. No official migration to Qt 6 has been announced.
As of the latest Rivendell 4.x releases, Qt 5 remains the supported and required GUI framework. No official migration to Qt 6 has been announced by the Rivendell development team.<ref name="rv4release" />


=== References ===
== References ==
<references>
<references />
<ref>[https://github.com/ElvishArtisan/rivendell/releases Rivendell v4.x Release Notes], GitHub.</ref>
``
<ref>[https://groups.io/g/Rivendell/topic/rivendell_v4_0_0rc1/95909272 Rivendell v4.0.0 Release Announcement], Rivendell Users Group.</ref>
</references>

Latest revision as of 14:24, 29 January 2026

Qt Toolkit Support

Rivendell v4 uses the Qt 5 application framework for its graphical user interface.[1]

Beginning with the release of Rivendell 4.0.0, the project migrated from earlier versions of the Qt toolkit to Qt 5. This transition is documented as one of the major architectural changes between Rivendell v3.x and v4.x.[2]

The Rivendell development team states that Rivendell v4.x is fully compatible with major version 5 of Qt, and Qt 5 is listed as a mandatory dependency in the installation documentation. The use of Qt 5 enables improved interface scalability, dynamic window resizing, and better compatibility with modern Linux distributions.[3]

As of the latest Rivendell 4.x releases, Qt 5 remains the supported and required GUI framework. No official migration to Qt 6 has been announced by the Rivendell development team.[1]

References

  1. 1.0 1.1 Rivendell Project. “Rivendell v4.x Release Notes.” GitHub, ElvishArtisan. https://github.com/ElvishArtisan/rivendell/releases
  2. Gleason, Fred. “Rivendell v4.0.0 Release Announcement.” Rivendell Users Group, Groups.io. https://groups.io/g/Rivendell/topic/rivendell_v4_0_0rc1/95909272
  3. Rivendell Project. “INSTALL File (v4 Branch).” GitHub, ElvishArtisan. https://github.com/ElvishArtisan/rivendell/blob/v4/INSTALL

``