kde程序框架(二)—简单的KDE4程序
2009-05-13 13:47:01来源:未知 阅读 ()
一个简单的KDE4程序main.cpp 文件#include "simple.h"
#include kapplication.h>
#include kaboutdata.h>
#include kcmdlineargs.h>
#include KDE/KLocale>
static const char description[] =
I18N_NOOP("A KDE 4 Application");
static const char version[] = "0.1";
int main(int argc, char **argv)
{
KAboutData about("simple", 0, ki18n("simple"), version, ki18n(description),
KAboutData::License_GPL, ki18n("(C) 2007 dbhrscom"), KLocalizedString(), 0, "dbhrscom@gmail.com");
about.addAuthor( ki18n("dbhrscom"), KLocalizedString(), "dbhrscom@gmail.com" );
KCmdLineArgs::init(argc, argv, &about);
KCmdLineOptions options;
options.add("+[URL]", ki18n( "Document to open" ));
KCmdLineArgs::addCmdLineOptions(options);
KApplication app;
simple *widget = new simple;
// see if we are starting with session management
if (app.isSessionRestored())
{
RESTORE(simple);
}
else
{
// no session.. just start up normally
KCmdLineArgs *args = KCmdLineArgs::parsedArgs();
if (args->count() == 0)
{
//simple *widget = new simple;
widget->show();
}
else
{
int i = 0;
for (; i args->count(); i++)
{
//simple *widget = new simple;
widget->show();
}
}
args->clear();
}
return app.exec();
}
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/12258/showart_587495.html
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- Introducing NetBSD 5.0 by Andrew Doran 2009-05-13
- 见笑了,问一个很简单的问题 2009-05-13
- 拓扑排序程序 2009-05-13
- portsnap的几种简单用法 2009-05-13
- (转载)FreeBSD如何搭建iPhone程序开发环境 2009-05-13
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash