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. Incorrect QComboBox width on macOS
Qt 6.11 is out! See what's new in the release blog

Incorrect QComboBox width on macOS

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 2 Posters 657 Views 2 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.
  • RevoltR Offline
    RevoltR Offline
    Revolt
    wrote on last edited by
    #1

    Having:

    <widget class="QComboBox" name="comboKeyFormat">
     <item>
      <property name="text">
       <string>Passphrase</string>
      </property>
     </item>
     <item>
      <property name="text">
       <string>Raw key</string>
      </property>
     </item>
    </widget>
    

    it shows like:

    screen shot 2018-06-09 at 16 36 48

    screen shot 2018-06-09 at 16 36 53

    on macOS (the e is cut out), while it shows like:

    imagen

    on Ubuntu 16.04 with Qt 5.5.1 (the last letter a is not cut out).

    Is this a Qt bug? As it looks like the size hint's width is smaller than required.

    You can find more information here: https://github.com/sqlitebrowser/sqlitebrowser/issues/1424.

    macOS 10.13.4 (17E199)
    Qt Creator 4.6.1
    Based on Qt 5.10.1 (Clang 8.0 (Apple), 64 bit)
    Built on May 2 2018 04:20:50
    From revision 065e644d92
    
    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      What hardware you see this on ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • RevoltR Offline
        RevoltR Offline
        Revolt
        wrote on last edited by
        #3
        MacBook Pro (Retina, 15-inch, Mid 2015)
        
        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Just saw that you gave the Qt Creator information. What version of Qt are you using to build your application on macOS ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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