[Ilugc] QT Doubt

  • From: mssnlayam@xxxxxxxxxxxxxxx (Suriya Narayanan M S)
  • Date: Sat, 3 Aug 2002 08:03:28 +0530

On Friday 02 August 2002 19:15, you wrote:
  > Â In Qt designer, I created one application after that I want to
  > Â  Â make some addition in the GUI part. Can I insert GUI components
  > Â  Â manually in cpp and .h files ?

Modifications to the GUI should NOT be made to the *.cpp, *.h
files. Qt designer has to be invoked using the .ui file which was
created, and the components can be added. The cpp, h files
have to be recreated using uic.

Moreover, the *.cpp, *.h files should never be modified by hand.
If any action has to be coded, it must be coded in a new cpp file
which derives the original file. The Qt manual explains it clearly.

  > 
  > Â  Â Suppose if I go thru the regular steps then all the modifications
  > Â  Â I did previously may go off.
  > 
  > Â  Â How to do it ??? :(

Suriya Narayanan M S
-- 
Guru Brahma Gurur Vishnu
Gurur Dhevo Maheshwaraha
Gurur Saakshaath Parabramha
Thasmai Shree Gurave Namaha

Public key at www.keyserver.net

Other related posts: