-
lab1
lab1d是简单的QtSim软件,执行结果为enter numbers,然后输入您想读取的数字,然后继续进程得到anwser(simple QtSim file,this file shows u the difference between the .asii and .asiiz .)
- 2013-10-05 12:15:38下载
- 积分:1
-
《Qt Creator快速入门》代码
应用背景
书中默认的开发环境是:Windows XP + Qt Creator 2.1.0 + Qt 4.7.2
如果读者需要在Linux下进行开发,可以使用下面简单的步骤来搭建环境:
可以到http://www.qter.org/查看图文教程。
(下面以Ubuntu 12.04 为例进行说明)
1. 下载软件
到ftp://ftp.qt-project.org/qt/source/ 下载Linux版本的Qt库 qt-everywhere-opensource-src-4.7.2.tar.gz
到ftp://ftp.qt-project.org/qtcreator/ 下载Linux版本的qt-creator-linux-x86-opensource-2.1.0.bin
2.安装Qt Creator
在终端里为qt-creator-linux-x86-opensource-2.1.0.bin添加可执行权限:
chmod 777 qt-creator-linux-x86-opensource-2.1.0.bin
然后运行该文件:
./qt-creator-linux-x86-opensource-2.1.0.bin
下面就可以按照提示安装了。
3.安装Qt库
先解压qt-everywhere-opensource-src-4.7.2.tar.gz:
tar -z
- 2023-01-06 08:25:04下载
- 积分:1
-
ogr2ogr-gui
使用QT编译的ogr2ogr源码,用以互相转换空间数据或储存到数据库中,主要数据类型包括shape,mapinfo,GML,KML,BNA,GPX等,数据库包括postsql,mysql,oci,odbc,oci等,提供了4种数据转化的途径:文件->文件、文件->数据库、数据库->文件、数据库->数据库。它虽然还不完善,但相信它会为你处理空间数据带来便利。
Ogr2ogr compiled using the QT source code, used to each other spatial data conversion or stored in the database, the main types of data including shape, MapInfo, GML, KML, the BNA, GPX and. The database consists of postsql, mysql, OCI, ODBC and OCI and, to pr
- 2022-09-24 07:20:03下载
- 积分:1
-
在qt中做的简单的+-*/计算器
本人新手,只是上课时候老师要求的,数字只有0-5,只有+-*/。退格没写
- 2022-03-20 17:41:32下载
- 积分:1
-
Spline
使用Qt实现函数型与参数型的样条函数,函数型包括自由边界和抛物边界,参数型包括均匀参数化,弦长参数化,向心参数化(Using Qt to achieve function type and parameter type spline function, function type, including free boundary and parabolic boundary, parameter types, including uniform parameterization, chord length parameterization, the centripetal parameterization)
- 2013-10-11 18:53:13下载
- 积分:1
-
pairs
qt小游戏,翻扑克牌,每次最多翻两张,两个牌相同就移除,直到所有牌都移除完。考记忆力(qt games, turned poker, each up to turn two, two identical cards to remove, until all the cards are removed finish. Memory test)
- 2013-06-03 09:09:04下载
- 积分:1
-
qt中使用脚本-初学
一个测试qt5使用js脚本的测试程序,js访问QT对象,qt对象--》QScriptValue(qt包装对象)--》脚本对象
- 2023-05-10 04:50:03下载
- 积分:1
-
qt简易多文档编辑器
qt文本编辑器,实现记事本功能,包括剪切,复制等编辑操作
- 2022-06-30 09:50:50下载
- 积分:1
-
myclock
简单好用的一款qt编写的小闹钟程序,提醒大家不要在电脑前待的太久。设置闹钟时间后可以自动隐藏,到点后会自动弹出。(Easy to use qt prepared a small alarm clock program, to remind you not to be too long in front of the computer. Set the alarm time can be automatically hidden, the point will automatically pop up.)
- 2013-07-21 10:37:24下载
- 积分:1
-
Qt计算器编程练习代码
可以用来练习Qt的使用,熟悉Qt界面开发流程,掌握信号槽机制,采用Qt4进行的设计,是一个计算器实现的练习,适合想学Qt需要练手的人下载使用,如果Qt5下打开运行的话需要做修改,如一些include文件
- 2022-01-29 01:57:17下载
- 积分:1