[PR #1726] Misc Qt stuff #670

Closed
opened 2026-01-29 19:09:02 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/stenzek/duckstation/pull/1726

State: closed
Merged: Yes


IMPORTANT NOTE: If it's not done automatically, duckstation-qt_en.qm must be added to the artifacts!

  1. Hooks up plurality for English. So far very few strings utilize it, because we can't yet use plurality outside of Qt strings. It'll be much more useful once it's in there though, for strings like X cheats loaded etc.
  2. "Stretch to fill" had a broken widget help assignment.
  3. As far as I can tell, QStringLiteral("%1").arg(num) can be simplified to QString::number(num), so I did a full sweep through the codebase.
**Original Pull Request:** https://github.com/stenzek/duckstation/pull/1726 **State:** closed **Merged:** Yes --- **IMPORTANT NOTE:** If it's not done automatically, `duckstation-qt_en.qm` must be added to the artifacts! 1. Hooks up plurality for English. So far very few strings utilize it, because we can't yet use plurality outside of Qt strings. It'll be much more useful once it's in there though, for strings like `X cheats loaded` etc. 2. "Stretch to fill" had a broken widget help assignment. 3. As far as I can tell, `QStringLiteral("%1").arg(num)` can be simplified to `QString::number(num)`, so I did a full sweep through the codebase.
claunia added the pull-request label 2026-01-29 19:09:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#670