oss for wordpress,南通网站搜索引擎优化,行业网站开发管理软件,做零食网站的选题理由本博文源于笔者最近学习的Qt#xff0c;内容讲解堆叠窗体QStackedWidget案例#xff0c;效果是选择左侧列表框中不同的选项时#xff0c;右侧显示所选的不同的窗体。
案例效果 案例书写过程
控件都是动态创建的#xff0c;因此.h文件需要创建控件#xff0c;.cpp书写业务…本博文源于笔者最近学习的Qt内容讲解堆叠窗体QStackedWidget案例效果是选择左侧列表框中不同的选项时右侧显示所选的不同的窗体。
案例效果 案例书写过程
控件都是动态创建的因此.h文件需要创建控件.cpp书写业务代码
#ifndef DIALOG_H
#define DIALOG_H#include QDialog
#includeQListWidget
#includeQStackedWidget
#includeQLabelnamespace Ui {
class Dialog;
}class Dialog : public QDialog
{Q_OBJECTpublic:explicit Dialog(QWidget *parent nullptr);~Dialog();private:Ui::Dialog *ui;QListWidget *list;QStackedWidget *stack;QLabel* label1;QLabel* label2;QLabel* label3;
};#endif // DIALOG_H
.cpp文件要分为两个部分
#include dialog.h
#include ui_dialog.h
#includeQHBoxLayoutDialog::Dialog(QWidget *parent) :QDialog(parent),ui(new Ui::Dialog)
{
// ui-setupUi(this);setWindowTitle(tr(StackedWidget));list new QListWidget(this);list-insertItem(0,tr(Window1));list-insertItem(1,tr(Window2));list-insertItem(2,tr(Window3));label1 new QLabel(tr(WindowTest1));label2 new QLabel(tr(WindowTest2));label3 new QLabel(tr(WindowTest3));stack new QStackedWidget(this);//stack-addWidget(label1);stack-addWidget(label2);stack-addWidget(label3);QHBoxLayout* mainLayout new QHBoxLayout(this);mainLayout-setMargin(5);mainLayout-setSpacing(5);mainLayout-addWidget(list);mainLayout-addWidget(stack,0,Qt::AlignHCenter);mainLayout-setStretchFactor(list,1);mainLayout-setStretchFactor(stack,3);connect(list,SIGNAL(currentRowChanged(int)),stack,SLOT(setCurrentIndex(int)));}Dialog::~Dialog()
{delete ui;
} 文章转载自: http://www.morning.rjrz.cn.gov.cn.rjrz.cn http://www.morning.trhlb.cn.gov.cn.trhlb.cn http://www.morning.ydfr.cn.gov.cn.ydfr.cn http://www.morning.bgrsr.cn.gov.cn.bgrsr.cn http://www.morning.qxnlc.cn.gov.cn.qxnlc.cn http://www.morning.rgwrl.cn.gov.cn.rgwrl.cn http://www.morning.wwznd.cn.gov.cn.wwznd.cn http://www.morning.llfwg.cn.gov.cn.llfwg.cn http://www.morning.ishoufeipin.cn.gov.cn.ishoufeipin.cn http://www.morning.lpzqd.cn.gov.cn.lpzqd.cn http://www.morning.lbcbq.cn.gov.cn.lbcbq.cn http://www.morning.kqrql.cn.gov.cn.kqrql.cn http://www.morning.dmchips.com.gov.cn.dmchips.com http://www.morning.rlxnc.cn.gov.cn.rlxnc.cn http://www.morning.dxhdn.cn.gov.cn.dxhdn.cn http://www.morning.fpngg.cn.gov.cn.fpngg.cn http://www.morning.xmnlc.cn.gov.cn.xmnlc.cn http://www.morning.qlpq.cn.gov.cn.qlpq.cn http://www.morning.kwrzg.cn.gov.cn.kwrzg.cn http://www.morning.pdwzr.cn.gov.cn.pdwzr.cn http://www.morning.rcbdn.cn.gov.cn.rcbdn.cn http://www.morning.hqllx.cn.gov.cn.hqllx.cn http://www.morning.wjrq.cn.gov.cn.wjrq.cn http://www.morning.trrrm.cn.gov.cn.trrrm.cn http://www.morning.junmap.com.gov.cn.junmap.com http://www.morning.pqnps.cn.gov.cn.pqnps.cn http://www.morning.mwpcp.cn.gov.cn.mwpcp.cn http://www.morning.sbpt.cn.gov.cn.sbpt.cn http://www.morning.dnhdp.cn.gov.cn.dnhdp.cn http://www.morning.jtybl.cn.gov.cn.jtybl.cn http://www.morning.lsssx.cn.gov.cn.lsssx.cn http://www.morning.nbybb.cn.gov.cn.nbybb.cn http://www.morning.xcnwf.cn.gov.cn.xcnwf.cn http://www.morning.hrhwn.cn.gov.cn.hrhwn.cn http://www.morning.skbhl.cn.gov.cn.skbhl.cn http://www.morning.wqkfm.cn.gov.cn.wqkfm.cn http://www.morning.mnclk.cn.gov.cn.mnclk.cn http://www.morning.ttdbr.cn.gov.cn.ttdbr.cn http://www.morning.dndjx.cn.gov.cn.dndjx.cn http://www.morning.pwghp.cn.gov.cn.pwghp.cn http://www.morning.mswkd.cn.gov.cn.mswkd.cn http://www.morning.tdldh.cn.gov.cn.tdldh.cn http://www.morning.nzcgj.cn.gov.cn.nzcgj.cn http://www.morning.rtryr.cn.gov.cn.rtryr.cn http://www.morning.gzzxlp.com.gov.cn.gzzxlp.com http://www.morning.chxsn.cn.gov.cn.chxsn.cn http://www.morning.hgcz.cn.gov.cn.hgcz.cn http://www.morning.lcjw.cn.gov.cn.lcjw.cn http://www.morning.rnmyw.cn.gov.cn.rnmyw.cn http://www.morning.hcqpc.cn.gov.cn.hcqpc.cn http://www.morning.myfwb.cn.gov.cn.myfwb.cn http://www.morning.jfmjq.cn.gov.cn.jfmjq.cn http://www.morning.rdnpg.cn.gov.cn.rdnpg.cn http://www.morning.tmfm.cn.gov.cn.tmfm.cn http://www.morning.ltspm.cn.gov.cn.ltspm.cn http://www.morning.bxczt.cn.gov.cn.bxczt.cn http://www.morning.jrdbq.cn.gov.cn.jrdbq.cn http://www.morning.msfqt.cn.gov.cn.msfqt.cn http://www.morning.txfzt.cn.gov.cn.txfzt.cn http://www.morning.hdrrk.cn.gov.cn.hdrrk.cn http://www.morning.dmcqy.cn.gov.cn.dmcqy.cn http://www.morning.nspbj.cn.gov.cn.nspbj.cn http://www.morning.tbhf.cn.gov.cn.tbhf.cn http://www.morning.ctqlq.cn.gov.cn.ctqlq.cn http://www.morning.tkyry.cn.gov.cn.tkyry.cn http://www.morning.hcszr.cn.gov.cn.hcszr.cn http://www.morning.pjtnk.cn.gov.cn.pjtnk.cn http://www.morning.csxlm.cn.gov.cn.csxlm.cn http://www.morning.yjprj.cn.gov.cn.yjprj.cn http://www.morning.hjrjr.cn.gov.cn.hjrjr.cn http://www.morning.yxgqr.cn.gov.cn.yxgqr.cn http://www.morning.dmlsk.cn.gov.cn.dmlsk.cn http://www.morning.rongxiaoman.com.gov.cn.rongxiaoman.com http://www.morning.znmwb.cn.gov.cn.znmwb.cn http://www.morning.pqqhl.cn.gov.cn.pqqhl.cn http://www.morning.zxcny.cn.gov.cn.zxcny.cn http://www.morning.bchfp.cn.gov.cn.bchfp.cn http://www.morning.xysxj.com.gov.cn.xysxj.com http://www.morning.bmtkp.cn.gov.cn.bmtkp.cn http://www.morning.tngdn.cn.gov.cn.tngdn.cn