Searched refs:spy7 (Results 1 – 3 of 3) sorted by relevance
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/ |
H A D | ctkMenuComboBoxEventTranslatorPlayerTest1.cpp | 152 QSignalSpy spy7(action7, SIGNAL(triggered())); in ctkMenuComboBoxEventTranslatorPlayerTest1() local 157 Spy7 = &spy7; in ctkMenuComboBoxEventTranslatorPlayerTest1()
|
H A D | ctkMenuEventTranslatorPlayerTest1.cpp | 137 QSignalSpy spy7(save, SIGNAL(triggered())); in ctkMenuEventTranslatorPlayerTest1() local 148 Spy7 = &spy7; in ctkMenuEventTranslatorPlayerTest1()
|
/dports/graphics/qgis/qgis-3.22.3/tests/src/gui/ |
H A D | testprocessinggui.cpp | 1182 QSignalSpy spy7( &wrapperHints, &QgsProcessingStringWidgetWrapper::widgetValueHasChanged ); in testStringWrapper() local 1184 QCOMPARE( spy7.count(), 1 ); in testStringWrapper() 1188 QCOMPARE( spy7.count(), 2 ); in testStringWrapper() 1194 QCOMPARE( spy7.count(), 3 ); in testStringWrapper() 1206 QCOMPARE( spy7.count(), 4 ); in testStringWrapper() 1208 QCOMPARE( spy7.count(), 5 ); in testStringWrapper() 4713 QSignalSpy spy7( &wrapper7, &QgsProcessingEnumWidgetWrapper::widgetValueHasChanged ); in testEnumWrapper() local 4715 QCOMPARE( spy7.count(), 1 ); in testEnumWrapper() 4722 QCOMPARE( spy7.count(), 2 ); in testEnumWrapper() 4729 QCOMPARE( spy7.count(), 3 ); in testEnumWrapper() [all …]
|