Dear all, I am using a QStackedWidget with Qt 4.8.1 The documentation states that : "QStackedWidget provides no intrinsic means for the user to switch page. This is typically done through a QComboBox<qthelp://com.trolltech.qt.481/qdoc/qcombobox.html> or a QListWidget <qthelp://com.trolltech.qt.481/qdoc/qlistwidget.html> that stores the titles of the QStackedWidget's pages". This is exactly what I am trying to do. However, there are two little arrows displayed on the top of the widget that switch the pages and I would like to remove them. The whole thing has to be designed with Qt Designer, so using a custom class with QStackedLayout is not an option.
How can I remove the arrows, and why is this not working as in the documentation? Is it a style issue? Thanks! Etienne
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest