Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement support for <color_X> tags in strings #168

Open
ZhilkinSerg opened this issue May 10, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@ZhilkinSerg
Copy link
Contributor

commented May 10, 2018

It is possible to use <color_X> tags in mod name and description strings.

image

image

@remyroy

This comment has been minimized.

Copy link
Owner

commented Aug 2, 2018

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
You can’t perform that action at this time.