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. Right to Left GUI application not showing dynamic text correctly
Forum Update on Tuesday, May 27th 2025

Right to Left GUI application not showing dynamic text correctly

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 751 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.
  • N Offline
    N Offline
    neel2818
    wrote on 4 Jul 2012, 09:16 last edited by
    #1

    Hi All,

    I have created one Qt Desktop GUI application. I am just reversing the whole GUI from Left to Right to Right to Left (Just like Arabic language). In that GUI i have some of the Qt controls in that i set the text with setText function as below.

    @QString Name1 = "All";
    QString Name2;
    Name2 = QString("(%1)").arg(value);
    QString title = Name1 + Name2;
    m_tab->setTabText(Index, title);@

    With above text formation original text will form like "All(100)" but currently it shows the text like "(All(100".

    Why it showing the text like this ? Can anyone tell me the reason ?

    Thanks,
    Neel

    1 Reply Last reply
    0

    1/1

    4 Jul 2012, 09:16

    • Login

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