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

changing widget name in designer should update slot name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 1.3.0, Qt Creator 4.13.0-beta1
    • Widget Designer
    • Linux

    Description

      create a new qt4 gui app, with a main window.
      place a button on it.
      right click it, and create a clicked() slot, it is automatically named "on_pushButton_clicked()"
      now rename the pushButton in the designer to "pushButtonTest".

      Now the slot does not work any more.
      Qt Creator should keep track of the slot and rename it automatically to "on_pushButtonTest_clicked()"

      Attachments

        Issue Links

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

          Activity

            People

              kleint Friedemann Kleint
              droetker Christian Gonzalez
              Votes:
              11 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes