📄 index.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>欢迎光临 QCurses 函数库主页</title>
<link href="css/qcurses.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style7 {font-family: "黑体"}
.style8 {color: #990000}
.style9 {color: #CC0000}
.style10 {color: #FFFFFF}
.style11 {color: #FF0000}
.style12 {color: #000000}
-->
</style></head>
<body>
<table width="100%" height="0" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
</table>
<table width="180" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><a href="index.html"><img src="images/title.gif" width="181" height="26" border="0"></a></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Window.html" target="_blank">Q_Window</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Object.html" target="_blank">Q_Object</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Application.html" target="_blank">Q_Application</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Button.html" target="_blank">Q_Button</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Edit.html" target="_blank">Q_Edit</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_DateEdit.html" target="_blank">Q_DateEdit</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Label.html" target="_blank">Q_Label</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_List.html" target="_blank">Q_List</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_Menu.html" target="_blank">Q_Menu</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_RadioButton.html" target="_blank">Q_RadioButton</a></div></td>
</tr>
<tr>
<td height="26" background="images/free.gif"><div align="left"> <a href="Q_RadioGroup.html" target="_blank">Q_RadioGroup</a></div></td>
</tr>
<tr>
<td height="26" background="images/freelow.gif"> <a href="Q_OpenDialog.html" target="_blank">Q_OpenDialog</a></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<p> </p></td>
<td valign="top"><table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"><div align="right" class="style8">
<p><a href="download/QCURSES_C_SCO.Z"><br>
<span class="style9">[下载C语言版本(beta)]</span></a><span class="style9"> </span><a href="download/qcurses.zip"><span class="style9">[下载函数库]</span></a><span class="style9"> </span><a href="download/gcc.tar"><span class="style9">[下载Gcc2.95 for SCO UNIX]</span></a></p>
</div></td>
</tr>
<tr>
<td>更新日期:2005年07月06日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td valign="top" bgcolor="EFEFEF"> QCurses彻底开源,提供下载,如果有需要或者有疑问可以联系作者(邱洋),联系方法:QQ
1964477、email <a href="mailto:qxk2005@gmail.com">qxk2005@gmail.com</a><p>
下载地址</p>
<p><a href="download/webdoc.zip">Web 说明书</a>、<a href="download/fullsourceLinux.zip">完整源代码(for
Linux)</a>、<a href="download/fullsourceunix.zip">完整源代码(for Sco Unix)</a></td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0" id="table1">
<tr>
<td height="27" style="font-family: 宋体; font-size: 12px"> </td>
</tr>
<tr>
<td style="font-family: 宋体; font-size: 12px">更新日期:2004年12月30日</td>
</tr>
<tr>
<td style="font-family: 宋体; font-size: 12px"><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0" id="table2">
<tr>
<td bgcolor="EFEFEF" style="font-family: 宋体; font-size: 12px"> QCURSES(for Linux)加入新特性,用户不用关心控件之间如何移动,自动支持,只需要以下的语句即可.<p>Form1->AddObj(Edit1);<br>
Form1->AddObj(Edit2);<br>
Form1->AddObj(List1);<br>
Form1->AddObj(RadioGroup);<br>
Form1->Show();</p>
<p> 程序将智能遍历所有控件.彻底解决了以前还要控制控件间遍历的问题.(暂时没有提供下载)</p>
<p> 在这里一提,由于我正在制作公司的电子邮件项目,没有太多的时间,因此"C语言转换"工程暂时告一段落,专心维护LINUX-C++版本的部分,近期会有一个比较大的更新,敬请关注.</p>
<p> 提供一个最新版本的截图:</p>
<p align="center"><img src="images/index/20050118001.jpg" width="399" height="313"></p>
<p align="center"> <a href="./download/sorce20050118.cpp">实现这个程序的源代码下载</a></p>
<p align="center" class="style11">(仅供察看,不能编译,可以说明函数库的强大)</p>
</td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月30日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="EFEFEF"> <p> 今天完成了“C语言转换工程 ”的QButton 部分,即按钮函数,到现在为止 “C语言转换” 一共完成了 <span class="style11">5</span> 部分的函数包括:</p>
<p>窗口函数 (Q_Window)<br>
编辑框函数 (Q_Edit) <br>
列表函数 (Q_List)<br>
软标签函数 (Q_Label) <br>
按钮函数 (Q_Button) </p>
<p> 他们可以完成CURSES程序中的很多功能,现在提供统一的打包下载,您可以点击上面的“<a href="http://www.hortton.com/QCURSES_C_SCO.Z"><span class="style9">下载C语言版本(beta)</span></a>” 进行下载,里面包括了函数库的.so文件和一个可执行程序以及这个可执行程序的.C源文件,并且函数据库的所有头文件也包括在这个包里面,这个包是在 SCO UNIX50.5 + GCC2.91编译的,如果您没有GCC可以点击本网站上方的“<a href="http://www.hortton.com/gcc.tar"><span class="style9">下载Gcc2.95 for SCO UNIX</span></a>”进行下载。具体使用中遇到的问题可以和我联系。</p>
<p><span class="style12">联系QQ:1964477,MSN:QXK2001@hotmail.com,电话:13724875544</span></p>
<p>附图:程序运行截图</p>
<p align="center"><img src="images/index/20041230001.jpg" width="416" height="280"></p></td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月24日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="EFEFEF"> 工作进展一切顺利,今天完成了“C语言转换工程 ”的另外一个重要函数QList 部分!它可以完美的完成,列表部分的取值。</td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月13日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="EFEFEF">
最近有有很多朋友提出他们编程都是在SCO UNIX的纯C语言下的,由于我的函数库是用在C++语言,因此对他们来说很不方便,现在Q龙开始进行QCURSES库的C语言移植,现在已经完成的有 QWindow QEdit QLabel 三个部分,需要的可以从
<p><a href="http://www.hortton.com/QCURSES_C_SCO.Z">http://www.hortton.com/QCURSES_C_SCO.Z</a></p>
<p>这个网址下载,里面包括了FOR SCO UNIX的函数库和一个实例程序,完全可以编译没有任何限制,具体的使用方法可以询问我,或者等待我发布完整的QCURSES FOR SCO UNIX的C语言版本后,我会制作详细的使用说明的。 </p></td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月13日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月15日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="EFEFEF"> 完成了本网页,并且正是开始对外提供下载。</td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月13日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="EFEFEF"> 今天加入 Q_OpenDialog 类,这个类主要是用来弹出打开文件
的对话框,它的基类是 Q_Dialog</td>
</tr>
</table>
<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="27"> </td>
</tr>
<tr>
<td>更新日期:2004年12月13日</td>
</tr>
<tr>
<td><span class="style7"><img src="images/dot.gif" width="450" height="6"></span></td>
</tr>
</table>
<br>
<table width="450" border="0" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="EFEFEF"> 到今天为止,完善的类有:<br>
<br>
Q_Window.cpp 所有QCURSES的基类<br>
Q_Object.cpp 所有对象的基类<br>
Q_Application.cpp 程序类(所有的可执行程序从这个类扩展)<br>
Q_Button.cpp 按钮类<br>
Q_DateEdit.cpp 日期输入类<br>
Q_Edit.cpp 编辑框类<br>
Q_Label.cpp 标签类<br>
Q_List.cpp 列表类<br>
Q_Menu.cpp 菜单类<br>
Q_RadioButton.cpp 选择按钮类<br>
Q_RadioGroup.cpp 选择按钮组类</td>
</tr>
<tr>
<td bgcolor="#000000"><p align="right" class="style10">本函数库制作人邱洋[Q龙],现所在地-广州</p>
<p align="right" class="style10">联系QQ:1964477,MSN:QXK2001@hotmail.com,电话:13724875544</p></td>
</tr>
</table> </td>
</tr>
</table>
<script language="JavaScript" type="text/javascript" src="http://w.50bang.com/click.js?user_id=108621"></script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -