Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement support for <color_X> tags in strings #168
Comments
This comment has been minimized.
This comment has been minimized.
|
I wish this one was easy but it's somewhat hard to implement. This is no (or very little) formatting options on a QLineEdit in Qt and no formatting on a QListView in Qt. QLineEdit could be replaced with QTextEdit that supports HTML formatting with CSS, but it'll be harder with QListView. I'll focus my limited time on something else first. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ZhilkinSerg commentedMay 10, 2018
It is possible to use
<color_X>tags in mod name and description strings.