Age | Commit message (Collapse) | Author |
|
To prepare for translation support, this makes all of the widgets
cognizant of the language change event that occurs whenever
installTranslator() is called and automatically retranslates their text
where necessary.
This is important as calling the backing UI's retranslateUi() is often
not enough, particularly in cases where we add our own strings that
aren't controlled by it. In that case we need to manually refresh the
strings ourselves.
|
|
|
|
Allows the web config code to compile with implicit string conversions
disabled. We can also deduplicate the calls to create the pixmap.
|
|
'this' isn't actually used within the lambda, since what we need
from the class is already assigned within the capture section of
the lambda.
|
|
It's a common UI pattern to use an ellipsis to indicate an ongoing
action, rather than just specifying the word by itself.
|
|
These were pointing to a non-existent webpage.
|
|
|
|
|
|
|
|
|
|
|
|
|