Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to edit a .qm file?
Forum Updated to NodeBB v4.3 + New Features

How to edit a .qm file?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 6.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Valso
    wrote on 3 May 2023, 23:17 last edited by
    #1

    Is there a way to edit a .qm file? What I understand from an internet search, it's a Qt file but I can't find a way to edit it. A program I'm using has swapped labels of some functions and I wanna edit the .qm file to make it clearer which is which.

    P 1 Reply Last reply 3 May 2023, 23:43
    0
    • V Valso
      3 May 2023, 23:17

      Is there a way to edit a .qm file? What I understand from an internet search, it's a Qt file but I can't find a way to edit it. A program I'm using has swapped labels of some functions and I wanna edit the .qm file to make it clearer which is which.

      P Offline
      P Offline
      Pl45m4
      wrote on 3 May 2023, 23:43 last edited by Pl45m4 5 Mar 2023, 23:44
      #2

      @Valso

      *.qm files are compiled *.ts (Translation Files) used at runtime to translate text in your GUI into different languages, if configured.
      It makes no sense trying to edit qm files. Edit your translations instead.

      Have a look at Qt Linguist for more information.


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      2

      2/2

      3 May 2023, 23:43

      • Login

      • Login or register to search.
      2 out of 2
      • First post
        2/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved