These are basic samples off various controls

   oRadioButton := QRadioButton():New( QT_PTROF( oWnd ) )
   oRadioButton:Move( 50  , 300 )
   oRadioButton:ReSize( 200 , 30 )
   oRadioButton:Show()

   oSlider := QSlider():New( QT_PTROF( oWnd ) )
   oSlider:Move( 370 , 50       )
   oSlider:ReSize( 30  , 30 )
   oSlider:Show()

   oSpinBox := QSpinBox():New( QT_PTROF( oWnd ) )
   oSpinBox:Move( 370 , 100      )
   oSpinBox:ReSize( 200 , 30 )
   oSpinBox:Show()

   oTreeView := QTreeView():New( QT_PTROF( oWnd ) )
   oTreeView:Move( 370 , 200     )
   oTreeView:ReSize( 200 ,45  )
   oTreeView:Show()


Regards

Bruno Luciani
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to