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. QInputDialog osx bug?
Forum Updated to NodeBB v4.3 + New Features

QInputDialog osx bug?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.8k 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.
  • M Offline
    M Offline
    mirswith
    wrote on 27 Jul 2011, 17:38 last edited by
    #1

    Hi. I am using the 4.8.0 beta on osx and windows, on windows this works fine but on osx I can not change the value of the input dialog with they keyboard, cut/paste of some number or with the step arrows. I am creating the dialog as result of a push button.

    @
    bool ok;
    long id = QInputDialog::getInteger(this, tr("Set Id"), tr("Id"), 0, 0, LONG_MAX, 1, &ok;);
    if( !ok ) return;

    .. do something with id
    @

    Any ideas? Thanks.

    1 Reply Last reply
    0

    1/1

    27 Jul 2011, 17:38

    • 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