Home
last modified time | relevance | path

Searched refs:valueChanged (Results 1 – 25 of 5034) sorted by relevance

12345678910>>...202

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dgradientvectordialog.cpp39 connect(gX1, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialL())); in GradientVectorDialog()
40 connect(gX2, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialL())); in GradientVectorDialog()
41 connect(gY1, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialL())); in GradientVectorDialog()
42 connect(gY2, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialL())); in GradientVectorDialog()
43 connect(gSk, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialL())); in GradientVectorDialog()
44 connect(gX1_2, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialR())); in GradientVectorDialog()
45 connect(gX2_2, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialR())); in GradientVectorDialog()
46 connect(gY1_2, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialR())); in GradientVectorDialog()
47 connect(gY2_2, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialR())); in GradientVectorDialog()
48 connect(gFX, SIGNAL(valueChanged(double)), this, SLOT(changeSpecialR())); in GradientVectorDialog()
[all …]
H A Dpolygonwidget.cpp66 connect(factorSlider, SIGNAL(valueChanged(int)), factorSpinBox, SLOT(setValue(int))); in connectSignals()
67 connect(factorSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
69 connect(rotationSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
70 connect(cornersSpinBox, SIGNAL(valueChanged(double)), this, SLOT(updatePreview())); in connectSignals()
74 connect(curvatureSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
76 connect(innerRotationSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
80 connect(outerCurvatureSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
87 disconnect(factorSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
89 disconnect(rotationSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
94 disconnect(curvatureSlider, SIGNAL(valueChanged(int)), this, SLOT(updatePreview())); in connectSignals()
[all …]
H A Dsmstyleselect.cpp26 disconnect(ShadowVal->Xoffset, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
27 disconnect(ShadowVal->Yoffset, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
28 disconnect(OutlineVal->LWidth, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
29 disconnect(UnderlineVal->LPos, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
31 disconnect(StrikeVal->LPos, SIGNAL(valueChanged(double)), this, SLOT(styleChanged())); in setStyle()
49 disconnect(StrikeVal->LPos, SIGNAL(valueChanged(double)), this, SLOT(styleChanged())); in setStyle()
62 connect(ShadowVal->Xoffset, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
63 connect(ShadowVal->Yoffset, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
64 connect(OutlineVal->LWidth, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
65 connect(UnderlineVal->LPos, SIGNAL(valueChanged(double)),this, SLOT(styleChanged())); in setStyle()
[all …]
H A Dmarginwidget.cpp154 connect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop())); in MarginWidget()
156 connect(leftR, SIGNAL(valueChanged(double)), this, SLOT(setLeft())); in MarginWidget()
157 connect(rightR, SIGNAL(valueChanged(double)), this, SLOT(setRight())); in MarginWidget()
331 disconnect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop())); in setNewUnit()
357 connect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop())); in setNewUnit()
359 connect(leftR, SIGNAL(valueChanged(double)), this, SLOT(setLeft())); in setNewUnit()
407 connect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop())); in setPreset()
409 connect(leftR, SIGNAL(valueChanged(double)), this, SLOT(setLeft())); in setPreset()
474 connect(topR, SIGNAL(valueChanged(double)), this, SLOT(setTop())); in setNewMargins()
476 connect(leftR, SIGNAL(valueChanged(double)), this, SLOT(setLeft())); in setNewMargins()
[all …]
H A Darcvectordialog.cpp33 connect(startAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in ArcVectorDialog()
34 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in ArcVectorDialog()
35 connect(arcHeight, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in ArcVectorDialog()
36 connect(arcWidth, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in ArcVectorDialog()
63 disconnect(arcWidth, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
68 connect(startAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
69 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
70 connect(arcHeight, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
71 connect(arcWidth, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
87 connect(arcHeight, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in unitChange()
[all …]
H A Dpatternpropsdialog.cpp149 connect(spinXscaling, SIGNAL(valueChanged(double)), this, SLOT(HChange())); in PatternPropsDialog()
150 connect(spinYscaling, SIGNAL(valueChanged(double)), this, SLOT(VChange())); in PatternPropsDialog()
218 disconnect(spinXscaling, SIGNAL(valueChanged(double)), this, SLOT(HChange())); in ToggleKette()
219 disconnect(spinYscaling, SIGNAL(valueChanged(double)), this, SLOT(VChange())); in ToggleKette()
228 connect(spinXscaling, SIGNAL(valueChanged(double)), this, SLOT(HChange())); in ToggleKette()
229 connect(spinYscaling, SIGNAL(valueChanged(double)), this, SLOT(VChange())); in ToggleKette()
234 disconnect(spinXscaling, SIGNAL(valueChanged(double)), this, SLOT(HChange())); in HChange()
239 connect(spinXscaling, SIGNAL(valueChanged(double)), this, SLOT(HChange())); in HChange()
240 connect(spinYscaling, SIGNAL(valueChanged(double)), this, SLOT(VChange())); in HChange()
250 connect(spinXscaling, SIGNAL(valueChanged(double)), this, SLOT(HChange())); in VChange()
[all …]
H A Dspiralvectordialog.cpp34 connect(startAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in SpiralVectorDialog()
35 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in SpiralVectorDialog()
36 connect(arcFactor, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in SpiralVectorDialog()
61 disconnect(startAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
62 disconnect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
63 disconnect(arcFactor, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
69 connect(startAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
70 connect(sweepAngle, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
71 connect(arcFactor, SIGNAL(valueChanged(double)), this, SLOT(changeVectors())); in setValues()
/dports/audio/musescore/MuseScore-3.6.1/effects/compressor/
H A Dcompressorgui.cpp55 …connect(cg.rms, SIGNAL(valueChanged(double,int)), SLOT(valueChanged(double,i… in CompressorGui()
56 … connect(cg.rms, SIGNAL(valueChanged(double,int)), cg.rmsSpinBox, SLOT(setValue(double))); in CompressorGui()
57 … connect(cg.rmsSpinBox, SIGNAL(valueChanged(double)), cg.rms, SLOT(setValue(double))); in CompressorGui()
59 …connect(cg.attack, SIGNAL(valueChanged(double,int)), SLOT(valueChanged(do… in CompressorGui()
63 …connect(cg.release, SIGNAL(valueChanged(double,int)), SLOT(valueChanged(… in CompressorGui()
67 …connect(cg.threshold, SIGNAL(valueChanged(double,int)), SLOT(valueChan… in CompressorGui()
71 …connect(cg.ratio, SIGNAL(valueChanged(double,int)), SLOT(valueChanged(doub… in CompressorGui()
75 …connect(cg.knee, SIGNAL(valueChanged(double,int)), SLOT(valueChanged(double… in CompressorGui()
76 … connect(cg.knee, SIGNAL(valueChanged(double,int)), cg.kneeSpinBox, SLOT(setValue(double))); in CompressorGui()
77 … connect(cg.kneeSpinBox, SIGNAL(valueChanged(double)), cg.knee, SLOT(setValue(double))); in CompressorGui()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/libgq/gconf/
H A Dtest-gconf.cpp62 QObject::connect(boolItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
63 QObject::connect(intItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
64 QObject::connect(stringItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
65 QObject::connect(doubleItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
66 QObject::connect(stringListItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
67 QObject::connect(intListItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
68 QObject::connect(doubleListItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
69 QObject::connect(boolListItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in init()
75 QObject::disconnect(boolItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in cleanup()
76 QObject::disconnect(intItem, SIGNAL(valueChanged()), signalSpy, SLOT(valueChanged())); in cleanup()
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DLatLonBoxWidget.cpp29 connect( d->m_ui.northSpinBox, SIGNAL(valueChanged(double)), SIGNAL(valueChanged())); in LatLonBoxWidget()
30 connect( d->m_ui.southSpinBox, SIGNAL(valueChanged(double)), SIGNAL(valueChanged())); in LatLonBoxWidget()
31 connect( d->m_ui.eastSpinBox, SIGNAL(valueChanged(double)), SIGNAL(valueChanged())); in LatLonBoxWidget()
32 connect( d->m_ui.westSpinBox, SIGNAL(valueChanged(double)), SIGNAL(valueChanged())); in LatLonBoxWidget()
34 connect( d->m_ui.northSpinBox, SIGNAL(valueChanged(double)), SLOT(updateLatSingleStep())); in LatLonBoxWidget()
35 connect( d->m_ui.southSpinBox, SIGNAL(valueChanged(double)), SLOT(updateLatSingleStep())); in LatLonBoxWidget()
36 connect( d->m_ui.eastSpinBox, SIGNAL(valueChanged(double)), SLOT(updateLonSingleStep())); in LatLonBoxWidget()
37 connect( d->m_ui.westSpinBox, SIGNAL(valueChanged(double)), SLOT(updateLonSingleStep())); in LatLonBoxWidget()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/advancedcolorselector/
H A Dkis_shade_selector_line_editor.cpp69 connect(m_hueDelta, SIGNAL(valueChanged(double)), SLOT(valueChanged())); in KisShadeSelectorLineEditor()
70 connect(m_saturationDelta, SIGNAL(valueChanged(double)), SLOT(valueChanged())); in KisShadeSelectorLineEditor()
71 connect(m_valueDelta, SIGNAL(valueChanged(double)), SLOT(valueChanged())); in KisShadeSelectorLineEditor()
72 connect(m_hueShift, SIGNAL(valueChanged(double)), SLOT(valueChanged())); in KisShadeSelectorLineEditor()
73 connect(m_saturationShift, SIGNAL(valueChanged(double)), SLOT(valueChanged())); in KisShadeSelectorLineEditor()
74 connect(m_valueShift, SIGNAL(valueChanged(double)), SLOT(valueChanged())); in KisShadeSelectorLineEditor()
117 void KisShadeSelectorLineEditor::valueChanged() { in valueChanged() function in KisShadeSelectorLineEditor
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/DynAn/
H A DDivideableAny.java287 valueChanged(); in insert_any()
295 valueChanged(); in insert_boolean()
303 valueChanged(); in insert_char()
311 valueChanged(); in insert_double()
319 valueChanged(); in insert_float()
327 valueChanged(); in insert_long()
335 valueChanged(); in insert_longlong()
343 valueChanged(); in insert_octet()
351 valueChanged(); in insert_reference()
359 valueChanged(); in insert_short()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/DynAn/
H A DDivideableAny.java287 valueChanged(); in insert_any()
295 valueChanged(); in insert_boolean()
303 valueChanged(); in insert_char()
311 valueChanged(); in insert_double()
319 valueChanged(); in insert_float()
327 valueChanged(); in insert_long()
335 valueChanged(); in insert_longlong()
343 valueChanged(); in insert_octet()
351 valueChanged(); in insert_reference()
359 valueChanged(); in insert_short()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/DynAn/
H A DDivideableAny.java287 valueChanged(); in insert_any()
295 valueChanged(); in insert_boolean()
303 valueChanged(); in insert_char()
311 valueChanged(); in insert_double()
319 valueChanged(); in insert_float()
327 valueChanged(); in insert_long()
335 valueChanged(); in insert_longlong()
343 valueChanged(); in insert_octet()
351 valueChanged(); in insert_reference()
359 valueChanged(); in insert_short()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/DynAn/
H A DDivideableAny.java287 valueChanged(); in insert_any()
295 valueChanged(); in insert_boolean()
303 valueChanged(); in insert_char()
311 valueChanged(); in insert_double()
319 valueChanged(); in insert_float()
327 valueChanged(); in insert_long()
335 valueChanged(); in insert_longlong()
343 valueChanged(); in insert_octet()
351 valueChanged(); in insert_reference()
359 valueChanged(); in insert_short()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/DynAn/
H A DDivideableAny.java287 valueChanged(); in insert_any()
295 valueChanged(); in insert_boolean()
303 valueChanged(); in insert_char()
311 valueChanged(); in insert_double()
319 valueChanged(); in insert_float()
327 valueChanged(); in insert_long()
335 valueChanged(); in insert_longlong()
343 valueChanged(); in insert_octet()
351 valueChanged(); in insert_reference()
359 valueChanged(); in insert_short()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/DynAn/
H A DDivideableAny.java289 valueChanged(); in insert_any()
297 valueChanged(); in insert_boolean()
305 valueChanged(); in insert_char()
313 valueChanged(); in insert_double()
321 valueChanged(); in insert_float()
329 valueChanged(); in insert_long()
337 valueChanged(); in insert_longlong()
345 valueChanged(); in insert_octet()
353 valueChanged(); in insert_reference()
361 valueChanged(); in insert_short()
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dvideoequalizer.cpp34 connect( contrast_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
37 connect( brightness_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
40 connect( hue_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
43 connect( saturation_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
46 connect( gamma_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
50 connect( contrast_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
52 connect( brightness_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
54 connect( hue_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
56 connect( saturation_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
58 connect( gamma_slider, SIGNAL(valueChanged(int)), in VideoEqualizer()
/dports/audio/mixxx/mixxx-2.3.0/src/library/
H A Dlibrarycontrol.cpp25 &ControlObject::valueChanged, in LoadToGroupController()
31 &ControlObject::valueChanged, in LoadToGroupController()
85 &ControlEncoder::valueChanged, in LibraryControl()
102 &ControlEncoder::valueChanged, in LibraryControl()
119 &ControlEncoder::valueChanged, in LibraryControl()
136 &ControlEncoder::valueChanged, in LibraryControl()
173 &ControlEncoder::valueChanged, in LibraryControl()
177 &ControlEncoder::valueChanged, in LibraryControl()
185 &ControlObject::valueChanged, in LibraryControl()
231 &ControlObject::valueChanged, in LibraryControl()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtserialbus/examples/serialbus/modbus/adueditor/
H A Dmainwindow.cpp152 connect(ti1Spin, QOverload<int>::of(&QSpinBox::valueChanged), in on_connectButton_clicked()
153 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
155 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
158 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
160 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
162 connect(l1Spin, QOverload<int>::of(&QSpinBox::valueChanged), in on_connectButton_clicked()
163 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
164 connect(l2Spin, QOverload<int>::of(&QSpinBox::valueChanged), in on_connectButton_clicked()
165 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
168 device, &ModbusTcpClient::valueChanged); in on_connectButton_clicked()
[all …]
/dports/graphics/yacreader/yacreader-9.8.2/custom_widgets/
H A Dyacreader_options_dialog.cpp70 connect(gl->xRotation, SIGNAL(valueChanged(int)), this, SLOT(saveXRotation(int))); in YACReaderOptionsDialog()
71 connect(gl->xRotation, SIGNAL(valueChanged(int)), this, SIGNAL(optionsChanged())); in YACReaderOptionsDialog()
73 connect(gl->yPosition, SIGNAL(valueChanged(int)), this, SLOT(saveYPosition(int))); in YACReaderOptionsDialog()
74 connect(gl->yPosition, SIGNAL(valueChanged(int)), this, SIGNAL(optionsChanged())); in YACReaderOptionsDialog()
82 connect(gl->zoomLevel, SIGNAL(valueChanged(int)), this, SLOT(saveZoomLevel(int))); in YACReaderOptionsDialog()
83 connect(gl->zoomLevel, SIGNAL(valueChanged(int)), this, SIGNAL(optionsChanged())); in YACReaderOptionsDialog()
86 connect(gl->yCoverOffset, SIGNAL(valueChanged(int)), this, SIGNAL(optionsChanged())); in YACReaderOptionsDialog()
89 connect(gl->zCoverOffset, SIGNAL(valueChanged(int)), this, SIGNAL(optionsChanged())); in YACReaderOptionsDialog()
95 connect(gl->fadeOutDist, SIGNAL(valueChanged(int)), this, SIGNAL(optionsChanged())); in YACReaderOptionsDialog()
100 connect(gl->maxAngle, SIGNAL(valueChanged(int)), this, SLOT(saveMaxAngle(int))); in YACReaderOptionsDialog()
[all …]
H A Dyacreader_spin_slider_widget.cpp25 connect(spinBox, SIGNAL(valueChanged(int)), slider, SLOT(setValue(int))); in YACReaderSpinSliderWidget()
26 connect(slider, SIGNAL(valueChanged(int)), spinBox, SLOT(setValue(int))); in YACReaderSpinSliderWidget()
28 connect(slider, SIGNAL(valueChanged(int)), this, SLOT(valueWillChange(int))); in YACReaderSpinSliderWidget()
29 connect(spinBox, SIGNAL(valueChanged(int)), this, SLOT(valueWillChangeFromSpinBox(int))); in YACReaderSpinSliderWidget()
39 emit valueChanged(spinBox->value()); in valueWillChange() local
46 emit valueChanged(spinBox->value()); in valueWillChangeFromSpinBox() local
52 emit valueChanged(spinBox->value()); in sliderRelease() local
68 disconnect(spinBox, SIGNAL(valueChanged(int)), this, SLOT(valueWillChange(int))); in setValue()
70 connect(spinBox, SIGNAL(valueChanged(int)), this, SLOT(valueWillChange(int))); in setValue()
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmlayoptwidget.cpp21 connect ( beforeSlid,SIGNAL ( valueChanged ( int ) ),this,SLOT ( bChanged ( int ) ) ); in FMLayOptWidget()
22 connect ( fitSlid,SIGNAL ( valueChanged ( int ) ),this,SLOT ( exChanged ( int ) ) ); in FMLayOptWidget()
23 connect ( afterSlid,SIGNAL ( valueChanged ( int ) ),this,SLOT ( aChanged ( int ) ) ); in FMLayOptWidget()
24 connect ( endSlid,SIGNAL ( valueChanged ( int ) ),this,SLOT ( enChanged ( int ) ) ); in FMLayOptWidget()
26 connect ( spaceSlid,SIGNAL( valueChanged ( int ) ),this,SLOT ( sChanged( int ) ) ); in FMLayOptWidget()
81 emit valueChanged ( BEFORE ); in bEdited() local
86 emit valueChanged ( EXACT ); in exEdited() local
91 emit valueChanged ( AFTER ); in aEdited() local
96 emit valueChanged ( END ); in enEdited() local
101 emit valueChanged ( HYPHEN ); in hEdited() local
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DDateTimeDialog.cpp100 connect(ui->spinner_year, SIGNAL(valueChanged(int)), this, SLOT(yearChanged(int))); in connectSpinnerEvents()
101 connect(ui->spinner_month, SIGNAL(valueChanged(int)), this, SLOT(monthChanged(int))); in connectSpinnerEvents()
102 connect(ui->spinner_day, SIGNAL(valueChanged(int)), this, SLOT(dayChanged(int))); in connectSpinnerEvents()
103 connect(ui->spinner_hour, SIGNAL(valueChanged(int)), this, SLOT(hourChanged(int))); in connectSpinnerEvents()
104 connect(ui->spinner_minute, SIGNAL(valueChanged(int)), this, SLOT(minuteChanged(int))); in connectSpinnerEvents()
105 connect(ui->spinner_second, SIGNAL(valueChanged(int)), this, SLOT(secondChanged(int))); in connectSpinnerEvents()
106 connect(ui->spinner_jd, SIGNAL(valueChanged(double)), this, SLOT(jdChanged(double))); in connectSpinnerEvents()
107 connect(ui->spinner_mjd, SIGNAL(valueChanged(double)), this, SLOT(mjdChanged(double))); in connectSpinnerEvents()
112 disconnect(ui->spinner_year, SIGNAL(valueChanged(int)), this, SLOT(yearChanged(int))); in disconnectSpinnerEvents()
114 disconnect(ui->spinner_day, SIGNAL(valueChanged(int)), this, SLOT(dayChanged(int))); in disconnectSpinnerEvents()
[all …]
/dports/x11/antimicro/antimicro-2.23/src/mousedialog/
H A Dmousebuttonsettingsdialog.cpp96 …connect(ui->horizontalSpinBox, SIGNAL(valueChanged(int)), this, SLOT(updateConfigHorizontalSpeed(i… in MouseButtonSettingsDialog()
97 …connect(ui->verticalSpinBox, SIGNAL(valueChanged(int)), this, SLOT(updateConfigVerticalSpeed(int))… in MouseButtonSettingsDialog()
99 connect(ui->springWidthSpinBox, SIGNAL(valueChanged(int)), this, SLOT(updateSpringWidth(int))); in MouseButtonSettingsDialog()
100 …connect(ui->springWidthSpinBox, SIGNAL(valueChanged(int)), springPreviewWidget, SLOT(setSpringWidt… in MouseButtonSettingsDialog()
102 … connect(ui->springHeightSpinBox, SIGNAL(valueChanged(int)), this, SLOT(updateSpringHeight(int))); in MouseButtonSettingsDialog()
103 …connect(ui->springHeightSpinBox, SIGNAL(valueChanged(int)), springPreviewWidget, SLOT(setSpringHei… in MouseButtonSettingsDialog()
107 …connect(ui->sensitivityDoubleSpinBox, SIGNAL(valueChanged(double)), this, SLOT(updateSensitivity(d… in MouseButtonSettingsDialog()
109 … connect(ui->wheelHoriSpeedSpinBox, SIGNAL(valueChanged(int)), button, SLOT(setWheelSpeedX(int))); in MouseButtonSettingsDialog()
110 … connect(ui->wheelVertSpeedSpinBox, SIGNAL(valueChanged(int)), button, SLOT(setWheelSpeedY(int))); in MouseButtonSettingsDialog()
112 …connect(ui->easingDoubleSpinBox, SIGNAL(valueChanged(double)), button, SLOT(setEasingDuration(doub… in MouseButtonSettingsDialog()
[all …]

12345678910>>...202