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

Qlinedit border blinks

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.1.0
    • None
    • OS: Windows10 21H1
      Qt Creator: 4.15.0
      Qt Desiner: 6.1.0
    • Windows

    Description

      As shown in the attached video, the border flashes when the mouse crosses QLineEdit. The minimum code is shown below:

      #include<QWidget>
      #include<QLineEdit>
      #include<QApplication>
      
      int main(int argc, char *argv[])
      {  
          QApplication a(argc, argv);
          QWidget w;
          QLineEdit lineEdit(&w);
          w.resize(500, 500);
          lineEdit.resize(150, 50);    
          lineEdit.move(175, 225);    
          w.show();    
          return a.exec();
      }
      
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            zhiyi huang zhengzhi
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes