You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

DexterMagnific

Unregistered

1

Monday, May 3rd 2004, 10:33am

ui file

Hi,

I have a .ui file. I'd like to know how to make KDevelop generate th header file and the impl file associated with

Thanks

e8johan

Beginner

Posts: 27

Location: Sweden

  • Send private message

2

Monday, May 3rd 2004, 10:34am

RE: ui file

Using uic most likely. Look here http://doc.trolltech.com/3.3/uic.html for details.

DexterMagnific

Unregistered

3

Monday, May 3rd 2004, 10:37am

RE: ui file

Yes i can do that, but i want KDevelop to generate them automatically when i have a .ui file. In which target can i put the .ui file for that ?

Sorry for my English

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

4

Monday, May 3rd 2004, 11:13am

Add the ui file to the project.

Are you using KDevelop2 or KDevelop3?
If KDevelop3, automake or qmake project?

Cheers,
_
Qt/KDE Developer
Debian User

DexterMagnific

Unregistered

5

Monday, May 3rd 2004, 11:27am

RE: ui file

KDevelop3, automake

anda_skoa

Professional

Posts: 1,273

Location: Graz, Austria

Occupation: Software Developer

  • Send private message

6

Monday, May 3rd 2004, 12:53pm

I am not an expert on KDevelop, but I think this should work

Open automake manager
in the lower half click on "add existing file"
Add the file.

Cheers,
_
Qt/KDE Developer
Debian User

7

Tuesday, May 4th 2004, 10:14am

RE: ui file

just add it to yor project in KDevelop, it will appear in "User interface" tree brunch.