Is there a way to retrieve ui file from header file which is compiled by uic?
-
Hi!,
Sorry for this question. We used a uic compiler to generate a header file from ui file. But then we left this for few months and we lost the ui file.
Is there a way where we can retrieve the ui file by going through the header file generated by uic file.
Or do we need to manually read entire header file and create ui by manually?
Thanks for understanding :-)
-
@Pl45m4 . Actually it was not my file. I am using qt funcitonalities with some other frameworks.It was used previously and worked by other person. But then he graduated and then he left.But he didnt keep the ui file so we have now only uic file. And i planned to make few changes so everything is kind of quite messy.
I am trying to read through header file and create ui. I dont know if this is the only way?
-
@aravmadd said in Is there a way to retrieve ui file from header file which is compiled by uic?:
I am trying to read through header file and create ui. I dont know if this is the only way?
Yes, it is. Hopefully if it's not too complicated your can reverse-engineer to reproduce a
.ui
which corresponds.