ui/qt/entry.cpp

changeset 672
1b08ba076b65
parent 597
fc85ca42a7ce
child 754
fb5f560e81d9
equal deleted inserted replaced
671:0ab4c7a18660 672:1b08ba076b65
124 value->setextent = ui_spinbox_range_setextent; 124 value->setextent = ui_spinbox_range_setextent;
125 } 125 }
126 } 126 }
127 127
128 128
129 ctn->add(widget, false); 129 ctn->add(widget);
130 return widget; 130 return widget;
131 } 131 }
132 132
133 int64_t ui_spinbox_int_get(UiInteger *i) { 133 int64_t ui_spinbox_int_get(UiInteger *i) {
134 QSpinBox *spinbox = (QSpinBox*)i->obj; 134 QSpinBox *spinbox = (QSpinBox*)i->obj;

mercurial