Welcome![Sign In][Sign Up]
Location:
Search - qt buttons

Search list

[Embeded Linuxqt-hello-leds-control

Description: 这个源代码s3c2410+linux的QT图形界面的简单制作。 实现了按键对LED灯的控制,不过刚学习,能实现功能,但是代码还需要进一步完善。高手多指点。-The source code s3c2410+ Linux the QT produced a simple graphical interface. Realize the buttons on the control of LED lights, but just to learn, to achieve, but also need to further improve the code. Expert advice and more.
Platform: | Size: 19456 | Author: dingzhanyang | Hits:

[Button controlrealize_the_button_QWidget_by_own_style_in_Qt_4.ra

Description: 上网搜了很多关于qt 4重写按钮的资料,但是都只是介绍,没有源码。但是项目要求的按钮样式qt 4没有现成的,所以自己实现了一个简单的按钮。 模仿按钮的功能,通过重写 void paintEvent(QPaintEvent *event) void mousePressEvent(QMouseEvent *event) void mouseReleaseEvent(QMouseEvent *event) 三个函数达到绘制自定义按钮的目的。-Internet found a lot of buttons on the qt 4 rewrite the information, but only introduce, there is no source. But the project
Platform: | Size: 1024 | Author: 曾剑元 | Hits:

[GUI Developqt-buttons.tar

Description: Try the best and smooth versio of qt-buttons ...the example detects multiple events -Try the best and smooth versio of qt-buttons ...the example detects multiple events
Platform: | Size: 7168 | Author: muhammadbasim | Hits:

[Linux-Unixs3c-keypad

Description: s3c6410开发品平台按键功能程序,在系统的 QT界面内可以实现按键控制。-platform for the development of key products s3c6410 function procedure, the QT interface in the system can be achieved with control buttons.
Platform: | Size: 3072 | Author: 张军 | Hits:

[Other6

Description: 界面旋转,按钮每按一次可做一次旋转。共有四个按钮。-Interface spin, the button every time to do a rotation. There are four buttons.
Platform: | Size: 2048 | Author: zjy | Hits:

[Embeded LinuxLED_QtCode

Description: 自己写的qt控制数码管的小程序 今天写了一个基于qt-embedded4.4.0的qt控制数码管的小程序,可以作为qt入门的参考吧,希望对大家有帮助。 板子是用的博创的2410,底层的数码管驱动 程序的功能是在桌面上建立一个面板,上面添加3个按钮,其中两个按钮用于数码管数字的加1或者减1操作,另一个用作退出程序。 具体代码见附件。 大家有问题可以互相讨论,关于linux驱动和qt应用的都可以。 -Qt write their own control of the small digital tube procedures today to write a qt-embedded4.4.0 based on the qt to control a small digital tube procedure can be used as reference for entry-qt it, I hope all of you help. Board is used Fiberxon of 2410, the underlying driver of the digital control function is the establishment of a panel on your desktop, add the top three buttons, two of which the number of buttons for digital control of plus 1 or minus 1 operation, and the other used as an exit. Specific code is attached. There are problems we can talk amongst qt on linux drivers and applications can be.
Platform: | Size: 17408 | Author: bill | Hits:

[Embeded Linuxbuttongroups

Description: 基于QT2.3.0编写的,所有按钮编程的示例代码。 在linux2.6.29+Qtopia-2.2.0下编译通过,并在友善之臂mini2440下成功运行。所用芯片三星s3c2440-Based on QT2.3.0 prepared, all buttons programmed sample code. In linux2.6.29+ Qtopia-2.2.0 compiled by, and in a friendly, under the arm mini2440 run successfully. Samsung s3c2440 used in chip
Platform: | Size: 201728 | Author: 兰欣 | Hits:

[ARM-PowerPC-ColdFire-MIPSbuttons

Description: mini2440开发板一下的按键测试,以有汉化,可以移入开发板中。已经测试过。-mini2440 Development Board about the key test
Platform: | Size: 31744 | Author: 周涛 | Hits:

[SCMWidgetkeyboard

Description: 声明此文件不是原创 qt 做的一个屏幕虚拟键盘 自己做了一个界面,模拟键盘, 将自定义的键盘按键,映射成真实键盘按键 上面还有一些bug, 不过个人觉得可以参考其思想-the project file is not myself the virtual keyboard is made in qt. the ui is user defined ui, map the user buttons to the truth keyboard. There are some bugs, but I think it can give you some ideas.
Platform: | Size: 29696 | Author: many_many | Hits:

[Linux-Unixsignal_slot1

Description: 实现QT下点击add与sub按钮,LCD数值相应加一与减一-Click to add to achieve under QT and sub buttons, LCD value plus one and minus one corresponding
Platform: | Size: 9216 | Author: doraemon | Hits:

[Embeded Linuxpicture.tar

Description: QT打开图片,给QLabel加上图片,按钮加上图片,以及在线获取网络图片-QT open the picture, a QLabel with pictures, buttons with images, and online access to the network image
Platform: | Size: 281600 | Author: yangrui | Hits:

[Linux-UnixLPC2100

Description: 简单的qt界面设计。界面上至少有启动照相机、拍照、停止拍照三个功能按钮,另外还有一个退出按钮,用来关闭程序;另外还需要安排采集到的图像的显示位置。-Qt simple interface design. Interface at least start the camera, take pictures, stop taking pictures of three function buttons, plus an exit button to close the program also need to arrange for the display of images captured position.
Platform: | Size: 166912 | Author: DELL | Hits:

[Linux-Unixkeyscan

Description: linux下的QT按键扫描的小程序。可以随着按键的按下,可以点亮对应的图标。-QT under linux scan button applet. With the buttons can be pressed, you can light up the corresponding icon.
Platform: | Size: 200704 | Author: 杜志平 | Hits:

[Linux-UnixQtButtonTest

Description: QT 4.7.4自定义按钮button,按钮状态有:正常状态,鼠标移动状态,鼠标按下状态,鼠标释放状态暂定为与正常状态相同。可以设置按钮上文本或不显示文本,按钮自适应图片大小或图片自适应按钮大小,使能/禁用按钮等操作。如果安装了QT for VS2008也可以直接使用VS2008打开,否则使用Qt crater打开。-QT 4.7.4 Custom Buttons button, the button state are: normal state, the state moves the mouse, the mouse Pressed state, the state is tentatively scheduled for release the mouse and the normal state the same. You can set the button text or not Text, buttons, adaptive adaptive image size or picture size button to enable/disable the buttons and other operations For. If you installed the QT for VS2008 VS2008 can also use the open, or use the Qt crater opened.
Platform: | Size: 190464 | Author: LiangWa | Hits:

[Embeded LinuxWidgetkeyboard

Description: qt按键的编写 并在板子上能够运行 有cpp 。h 和main函数-And in the writing of the buttons qt on board to run A CPP. H and main function
Platform: | Size: 993280 | Author: duyu | Hits:

[Linux-UnixQtshow

Description: 显示动态曲线QT界面源代码,界面包含2个可调节按钮-Shows the dynamic curve QT interface source code, the interface contains two adjustable buttons
Platform: | Size: 8752128 | Author: 李长楷 | Hits:

[Button controlbuttons

Description: 特别漂亮的Qt按钮实例,当所做界面不需要window自带的关闭和最大化按钮时使用,-Particularly beautiful Qt button instance, when the interface is done without window maximize button comes off and use,
Platform: | Size: 23552 | Author: leosun | Hits:

[GUI Develop抽奖程序

Description: 一个图形界面,两个按钮,把名字放到txt文件,点启动按钮名字会在界面上滚动,按停止可以停止(A graphical interface, two buttons, put the name in the txt file, click the start button, the name will scroll on the interface, press stop to stop)
Platform: | Size: 416768 | Author: leroy2 | Hits:

[OtherAnimationButton

Description: 使用Qt开发的动态按钮,点击按钮变大显示的效果(Use Qt development of dynamic buttons, click the button to show the effect of larger)
Platform: | Size: 17408 | Author: duguxianchen | Hits:

[GUI Developsort

Description: 基于QT的ui界面设计的groupbox的使用,包括按钮的使用,复选框的具体使用(The use of groupbox based on QT UI interface design, including the use of buttons, the specific use of check boxes)
Platform: | Size: 2048 | Author: 2829735186 | Hits:
« 12 »

CodeBus www.codebus.net