Line | Source | Count |
1 | | - |
2 | | - |
3 | | - |
4 | | - |
5 | | - |
6 | struct QtTimerIdFreeListConstants : public QFreeListDefaultConstants | - |
7 | { | - |
8 | enum | - |
9 | { | - |
10 | InitialNextValue = 1, | - |
11 | BlockCount = 6 | - |
12 | }; | - |
13 | | - |
14 | static const int Sizes[BlockCount]; | - |
15 | }; | - |
16 | | - |
17 | enum { | - |
18 | Offset0 = 0x00000000, | - |
19 | Offset1 = 0x00000040, | - |
20 | Offset2 = 0x00000100, | - |
21 | Offset3 = 0x00001000, | - |
22 | Offset4 = 0x00010000, | - |
23 | Offset5 = 0x00100000, | - |
24 | | - |
25 | Size0 = Offset1 - Offset0, | - |
26 | Size1 = Offset2 - Offset1, | - |
27 | Size2 = Offset3 - Offset2, | - |
28 | Size3 = Offset4 - Offset3, | - |
29 | Size4 = Offset5 - Offset4, | - |
30 | Size5 = QtTimerIdFreeListConstants::MaxIndex - Offset5 | - |
31 | }; | - |
32 | | - |
33 | const int QtTimerIdFreeListConstants::Sizes[QtTimerIdFreeListConstants::BlockCount] = { | - |
34 | Size0, | - |
35 | Size1, | - |
36 | Size2, | - |
37 | Size3, | - |
38 | Size4, | - |
39 | Size5 | - |
40 | }; | - |
41 | | - |
42 | typedef QFreeList<void, QtTimerIdFreeListConstants> QtTimerIdFreeList; | - |
43 | namespace { namespace Q_QGS_timerIdFreeList { typedef QtTimerIdFreeList Type; QBasicAtomicInt guard = { QtGlobalStatic::Uninitialized }; __attribute__((visibility("hidden"))) inline Type *innerFunction() { struct HolderBase { ~HolderBase() noexcept { if (guard.load() == QtGlobalStatic::InitializedTRUE | evaluated 209 times by 201 testsEvaluated by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuffer - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- ...
| FALSE | never evaluated |
) guard.store(QtGlobalStatic::Destroyed);executed 209 times by 201 tests: guard.store(QtGlobalStatic::Destroyed); Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuffer - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- ...
}executed 209 times by 201 tests: end of block Executed by:- tst_gestures - unknown status
- tst_languagechange - unknown status
- tst_modeltest - unknown status
- tst_networkselftest - unknown status
- tst_qabstractanimation - unknown status
- tst_qabstractbutton - unknown status
- tst_qabstractitemview - unknown status
- tst_qabstractnetworkcache - unknown status
- tst_qabstractscrollarea - unknown status
- tst_qabstractslider - unknown status
- tst_qabstractspinbox - unknown status
- tst_qaccessibility - unknown status
- tst_qaction - unknown status
- tst_qactiongroup - unknown status
- tst_qapplication - unknown status
- tst_qbackingstore - unknown status
- tst_qboxlayout - unknown status
- tst_qbuffer - unknown status
- tst_qbuttongroup - unknown status
- tst_qcalendarwidget - unknown status
- tst_qcheckbox - unknown status
- tst_qcolordialog - unknown status
- tst_qcolumnview - unknown status
- tst_qcombobox - unknown status
- tst_qcommandlinkbutton - unknown status
- ...
}; static struct Holder : public HolderBase { Type value; Holder() noexcept(noexcept(Type ())) : value () { guard.store(QtGlobalStatic::Initialized); } } holder; returnexecuted 331776 times by 299 tests: return &holder.value; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
&holder.value;executed 331776 times by 299 tests: return &holder.value; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
} } } static QGlobalStatic<QtTimerIdFreeList, Q_QGS_timerIdFreeList::innerFunction, Q_QGS_timerIdFreeList::guard> timerIdFreeList; | 0-331776 |
44 | | - |
45 | int QAbstractEventDispatcherPrivate::allocateTimerId() | - |
46 | { | - |
47 | returnexecuted 166642 times by 206 tests: return timerIdFreeList()->next(); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
timerIdFreeList()->next();executed 166642 times by 206 tests: return timerIdFreeList()->next(); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 166642 |
48 | } | - |
49 | | - |
50 | void QAbstractEventDispatcherPrivate::releaseTimerId(int timerId) | - |
51 | { | - |
52 | | - |
53 | | - |
54 | if (QtTimerIdFreeList *fl = timerIdFreeList()TRUE | evaluated 165134 times by 290 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| FALSE | evaluated 12 times by 12 testsEvaluated by:- tst_qdatastream - unknown status
- tst_qerrormessage - unknown status
- tst_qfileiconprovider - unknown status
- tst_qfilesystemmodel - unknown status
- tst_qframe - unknown status
- tst_qicon - unknown status
- tst_qmdisubwindow - unknown status
- tst_qpixmap - unknown status
- tst_qpixmapcache - unknown status
- tst_qpixmapfilter - unknown status
- tst_qtoolbar - unknown status
- tst_qwidgetaction - unknown status
|
) | 12-165134 |
55 | fl->release(timerId);executed 165134 times by 290 tests: fl->release(timerId); Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 165134 |
56 | }executed 165146 times by 302 tests: end of block Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 165146 |
57 | QAbstractEventDispatcher::QAbstractEventDispatcher(QObject *parent) | - |
58 | : QObject(*new QAbstractEventDispatcherPrivate, parent) {}executed 30 times by 4 tests: end of block Executed by:- tst_QCoreApplication
- tst_QGuiApplication
- tst_QThread
- tst_selftests - unknown status
| 30 |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | QAbstractEventDispatcher::QAbstractEventDispatcher(QAbstractEventDispatcherPrivate &dd, | - |
64 | QObject *parent) | - |
65 | : QObject(dd, parent) {}executed 621759 times by 517 tests: end of block Executed by:- tst_Collections
- tst_Compiler
- tst_Gestures
- tst_Lancelot
- tst_LargeFile
- tst_ModelTest
- tst_NetworkSelfTest
- tst_PlatformSocketEngine
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractFileEngine
- tst_QAbstractItemModel
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractPrintDialog
- tst_QAbstractProxyModel
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSocket
- tst_QAbstractSpinBox
- tst_QAbstractTextDocumentLayout
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QAlgorithms
- ...
| 621759 |
66 | | - |
67 | | - |
68 | | - |
69 | | - |
70 | QAbstractEventDispatcher::~QAbstractEventDispatcher() | - |
71 | { } | - |
72 | QAbstractEventDispatcher *QAbstractEventDispatcher::instance(QThread *thread) | - |
73 | { | - |
74 | QThreadData *data = threadTRUE | evaluated 3646 times by 22 testsEvaluated by:- tst_Lancelot
- tst_QEventLoop
- tst_QFtp
- tst_QGuiEventLoop
- tst_QHostInfo
- tst_QHttpNetworkConnection
- tst_QHttpSocketEngine
- tst_QNetworkDiskCache
- tst_QNetworkProxyFactory
- tst_QNetworkReply
- tst_QObject
- tst_QProcess
- tst_QSocks5SocketEngine
- tst_QSslSocket
- tst_QSslSocket_onDemandCertificates_member
- tst_QSslSocket_onDemandCertificates_static
- tst_QTcpServer
- tst_QTcpSocket
- tst_QThread
- tst_QUdpSocket
- tst_QWidget
- tst_Spdy
| FALSE | evaluated 659856 times by 167 testsEvaluated by:- tst_Gestures
- tst_ModelTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- tst_QDBusMarshall
- ...
|
? QThreadData::get2(thread) : QThreadData::current(); | 3646-659856 |
75 | returnexecuted 663502 times by 174 tests: return data->eventDispatcher.load(); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
data->eventDispatcher.load();executed 663502 times by 174 tests: return data->eventDispatcher.load(); Executed by:- tst_Gestures
- tst_Lancelot
- tst_ModelTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QCoreApplication
- ...
| 663502 |
76 | } | - |
77 | int QAbstractEventDispatcher::registerTimer(int interval, Qt::TimerType timerType, QObject *object) | - |
78 | { | - |
79 | int id = QAbstractEventDispatcherPrivate::allocateTimerId(); | - |
80 | registerTimer(id, interval, timerType, object); | - |
81 | returnexecuted 166642 times by 206 tests: return id; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
id;executed 166642 times by 206 tests: return id; Executed by:- tst_Gestures
- tst_ModelTest
- tst_NetworkSelfTest
- tst_QAbstractAnimation
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractNetworkCache
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QActionGroup
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QBuffer
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- ...
| 166642 |
82 | } | - |
83 | void QAbstractEventDispatcher::startingUp() | - |
84 | { } | - |
85 | | - |
86 | | - |
87 | | - |
88 | | - |
89 | void QAbstractEventDispatcher::closingDown() | - |
90 | { } | - |
91 | void QAbstractEventDispatcher::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | - |
92 | { | - |
93 | QAbstractEventDispatcherPrivate * const d = d_func(); | - |
94 | | - |
95 | | - |
96 | d->eventFilters.removeAll(0); | - |
97 | d->eventFilters.removeAll(filterObj); | - |
98 | d->eventFilters.prepend(filterObj); | - |
99 | }executed 405 times by 2 tests: end of block Executed by:- tst_QWidget
- tst_selftests - unknown status
| 405 |
100 | void QAbstractEventDispatcher::removeNativeEventFilter(QAbstractNativeEventFilter *filter) | - |
101 | { | - |
102 | QAbstractEventDispatcherPrivate * const d = d_func(); | - |
103 | for (int i = 0; i < d->eventFilters.count()TRUE | evaluated 478 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| FALSE | evaluated 73 times by 1 testEvaluated by:- tst_selftests - unknown status
|
; ++i) { | 73-478 |
104 | if (d->eventFilters.at(i) == filterTRUE | evaluated 405 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| FALSE | evaluated 73 times by 1 testEvaluated by:- tst_selftests - unknown status
|
) { | 73-405 |
105 | d->eventFilters[i] = 0; | - |
106 | break;executed 405 times by 2 tests: break; Executed by:- tst_QWidget
- tst_selftests - unknown status
| 405 |
107 | } | - |
108 | }executed 73 times by 1 test: end of block Executed by:- tst_selftests - unknown status
| 73 |
109 | }executed 478 times by 2 tests: end of block Executed by:- tst_QWidget
- tst_selftests - unknown status
| 478 |
110 | bool QAbstractEventDispatcher::filterNativeEvent(const QByteArray &eventType, void *message, long *result) | - |
111 | { | - |
112 | QAbstractEventDispatcherPrivate * const d = d_func(); | - |
113 | if (!d->eventFilters.isEmpty()TRUE | evaluated 2647856 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| FALSE | evaluated 242174 times by 113 testsEvaluated by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
|
) { | 242174-2647856 |
114 | | - |
115 | | - |
116 | QScopedScopeLevelCounter scopeLevelCounter(d->threadData); | - |
117 | for (int i = 0; i < d->eventFilters.size()TRUE | evaluated 2647856 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
| FALSE | evaluated 2647856 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
|
; ++i) { | 2647856 |
118 | QAbstractNativeEventFilter *filter = d->eventFilters.at(i); | - |
119 | if (!filterTRUE | evaluated 6612 times by 1 test | FALSE | evaluated 2641244 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
|
) | 6612-2641244 |
120 | continue;executed 6612 times by 1 test: continue; | 6612 |
121 | if (filter->nativeEventFilter(eventType, message, result)TRUE | never evaluated | FALSE | evaluated 2641244 times by 2 testsEvaluated by:- tst_QWidget
- tst_selftests - unknown status
|
) | 0-2641244 |
122 | return never executed: return true; true;never executed: return true; | 0 |
123 | }executed 2641244 times by 2 tests: end of block Executed by:- tst_QWidget
- tst_selftests - unknown status
| 2641244 |
124 | }executed 2647856 times by 2 tests: end of block Executed by:- tst_QWidget
- tst_selftests - unknown status
| 2647856 |
125 | returnexecuted 2890030 times by 114 tests: return false; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
false;executed 2890030 times by 114 tests: return false; Executed by:- tst_Gestures
- tst_QAbstractButton
- tst_QAbstractItemView
- tst_QAbstractScrollArea
- tst_QAbstractSlider
- tst_QAbstractSpinBox
- tst_QAccessibility
- tst_QAction
- tst_QApplication
- tst_QBackingStore
- tst_QBoxLayout
- tst_QButtonGroup
- tst_QCalendarWidget
- tst_QCheckBox
- tst_QClipboard
- tst_QColorDialog
- tst_QColumnView
- tst_QComboBox
- tst_QCommandLinkButton
- tst_QCompleter
- tst_QDataWidgetMapper
- tst_QDesktopWidget
- tst_QDialog
- tst_QDialogButtonBox
- tst_QDockWidget
- ...
| 2890030 |
126 | } | - |
127 | | - |
| | |