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 Updated to NodeBB v4.3 + New Features

Right to Left GUI application not showing dynamic text correctly

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 762 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 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

    • Login

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