MCPcopy Create free account
hub / github.com/YACReader/yacreader / setValue

Method setValue

custom_widgets/yacreader_spin_slider_widget.cpp:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void YACReaderSpinSliderWidget::setValue(int value)
67{
68 disconnect(spinBox, QOverload<int>::of(&QSpinBox::valueChanged), this, &YACReaderSpinSliderWidget::setValue);
69 spinBox->setValue(value);
70 connect(spinBox, QOverload<int>::of(&QSpinBox::valueChanged), this, &YACReaderSpinSliderWidget::valueWillChange);
71}
72
73void YACReaderSpinSliderWidget::setText(const QString &text)
74{

Callers 15

saveShortcutMethod · 0.80
savePerformanceMethod · 0.80
saveUseVSyncMethod · 0.80
saveFlowParametersMethod · 0.80
saveXRotationMethod · 0.80
saveYPositionMethod · 0.80
saveCoverDistanceMethod · 0.80
saveCentralDistanceMethod · 0.80
saveZoomLevelMethod · 0.80
saveYCoverOffsetMethod · 0.80
saveZCoverOffsetMethod · 0.80
saveCoverRotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected