资源简介

down的网上程序,然后自己琢磨的,windows7下,使用Qt5.3 mingw版本 改了一点东西,保证能用,因为我已经发给网友用了,积分少点,不懂的来@我

资源截图

代码片段和文件信息

//#include “mainwindow.h“
#include 
#include 
//#include “qribbon.h“
//#include “qribbonsection.h“
//#include “qribbonbutton.h“
#include “qribbontest.h“

int main(int argc char *argv[])
{
    QApplication a(argc argv);
    QRibbonTest w;
    w.show();
//    QRibbon r;
//    QWidget* tab = r.addRibbonTab(“Start“ “start“);
//    //r.addRibbonTab(“stop“ “stop“);
//    QRibbonSection *one = new QRibbonSection(tab “Section One“ “one“);
//    QPushButton *b1 = new QPushButton(“Hallo“one);
//    QPushButton *b2 = new QPushButton(“valley“one);
//    one->addWidget(b1 “b1“);
//    one->addWidget(b2 “b2“);

//    one->nextRow();
//    QAction *a1 = new QAction(QIcon(“:/icons/test.svg“) “&Test“ one);
//    one->addAction(a1 “a1“);
//    r.show();

    return a.exec();
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      60484  2018-01-27 10:53  TestTab\debug\libQRibbon.a

     文件     144356  2018-01-27 11:38  TestTab\debug\main.o

     文件        553  2018-01-27 11:04  TestTab\debug\mainwindow.o

     文件       2670  2018-01-27 10:57  TestTab\debug\moc_mainwindow.cpp

     文件     170404  2018-01-27 10:57  TestTab\debug\moc_mainwindow.o

     文件       6213  2018-01-27 11:15  TestTab\debug\moc_qribbon.cpp

     文件     206505  2018-01-27 11:16  TestTab\debug\moc_qribbon.o

     文件       3588  2018-01-27 11:17  TestTab\debug\moc_qribbonsection.cpp

     文件     177066  2018-01-27 11:17  TestTab\debug\moc_qribbonsection.o

     文件       3579  2018-01-27 11:04  TestTab\debug\moc_qribbontest.cpp

     文件     172096  2018-01-27 11:04  TestTab\debug\moc_qribbontest.o

     文件      81571  2018-01-27 11:15  TestTab\debug\qrc_icons.cpp

     文件      24060  2018-01-27 11:15  TestTab\debug\qrc_icons.o

     文件    1491762  2018-01-27 10:53  TestTab\debug\QRibbon.dll

     文件     685873  2018-01-27 11:16  TestTab\debug\qribbon.o

     文件     248805  2018-01-27 11:16  TestTab\debug\qribbonbutton.o

     文件     304900  2018-01-27 11:17  TestTab\debug\qribbonsection.o

     文件     320680  2018-01-27 11:16  TestTab\debug\qribbontest.o

     文件    2210685  2018-01-27 11:38  TestTab\debug\TestTab.exe

     文件        203  2018-01-27 11:15  TestTab\icons.qrc

     文件      60484  2018-01-27 10:53  TestTab\libQRibbon.a

     文件        839  2018-01-27 11:45  TestTab\main.cpp

     文件        154  2018-01-27 11:02  TestTab\mainwindow.cpp

     文件        249  2018-01-27 11:04  TestTab\mainwindow.h

     文件      18997  2018-01-27 11:39  TestTab\Makefile

     文件      87220  2018-01-27 11:39  TestTab\Makefile.Debug

     文件      87390  2018-01-27 11:39  TestTab\Makefile.Release

     文件        244  2018-01-27 11:39  TestTab\object_script.TestTab.Debug

     文件        264  2018-01-27 11:39  TestTab\object_script.TestTab.Release

     文件      10821  2018-02-07 21:18  TestTab\qribbon.cpp

............此处省略36个文件信息

评论

共有 条评论