pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

using pyqt-tools #56

Closed mehrshaad closed 2 years ago

mehrshaad commented 4 years ago

hey, guys, I got an issue: I've been working on a .py file that used to convert it from .ui. but now after editing and adding new functions to the .py file I've wanted to edit my .ui file in qt designer but if I use the new .py file (that converted from the new .ui file) my entered functions will be erased. if you can please help or show me a way to save my functions and use the new .ui I designed.

The-Compiler commented 4 years ago

If you look at the top of those files, they say something like:

# WARNING! All changes made in this file will be lost!

Instead of editing that file, see https://www.riverbankcomputing.com/static/Docs/PyQt5/designer.html

mehrshaad commented 4 years ago

If you look at the top of those files, they say something like:

# WARNING! All changes made in this file will be lost!

Instead of editing that file, see https://www.riverbankcomputing.com/static/Docs/PyQt5/designer.html

thanks!