搜索资源列表
spinbox
- setlocale[LC_ALL, ""] XtSetLanguageProc[NULL, NULL, NULL] //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "SpinBox", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++
helloworldmotif-1
- //建立顶级窗口 toplevel = XtVaAppInitialize[&app, "Scroll", NULL, 0, &argc, argv, NULL, NULL] //建立SpinBox n = 0 XtSetArg[args[n], XmNwidth, 400 ] n++ XtSetArg[args[n], XmNheight, 100 ] n++ //XtSetArg[args[n], XmN
scale
- textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app] - textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf
zidingyi-spinbox
- 自定义spinbox 实现显示内容为字符串 取出value值为int数据 编译可直接运行 为显示其效果 专门为此写了一个mian函数-Custom spinbox out to achieve the display value to a string value of int data compiled can be directly run to show the effect of specially written a mian function
spinboxforhex
- QT 中 SpinBOX 只有int 與 float類型 此例子簡單了使用qt spinbox類別改寫成可以顯示16進制的內容 推薦給需要的人-qspinbox for hex
qabstractspinbox_p
- The QAbstractSpinBox class provides a spinbox and a line edit to display values for Linux.
scale
- textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget[toplevel] //进入事件循环 XtAppMainLoop[app] - textf = XmCreateTextField[spinbox, "textf", args, n] XtManageChild[textf] //显示窗口 XtRealizeWidget
zidingyi-spinbox
- 自定义spinbox 实现显示内容为字符串 取出value值为int数据 编译可直接运行 为显示其效果 专门为此写了一个mian函数-Custom spinbox out to achieve the display value to a string value of int data compiled can be directly run to show the effect of specially written a mian function
spinBox
- 有关信号槽spinbox的例子,例子有QSpinBox和QSlider。-the example about signal and channel of spinbox
SpinBox_qt
- 该程序实现在ubutnu环境下利用qtcreator编写的滑动条与spinbox控件的值保侍同步。-The program implements the use of the value of the slider and spinbox qtcreator written under the control of environmental protection ubutnu paternity synchronization.
stemwin-tutorials-Chapter-58
- 安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程讲解STemWin支持的SPINBOX控件。-Armfly Electronics launched emwin tutorials, a total of 60. Forum: http: //bbs.armfly.com/
xialakuangmeihua
- jQuery下拉框美化代码基于jquery.fancyspinbox.js制作,鼠标点击显示下拉框内容,支持键盘方向键切换选项值。-jQuery drop-down box to beautify based code jquery.fancy spinbox.js production, click on the drop-down box to display the contents of the keyboard arrow keys to switch support option v
QT-delegate
- QT/c++的combobox,spinbox button progress的委托代理方法
hexspinbox
- 基于qt的spinbox组件的使用,讲10进制的spinbox数据转换成16进制输出(Use qt-based spinbox components to convert decimal spinbox data to hexadecimal output)