The qt5-control-qscrollarea-can be used to split a window into multiple-for example, to display scroll bars based on the picture size

Source: Internet
Author: User

  #ifndef mainwindow_h   #define  Mainwindow_h #include  <qmainwindow># Include  <qlabel> #include  <QPixmap>  #include  <qimage> #include  < Qscrollarea>class  MainWindow: public   qmainwindow{q_object  public  Span style= "color: #000000;"    >: MainWindow (qwidget  *parent = 0  );  ~mainwindow ();};   #endif  //  Mainwindow_h  
#include"mainwindow.h"Mainwindow::mainwindow (Qwidget*parent): Qmainwindow (parent) { This->resize ( -, -);  This-Centralwidget (); Qlabel* label =NewQlabel ( This); Qimage Image ("01.jpg"); Label-Setpixmap (qpixmap::fromimage (image)); Qscrollarea* Area =NewQscrollarea ( This); Area-setwidget (label); Area-setbackgroundrole (Qpalette::D Ark); Area->setgeometry (0,0, Image.width () + -, Image.height ()- -);} MainWindow::~MainWindow () {}
" mainwindow.h "  <QApplication>int main (intChar *argv[]) {    qapplication a (argc, ARGV);    MainWindow W;    W.show ();     return a.exec ();}

The qt5-control-qscrollarea-can be used to split a window into multiple-for example, to display scroll bars based on the picture size

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.