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

ugly project template

    XMLWordPrintable

Details

    • b5296604610f8efa506d22f60e65bd0fc3f2f623

    Description

      How to reproduce?

      • Create a new Qt project or add a new Form Class.
      • Open the generated .cpp file.
      • Experience the ugliness.
      #include "mainwindow.h"
      
      MainWindow::MainWindow(QWidget *parent) :
          QMainWindow(parent){
          ui.setupUi(this);
      }
      

      What happened to the line breaks?

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            jbornema Joerg Bornemann
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes