oWnd:resize( 1024, 768 )

   oDA    := QWidget():new( oWnd )
   oWnd:setCentralWidget( oDA )

   oFont := QFont():New()
   oFont:setFamily( "courier new" )

   oEdit := HBQPlainTextEdit():new( oDA )
   oEdit:ensureCursorVisible()
   oEdit:highlightCurrentLine( .t. )

   oLayout := QVBoxLayout():new( oDA )

   oLayout:addWidget( oEdit )
   oDA:setLayout( oLayout )




-----
                 enjoy hbIDEing...
                    Pritpal Bedi 
_a_student_of_software_analysis_&_design_
-- 
View this message in context: 
http://n2.nabble.com/Qwidget-Resize-tp4575860p4577938.html
Sent from the harbour-devel mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to