#include#include#include#include#include/*QWizard::WatermarkPixmap0ThetallpixmapontheleftsideofaClassicStyleorModernStylepageQWizard::LogoPixmap1Thesmallpix" />

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

QT :: Qwizard 用法

系統 2253 0
    #include<QApplication>
#include<QWizard>
#include<QWizardPage>
#include<QLabel>
#include<QVBoxLayout>
#include<QPixmap>
/*
QWizard::WatermarkPixmap	0	The tall pixmap on the left side of a ClassicStyle or ModernStyle page
QWizard::LogoPixmap         1	The small pixmap on the right side of a ClassicStyle or ModernStyle page header
QWizard::BannerPixmap       2	The pixmap that occupies the background of a ModernStyle page header
QWizard::BackgroundPixmap	3	The pixmap that occupies the background of a MacStyle wizard
*/
QWizardPage* createOneWizard()
{
    QWizardPage* page = new QWizardPage;
    page->setWindowTitle("The First Step");
   // page->setPixmap(QWizard::WatermarkPixmap, QPixmap(":/new/prefix1/0001.jpg"));
    QLabel* picLabel = new QLabel;
    picLabel->setPixmap(QPixmap(":/new/prefix1/0001.jpg"));

    QLabel* label = new QLabel("<h1><font color = red>this is the first Pictures</font></h1>");
    label->resize(40,220);

    QVBoxLayout* layout = new QVBoxLayout;
    layout->addWidget(label);
    layout->addWidget(picLabel);

    page->setLayout(layout);

    return page;
}

QWizardPage* createTwoWizard()
{
    QWizardPage* page = new QWizardPage;
    page->setWindowTitle("The Second Step");
    //page->setPixmap(QWizard::WatermarkPixmap,QPixmap(":/new/prefix1/0002.jpg"));

    QLabel* picLabel = new QLabel;
    picLabel->setPixmap(QPixmap(":/new/prefix1/0002.jpg"));

    QLabel* label = new QLabel("<h1><font color = red>this is the second Pictures</font></h1>");
    label->resize(40,220);

    QVBoxLayout* layout = new QVBoxLayout;
    layout->addWidget(label);
    layout->addWidget(picLabel);

    page->setLayout(layout);

    return page;
}
QWizardPage* createThreeWizard()
{
    QWizardPage* page = new QWizardPage;
    page->setWindowTitle("The Third Step");
   // page->setPixmap(QWizard::WatermarkPixmap,QPixmap(":/new/prefix1/0003.jpg"));

    QLabel* picLabel = new QLabel;
    picLabel->setPixmap(QPixmap(":/new/prefix1/0003.jpg"));

    QLabel* label = new QLabel("<h1><font color = red>this is the third Pictures</font></h1>");
    label->resize(40,220);

    QVBoxLayout* layout = new QVBoxLayout;
    layout->addWidget(label);
    layout->addWidget(picLabel);

    page->setLayout(layout);

    return page;
}

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

    QWizard* wizard = new QWizard;
    wizard->setWindowTitle("QWizard");
    wizard->resize(240,320);

    wizard->addPage(createOneWizard());
    wizard->addPage(createTwoWizard());
    wizard->addPage(createThreeWizard());

    wizard->show();
    
    return a.exec();
}

  

QT :: Qwizard 用法

QT :: Qwizard 用法

QT :: Qwizard 用法

QT :: Qwizard 用法


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 宣汉县| 紫阳县| 方正县| 杭州市| 黄陵县| 镇坪县| 江孜县| 昌吉市| 永济市| 治多县| 集贤县| 丰镇市| 祁门县| 德保县| 咸宁市| 牟定县| 万安县| 剑川县| 永胜县| 恭城| 宾川县| 吴江市| 共和县| 盐亭县| 丹棱县| 丽江市| 凭祥市| 习水县| 信宜市| 安化县| 南陵县| 禹州市| 东丰县| 中卫市| 新闻| 萍乡市| 峨边| 稻城县| 侯马市| 财经| 玉屏|