• 大小: 44KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-14
  • 语言: 其他
  • 标签: xml、Qt  

资源简介

自己写的xml,将节点内容解析显示到Qt界面。

资源截图

代码片段和文件信息

#include 
#include “testhtml.h“
#include 

int main(int argc char *argv[])
{
    QApplication a(argc argv);

    /********  显示中文设置  ************/
    QTextCodec::setCodecForTr(QTextCodec::codecForName(“gb2312“));
    QTextCodec::setCodecForLocale(QTextCodec::codecForName(“gb2312“));
    QTextCodec::setCodecForCStrings(QTextCodec::codecForName(“gb2312“));

    Testhtml w;
    w.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-04-16 16:02  testhtml\
     文件         470  2013-04-15 14:45  testhtml\main.cpp
     文件        2360  2013-04-16 15:56  testhtml\main.o
     文件        9091  2013-04-15 15:32  testhtml\Makefile
     文件        2405  2013-04-16 15:56  testhtml\moc_testhtml.cpp
     文件        6720  2013-04-16 15:56  testhtml\moc_testhtml.o
     文件         332  2013-04-16 15:46  testhtml\my.xml
     文件       46508  2013-04-16 15:59  testhtml\testhtml
     文件        6866  2013-04-16 15:58  testhtml\testhtml.cpp
     文件         529  2013-04-16 15:52  testhtml\testhtml.h
     文件       30652  2013-04-16 15:59  testhtml\testhtml.o
     文件         363  2013-04-15 11:06  testhtml\testhtml.pro
     文件       21222  2013-04-16 16:01  testhtml\testhtml.pro.user
     文件        4287  2013-04-16 15:59  testhtml\testhtml.ui
     文件        5280  2013-04-16 15:59  testhtml\ui_testhtml.h

评论

共有 条评论

相关资源