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

changing widget name in designer should update slot name

XMLWordPrintable

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

      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()"

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

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

              Created:
              Updated:

                There are no open Gerrit changes