You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
355 B
7 lines
355 B
2 years ago
|
The Trinity Qt Interface Libraries
|
||
|
|
||
|
The Trinity Qt Interface is a library that abstracts Qt from Trinity
|
||
|
This allows the Trinity code to rapidly port from one version of Qt to another.
|
||
|
This is primarily accomplished by defining old functions in terms of new functions,
|
||
|
although some code has been added for useful functions that are no longer part of Qt.
|