Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28159

QtC default project not suitable for F469

    XMLWordPrintable

Details

    Description

      The default project is shown is in the top left corner and way too small:

      import QtQuick 2.0  
       
      Rectangle { 
          width: 480  
          height: 272  
       
          Text { 
              anchors.centerIn: parent 
              color: "salmon" 
              text: "Hello World!" 
              font.pixelSize: 14 
          }    
      } 

      Suggesting to remove width/height and using a font size that is relative to the screen size.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            rakeller Rainer Keller
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes