Home
last modified time | relevance | path

Searched refs:stepBy (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/misc/orange3/orange3-3.29.1/Orange/widgets/utils/tests/
H A Dtest_spinbox.py22 w.stepBy(-1)
24 w.stepBy(1)
26 w.stepBy(1)
30 w.stepBy(-1)
34 w.stepBy(1)
36 w.stepBy(-1)
40 w.stepBy(1)
44 w.stepBy(1)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcNumberBox.cpp214 void QcNumberBox::stepBy(int steps, double stepSize) { in stepBy() function in QcNumberBox
255 stepBy(1, step); in keyPressEvent()
259 stepBy(-1, step); in keyPressEvent()
297 stepBy(-steps, scrollStep); in mouseMoveEvent()
306 stepBy(event->delta() > 0 ? 1 : -1, scrollStep); in wheelEvent()
331 void NumberBoxWidget::stepBy( int steps )
333 stepBy( steps, singleStep() );
338 stepBy( steps, scrollStep );
347 void NumberBoxWidget::stepBy( int steps, float stepSize )
H A DQcNumberBox.h101 void stepBy(int steps, double stepSize);
133 void stepBy( int steps );
139 void stepBy( int steps, float stepSize );
/dports/graphics/digikam/digikam-7.4.0/core/utilities/searchwindow/
H A Dsearchutilities.cpp210 void CustomStepsDoubleSpinBox::stepBy(int steps) in stepBy() function in Digikam::CustomStepsDoubleSpinBox
219 QDoubleSpinBox::stepBy(steps); in stepBy()
265 QDoubleSpinBox::stepBy(stepsToGo); in stepBy()
290 QDoubleSpinBox::stepBy(-stepsToGo); in stepBy()
296 QDoubleSpinBox::stepBy(steps); in stepBy()
387 void CustomStepsIntSpinBox::stepBy(int steps) in stepBy() function in Digikam::CustomStepsIntSpinBox
396 QSpinBox::stepBy(steps); in stepBy()
442 QSpinBox::stepBy(stepsToGo); in stepBy()
467 QSpinBox::stepBy(-stepsToGo); in stepBy()
473 QSpinBox::stepBy(steps); in stepBy()
H A Dsearchutilities.h149 void stepBy(int steps) override;
217 void stepBy(int steps) override;
/dports/games/chessx/chessx-1.5.6/src/gui/
H A Dannotationtimeedit.cpp8 void AnnotationTimeEdit::stepBy(int steps) in stepBy() function in AnnotationTimeEdit
18 QTimeEdit::stepBy(steps); in stepBy()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/widgets/
H A DCDoubleSpinBox.cpp28 void CDoubleSpinBox::stepBy(int steps) in stepBy() function in CDoubleSpinBox
30 QDoubleSpinBox::stepBy(steps); in stepBy()
H A DCTinySpinBox.cpp69 void CTinySpinBox::stepBy(int steps) in stepBy() function in CTinySpinBox
71 QSpinBox::stepBy(steps); in stepBy()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/qt/
H A Dspinbutt.cpp23 virtual void stepBy(int steps) wxOVERRIDE; // see QAbstractSpinBox::stepBy()
44 void wxQtSpinButton::stepBy(int steps) in stepBy() function in wxQtSpinButton
58 QSpinBox::stepBy(steps); in stepBy()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptdurationspinbox.cpp109 void DurationSpinBox::stepBy(int steps) in stepBy() function in KPlato::DurationSpinBox
123 QDoubleSpinBox::stepBy(steps); in stepBy()
160 stepBy(1); in keyPressEvent()
164 stepBy(-1); in keyPressEvent()
/dports/misc/tellico/tellico-3.4.2/src/gui/
H A Dspinbox.cpp57 void SpinBox::stepBy(int steps_) { in stepBy() function in SpinBox
61 QSpinBox::stepBy(steps_); in stepBy()
/dports/comms/wsjtz/wsjtx/widgets/
H A DHintedSpinBox.cpp22 void HintedSpinBox::stepBy (int steps) in stepBy() function in HintedSpinBox
53 QSpinBox::stepBy (steps); // no values so revert to QSpinBox behaviour in stepBy()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dcodedatetimeedit.cpp142 stepBy(1); in contextMenuEvent()
144 stepBy(-1); in contextMenuEvent()
H A Dcodespinbox.cpp171 stepBy(1); in contextMenuEvent()
173 stepBy(-1); in contextMenuEvent()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/
H A Dkis_int_parse_spin_box.cpp159 void KisIntParseSpinBox::stepBy(int steps) in stepBy() function in KisIntParseSpinBox
165 QSpinBox::stepBy(steps); in stepBy()
H A Dkis_double_parse_spin_box.cpp149 void KisDoubleParseSpinBox::stepBy(int steps) in stepBy() function in KisDoubleParseSpinBox
155 QDoubleSpinBox::stepBy(steps); in stepBy()
/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/osltoy/
H A Dqtutils.h143 virtual void stepBy(int steps) in stepBy() function
146 parent_t::stepBy(steps); in stepBy()
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/src/osltoy/
H A Dqtutils.h143 virtual void stepBy(int steps) in stepBy() function
146 parent_t::stepBy(steps); in stepBy()
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp46 spinBox->stepBy(1);
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp56 spinBox->stepBy(1);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp56 spinBox->stepBy(1);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp56 spinBox->stepBy(1);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp56 spinBox->stepBy(1);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp56 spinBox->stepBy(1);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Dsrc_gui_widgets_qabstractspinbox.cpp56 spinBox->stepBy(1);

12345678910>>...13