ScrollBarMode finde in Qt4.6
Verfasst: 23. Mai 2010 23:54
Weiss jemand, wo ich den ScrollBarMode finde in Qt4.6?
Das Ding gab es in Qt3 in der obsoleten QScrollView-Klasse.
QScrollView::ScrollBarMode
This enum type describes the various modes of QScrollView's scroll bars.
- Auto - QScrollView shows a scroll bar when the content is too large to fit and not otherwise. This is the default.
- AlwaysOff - QScrollView never shows a scroll bar.
- AlwaysOn - QScrollView always shows a scroll bar.
Das Ding gab es in Qt3 in der obsoleten QScrollView-Klasse.
QScrollView::ScrollBarMode
This enum type describes the various modes of QScrollView's scroll bars.
- Auto - QScrollView shows a scroll bar when the content is too large to fit and not otherwise. This is the default.
- AlwaysOff - QScrollView never shows a scroll bar.
- AlwaysOn - QScrollView always shows a scroll bar.