hi,
how can I set the following properties using script... atleast I didnt find any prototype or properties to set this. And I wonder paint and resize event is not also available......any idea is appreciating
setAutoScroll(false);
setSelectionMode(QAbstractItemView.SingleSelection );
setHorizontalScrollBarPolicy(Qt.ScrollBarAlwaysOff );
setVerticalScrollBarPolicy(Qt.ScrollBarAlwaysOff);
thanks


Reply With Quote
Bookmarks