Hi,
I have a MainWindow class in which I have already used a .ui file for creating the Main Window of my application. Now I want to create an About Dialog. I created the same in a .ui file (without creating a separate class for the same). However I am unable to use the .ui file in my Main Window class.
So my question is how should I use a .ui file in any other class?
↧