登录
首页 » Linux-Unix program » 在Qt程序的例子

在Qt程序的例子

于 2022-05-10 发布 文件大小:945.78 kB
0 178
下载积分: 2 下载次数: 1

代码说明:

Program example on qt

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • moto手机大多是基于linux系统,这是著名的showQ系列源代码,共有8种常用界面,对话框,输入框,ZN5 E8 适用!要先有SDK哦...
    moto手机大多是基于linux系统,这是著名的showQ系列源代码,共有8种常用界面,对话框,输入框,ZN5 E8 适用!要先有SDK哦-moto phones are mostly based on linux system, which is the famous showQ series of source code, a total of eight kinds of commonly used interfaces, dialog box, input box, ZN5 E8 apply! Oh, must first have a SDK
    2022-02-25 11:32:54下载
    积分:1
  • elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, lynx比elinks早的多, 目前好像停止开发, 这是lynx源代码...
    elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, lynx比elinks早的多, 目前好像停止开发, 这是lynx源代码-elinks under lynx is the most important two text browsers, linux in under very practical, lynx than elinks early, it seems now to stop development, This is the source code lynx
    2022-01-24 14:37:16下载
    积分:1
  • File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展...
    File Name 第一课 什么是Linux 第二课 为什么使用Linux 第三课 Linux纵览 第四课 Linux的发展 第五课 Linux特性 第六课 Linux与其他操作系统的区别 第七课 TurboLinux简介 第八课 进入与退出系统 第九课 文件与目录操作 第十课 (10)Linux备份与压缩命令 第十课 (1)Linux文件和目录操作相关命令 第十课 (2)Linux文件内容查询命令 第十课 (3)Linux文本处理命令 第十课 (4)Linux文件内容统计命令 第十课 (5)Linux文件比较命令 第十课 (6)Linux文件的复制、删除和移动命令 第十课 (7)Linux文件链接命令 第十课 (8)Linux目录的创建与删除命令 第十课 (9)Linux改变文件或目录的访问权限命令 第十一课 Linux进程管理及作业控制 第十二课 Linux进程查看 第十三课 Linux进程调度 第十四课 Linux磁盘管理 第十五课 (1)Linux系统管理命令 第十五课 (2)Linux与用户有关的命令 第十五课 (3)Linux其它命令 Linux的冲击和操作系统的革命 -err
    2022-02-25 18:24:14下载
    积分:1
  • RoboCup 2005 2D仿真 Brainstormers队 源代码
    RoboCup 2005 2D仿真 Brainstormers队 源代码-Brainstormers Source2005
    2022-06-29 03:48:26下载
    积分:1
  • lndir: Create shadow link tree. 最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来...
    lndir: Create shadow link tree. 最新的Xorg代码已经不包含这个小程序了,还是非常有用的,特意找出来 -lndir: Create shadow link tree. latest Xorg code already does not contain this small program, or very useful, specially to find out
    2022-03-20 05:00:23下载
    积分:1
  • LINUX under the IIC
    LINUX下IIC驱动分析,这是我看到过的讲的最祥细的一个网页文件,看了后IIC驱动就搞定了-LINUX under the IIC-driven analysis, which is speaking I have seen the most Xiangxi of a web document, after reading the Gaoding the IIC driver
    2022-05-05 02:40:44下载
    积分:1
  • 本代码采用嵌入式qt编写,主要嵌入式数据库sqlite在PXA27x芯片中应用...
    本代码采用嵌入式qt编写,主要嵌入式数据库sqlite在PXA27x芯片中应用-using the code embedded qt preparation, Embedded database sqlite mainly in Intel PXA27x application chip
    2022-03-26 09:42:17下载
    积分:1
  • //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) m...
    //建立窗口 win1 = newwin(15, 50, 1 ) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win2, ACS_VLINE, ACS_HLINE) mvwprintw(win2, 2,1, "WINDOW 2") //建立子窗口 subwin = derwin(win2, 5, 25, 4, 5) box(subwin, ACS_VLINE, ACS_HLINE) mvwprintw(subwin, 2,1, "Sub Window of Window2") //刷新屏幕 refresh() wrefresh(win1) wrefresh(win2) touchwin(win1) wrefresh(win1) getch() touchwin(win2) mvwprintw(win2, 12,1, "Press any key to exit...") wrefresh(win2) //等待按键 getch() //结束 delwin(win1) delwin(subwin) delwin(win2) endwin() -//建立窗口 win1 = newwin(15, 50, 1, 1) box(win1, ACS_VLINE, ACS_HLINE) mvwprintw(win1, 2,1, "WINDOW 1") mvwprintw(win1, 4,1, "Press any key switching to window 2") win2 = newwin(15, 40, 4, 20) box(win
    2022-12-24 01:10:04下载
    积分:1
  • More fully described under the Linux command, each command are detailed paramete...
    比较全面的介绍了Linux下的各种命令,每个命令都有详细的参数使用说明,很有用的哦!-More fully described under the Linux command, each command are detailed parameters for use, very useful Oh!
    2022-02-06 01:28:22下载
    积分:1
  • linux 2.4内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!...
    linux 2.4内核版本的设备驱动详解书籍,对linux设备驱动的编写很有用!-linux 2.4 kernel version of the device driver Xiangjie books, linux device driver for the preparation of very useful!
    2022-03-17 12:44:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载