MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / setValue

Method setValue

DSView/pv/dock/keywordlineedit.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void KeyLineEdit::setValue(int v)
154{
155 _is_number_mode = true;
156 this->setText(QString::number(v));
157}
158
159int KeyLineEdit::value()
160{

Callers 15

setTaskbarProgressMethod · 0.80
get_widgetMethod · 0.80
get_widgetMethod · 0.80
update_device_infoMethod · 0.80
reload_valueMethod · 0.80
set_intervalMethod · 0.80
on_slider_changedMethod · 0.80
on_inputbox_changedMethod · 0.80
StoreProgressMethod · 0.80
on_progress_updatedMethod · 0.80
LissajousOptionsMethod · 0.80
on_keyword_changedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected