Qt: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(added link to Qt-ADS 4.4.0 archive. Removed unnecessary information.)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{langsp}}
{{LanguageBar}}
[https://qt-project.org Qt] is a cross-platform application and UI framework - some tools from {{valve|4}} utilize Qt.
 
[https://qt-project.org Qt] is a cross-platform application and UI framework - some tools from {{valve|1}} utilize Qt.


Valve ships a modified version of Qt, primarily to allow interoperation with the rest of {{source2|4}}:
Valve ships a modified version of Qt, primarily to allow interoperation with the rest of {{source2|4}}:
* [https://developer.valvesoftware.com/w/images/files/valve-modified-qt-everywhere-src-5.15.2.zip Valve-Modified Qt 5.15.2 for Win64] (Source 2 Workshop Tools since March 2021, Dark Mode is available on this version.)
* '''Valve-Modified Qt 5.15.2:''' [https://developer.valvesoftware.com/w/images/files/valve-modified-qt-everywhere-src-5.15.2.zip Win64] (Source 2 Workshop Tools since March 2021, Dark Mode is available on this version.)
** [https://developer.valvesoftware.com/w/images/files/valve-modified-qt-everywhere-src-5.15.2-8071648.zip Valve-Modified Qt 5.15.2 for Win64 - May 2023 Update] (compatible with previous 5.15.2 binaries)
** [https://developer.valvesoftware.com/w/images/files/valve-modified-qt-everywhere-src-5.15.2-8071648.zip Win64 - May 2023 Update] (compatible with previous 5.15.2 binaries)
* [https://developer.valvesoftware.com/w/images/files/qt_4_8_3_valve_win64.zip Valve-Modified Qt 4.8.3 for Win64] (Source 2 Workshop Tools released before 2021)
* '''Valve-Modified Qt 4.8.3:''' [https://developer.valvesoftware.com/w/images/files/qt_4_8_3_valve_win32.zip Win32] [https://developer.valvesoftware.com/w/images/files/qt_4_8_3_valve_win64.zip Win64] (Source 2 Workshop Tools released before 2021)
 
* '''Valve-Modified Qt Advanced-Docking-System 4.4.0:''' [https://developer.valvesoftware.com/w/images/files/valve-modified-qt-advanced-docking-system-4.4.0.zip Win64]
To confirm the version of Qt being used, you can select "About Qt" from the Help menu in the {{assetbrowser|4}} or other tool windows.
 
List of {{source|4}} games and software/tools that use Qt:
*{{bms|4}}
*{{hl2r|4}}
*{{sfm|4}}
:*{{sfmsdk|4|nt=3}}
*{{Strata|4}}
*{{hammerqt|4}}
*{{qtpyhammer|4}}
 
List of {{source2|4}} games and software/tools that use Qt:
*{{adj|4}}
*{{dota2|4}}
*{{destinations|4}} ({{svrh|4}})
*{{hla|4}}
*{{thelab|4}}
*{{s2fm|4}}}
*{{assetbrowser|4}}
:*{{hammer5|4}}
:*{{matedit|4}}
:*{{mdledit|4}}
:*{{modeldoc|4}}
:*{{particleeditor|4}}


To confirm the version of Qt being used, you can select "About Qt" from the Help menu in the {{assetbrowser|1}} or other tool windows.


== External links ==
== External links ==
*[https://qt-project.org Official Website for Qt]
*[https://qt-project.org Official Website for Qt]
*{{Wiki|Qt_(software)|Wikipedia page about Qt}}
*{{Wiki|Qt_(software)|Wikipedia page about Qt}}
[[Category: Valve Open Source]]

Latest revision as of 12:34, 10 March 2025

English (en)Translate (Translate)

Qt is a cross-platform application and UI framework - some tools from Valve utilize Qt.

Valve ships a modified version of Qt, primarily to allow interoperation with the rest of Source 2 Source 2:

  • Valve-Modified Qt 5.15.2: Win64 (Source 2 Workshop Tools since March 2021, Dark Mode is available on this version.)
  • Valve-Modified Qt 4.8.3: Win32 Win64 (Source 2 Workshop Tools released before 2021)
  • Valve-Modified Qt Advanced-Docking-System 4.4.0: Win64

To confirm the version of Qt being used, you can select "About Qt" from the Help menu in the Asset Browser or other tool windows.

External links