Q3TextView Class Reference [Qt3Support module]
The Q3TextView class provides a rich text viewer. Далее...
#include <Q3TextView> This class is part of the Qt 3 support library. It is provided to keep old source code working. Мы настоятельно не рекомендуем использовать этот класс в новом коде. See Porting to Qt 4 for more information.
Inherits Q3TextEdit.
Дополнительные унаследованные члены
- 19 properties inherited from Q3TextEdit
- 10 properties inherited from Q3ScrollView
- 2 properties inherited from Q3Frame
- 6 свойств, унаследованных от QFrame
- 57 свойств, унаследованных от QWidget
- 1 свойство, унаследованное от QObject
- 51 public functions inherited from Q3TextEdit
- 46 public functions inherited from Q3ScrollView
- 4 public functions inherited from Q3Frame
- 13 открытых функций, унаследованных от QFrame
- 206 открытых функций, унаследованных от QWidget
- 29 открытых функций, унаследованных от QObject
- 12 открытых функций, унаследованных от QPaintDevice
- 60 public slots inherited from Q3TextEdit
- 8 public slots inherited from Q3ScrollView
- 19 открытых слотов, унаследованных от QWidget
- 1 открытый слот, унаследованный от QObject
- 14 signals inherited from Q3TextEdit
- 5 signals inherited from Q3ScrollView
- 1 сигнал, унаследованный от QWidget
- 1 сигнал, унаследованный от QObject
- 4 статических открытых члена, унаследованных от QWidget
- 5 статических открытых членов, унаследованных от QObject
- 1 статический открытый член, унаследованный от QPaintDevice
- 6 protected functions inherited from Q3TextEdit
- 17 protected functions inherited from Q3ScrollView
- 5 protected functions inherited from Q3Frame
- 38 защищенных функций, унаследованных от QWidget
- 7 защищенных функций, унаследованных от QObject
- 1 защищённая функция, унаследованная от QPaintDevice
- 1 защищенный слот, унаследованный от QWidget
Подробное описание
The Q3TextView class provides a rich text viewer.
This class wraps a read-only Q3TextEdit. Use a Q3TextEdit instead, and call setReadOnly(true) to disable editing.
|