Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-30490

ComboBox: Text get elided too easily

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.1.0 Beta 1
    • 5.1.0
    • Quick: Controls 1
    • None
    • c1479a9d971b1add0aad43a5e06ad266b2dff9d1

    Description

      The following combobox shows elided text:

      import QtQuick 2.0
      import QtQuick.Controls 1.0
      
      ApplicationWindow {
          ComboBox {
              model: ["123456", "123456"]
          }
      }
      

      It should instead adjust its size to its content.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            dedietri Gabriel de Dietrich (drgvond)
            carochao Caroline Chao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes