Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. What's wrong with TextField in Qt 6.4.0 ?
Forum Updated to NodeBB v4.3 + New Features

What's wrong with TextField in Qt 6.4.0 ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
10 Posts 4 Posters 1.0k 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.
  • B Offline
    B Offline
    BVladimir
    wrote on last edited by
    #1

    Qt 6.4.0 and Qt Creator 8.0.2

    import QtQuick
    import QtQuick.Controls

    import QtQuick
    import QtQuick.Controls
    
    ApplicationWindow {
        width: 500
        height: 500
        visible: true
    
        Rectangle {
            anchors.fill: parent
            TextField {
                text: "abc"
            }
        }
    }
    

    Application Output: QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR ""
    Why ?

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by
      #2

      what is the issue. Are you not seeing the TextField ?

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • B Offline
        B Offline
        BVladimir
        wrote on last edited by
        #3

        @dheerendra said in What's wrong with TextField in Qt 6.4.0 ?:

        what is the issue. Are you not seeing the TextField ?

        looks ok ! How to remove the warning ?

        1 Reply Last reply
        0
        • dheerendraD Offline
          dheerendraD Offline
          dheerendra
          Qt Champions 2022
          wrote on last edited by
          #4

          @BVladimir said in What's wrong with TextField in Qt 6.4.0 ?:

          QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR

          It is about selection of text by touchscreen. You can refer the Release Notes here.

          Dheerendra
          @Community Service
          Certified Qt Specialist
          http://www.pthinks.com

          E 2 Replies Last reply
          0
          • B Offline
            B Offline
            BVladimir
            wrote on last edited by
            #5

            @dheerendra said in What's wrong with TextField in Qt 6.4.0 ?:

            It is about selection of text by touchscreen. You can refer the Release Notes here.

            thanks a lot

            1 Reply Last reply
            0
            • dheerendraD dheerendra

              @BVladimir said in What's wrong with TextField in Qt 6.4.0 ?:

              QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR

              It is about selection of text by touchscreen. You can refer the Release Notes here.

              E Offline
              E Offline
              Emanuel Reisinger
              wrote on last edited by
              #6
              This post is deleted!
              1 Reply Last reply
              0
              • dheerendraD dheerendra

                @BVladimir said in What's wrong with TextField in Qt 6.4.0 ?:

                QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR

                It is about selection of text by touchscreen. You can refer the Release Notes here.

                E Offline
                E Offline
                Emanuel Reisinger
                wrote on last edited by
                #7

                @dheerendra said in What's wrong with TextField in Qt 6.4.0 ?:

                @BVladimir said in What's wrong with TextField in Qt 6.4.0 ?:

                QT_QUICK_CONTROLS_TEXT_SELECTION_BEHAVIOR

                It is about selection of text by touchscreen. You can refer the Release Notes here.

                But why it is printed on Application Output?
                When many TextFields are used, e.g. in a ListView, then it pollutes the Application Output.
                How can this be deactivated?

                1 Reply Last reply
                0
                • B Offline
                  B Offline
                  BVladimir
                  wrote on last edited by
                  #8

                  @Emanuel-Reisinger said in What's wrong with TextField in Qt 6.4.0 ?:

                  How can this be deactivated?

                  it looks like this will be fixed in the next version of Qt

                  RusticusR 1 Reply Last reply
                  0
                  • B BVladimir

                    @Emanuel-Reisinger said in What's wrong with TextField in Qt 6.4.0 ?:

                    How can this be deactivated?

                    it looks like this will be fixed in the next version of Qt

                    RusticusR Offline
                    RusticusR Offline
                    Rusticus
                    wrote on last edited by
                    #9

                    @BVladimir
                    Is there already a ticket? I have the same problem, trying for two days figuring out, when exactly this is happening and found not an open issue in the bug tracker

                    E 1 Reply Last reply
                    0
                    • RusticusR Rusticus

                      @BVladimir
                      Is there already a ticket? I have the same problem, trying for two days figuring out, when exactly this is happening and found not an open issue in the bug tracker

                      E Offline
                      E Offline
                      Emanuel Reisinger
                      wrote on last edited by
                      #10

                      @Rusticus With Qt 6.4.1 this issue is fixed.

                      BR Emanuel

                      1 Reply Last reply
                      1

                      • Login

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