Modification of interface class name in Qt

Source: Internet
Author: User

If you want to use more than one already written interface class in Qt, you will often find that the name of the interface class is either "MainWindow" or "Widget" or "Dialog". Then the name of the interface class together will be unavoidable. Or you want to modify the name of the interface class. Then be sure to remember not to directly modify the name of the interface class . Otherwise and error prone.

The correct workaround is as follows:

1. Modify the. UI filename called xxxmainwindow.ui/xxxwidget.ui/xxxdialog.ui: Right-click on the project tree to modify it. Of course, it can be for other names, in short, to be clear and unique.

2. Modify the. H,.cpp name corresponding to the. ui file name: Also right-click Modify under the project tree.

3. modify the interface class name:

Right-click class name, select Refactor (refactoring)->rename Symbol under Cursor (CTRL+SHIFT+R).

 

It can then be easily modified here. The class name can then be replaced with all modifications.

Modification of interface class name in Qt

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.