• 大小: 136KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-06-03
  • 语言: 其他
  • 标签: QT3  image  

资源简介

应用QT编写的图片显示程序,对学习理解QT有帮助。。

资源截图

代码片段和文件信息

#include “mywindow.h“
#include 
#include 


int main(int argcchar **argv)
{
  QApplication app(argcargv);
  Mywindow  mywindow;
  mywindow.show();
  return app.exec();
}


/*
int main( int argc char **argv )
{
    
    
  QApplication app(argcargv);
  Mywindow  mywindow;
   mywindow.show();
    if ( argc <= 1 ) 
    {
       
        // Create a window which looks after its own existence.
       QLabel *imagelabel =new QLabel(this);
       // w->setCaption(“Qt Example - Image Viewer“);
        imagelabel->show();
    } 
    else 
    {
        for ( int i=1; i {
            // Create a window which looks after its own existence.
          //   Qlabel *imagelabel =new QLabel;
          //  w->setCaption(“Qt Example - Image Viewer“);
    imagelabel->loadImage(argv[i]);
            imagelabel->show();
        }
    }

   //   Qobject::connect(qApp SIGNAL(lastWindowClosed()) qApp SLOT(quit()));
  //  Qobject::connect(mywindow.openbuttonSIGNAL(clicked())thisSLOT(loadImage()));

    return app.exec();
}



*/

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

     文件       1069  2012-06-16 10:04  show_picture\main.cpp

     文件       3258  2012-06-16 10:04  show_picture\Makefile

     文件     528456  2012-06-16 10:04  show_picture\mywindow

     文件       3384  2012-06-16 10:04  show_picture\mywindow.cpp

     文件       1447  2012-06-16 10:04  show_picture\mywindow.h

     文件        178  2012-06-16 10:04  show_picture\mywindow.pro

     目录          0  2012-06-16 10:04  show_picture

----------- ---------  ---------- -----  ----

               537792                    7


评论

共有 条评论