| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 6 | |
<<< text/html: EXCLUDED >>>
In that way you are looking at a custom widget in the Designer. See the 'assistant' about the designer and about custom widgets. Marcel On Friday 15 March 2002 10:55, you wrote: > Hello, I'm french so excuse me for my english !! > > I would like to know if i can make a .UI file with designer but i want > the class.ui herite from one of my class : inherite > > myClass<|-------Class.ui > > Because i don't want to herite from class.ui > > Have you understand or my english is very bad :-) ??? > > Regards. -- [ signature omitted ]
Quoting Olivier RIFFAUD <oriffaud@ifremer.fr>: > Hello, I'm french so excuse me for my english !! > > I would like to know if i can make a .UI file with designer but i want > the class.ui herite from one of my class : > > myClass<|-------Class.ui > > Because i don't want to herite from class.ui > > Have you understand or my english is very bad :-) ??? Hi, I assume Olivier is trying to derive a new UI file from an existing header file. I have suggested to him that he adds his existing class as a custom widget in Qt designer and to create a new interface from there. Is this the most appropriate method? -- [ signature omitted ]