⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ui_pictureconvert.h

📁 linux下qt编写的批量图片转换程序。
💻 H
字号:
/********************************************************************************
** Form generated from reading ui file 'pictureConvert.ui'
**
** Created: Wed Jan 14 19:28:56 2009
**      by: Qt User Interface Compiler version 4.3.2
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_PICTURECONVERT_H
#define UI_PICTURECONVERT_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QComboBox>
#include <QtGui/QGridLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QWidget>

class Ui_Form
{
public:
    QGroupBox *groupBox;
    QGridLayout *gridLayout;
    QRadioButton *jpgRadioButton;
    QRadioButton *jpegRadioButton;
    QRadioButton *pngRadioButton;
    QRadioButton *bmpRadioButton;
    QRadioButton *xbmRadioButton;
    QRadioButton *xpmRadioButton;
    QRadioButton *ppmRadioButton;
    QWidget *widget;
    QGridLayout *gridLayout1;
    QLabel *label;
    QLabel *label_2;
    QPushButton *browsePushButton;
    QComboBox *desComboBox;
    QComboBox *srcComboBox;
    QPushButton *openPushButton;
    QPushButton *startConvertPushButton;
    QPushButton *closePushButton;
    QLabel *infoLabel;

    void setupUi(QWidget *Form)
    {
    if (Form->objectName().isEmpty())
        Form->setObjectName(QString::fromUtf8("Form"));
    Form->resize(443, 192);
    groupBox = new QGroupBox(Form);
    groupBox->setObjectName(QString::fromUtf8("groupBox"));
    groupBox->setGeometry(QRect(11, 81, 207, 99));
    gridLayout = new QGridLayout(groupBox);
#ifndef Q_OS_MAC
    gridLayout->setSpacing(6);
#endif
#ifndef Q_OS_MAC
    gridLayout->setMargin(9);
#endif
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    jpgRadioButton = new QRadioButton(groupBox);
    jpgRadioButton->setObjectName(QString::fromUtf8("jpgRadioButton"));

    gridLayout->addWidget(jpgRadioButton, 0, 0, 1, 1);

    jpegRadioButton = new QRadioButton(groupBox);
    jpegRadioButton->setObjectName(QString::fromUtf8("jpegRadioButton"));

    gridLayout->addWidget(jpegRadioButton, 0, 1, 1, 1);

    pngRadioButton = new QRadioButton(groupBox);
    pngRadioButton->setObjectName(QString::fromUtf8("pngRadioButton"));

    gridLayout->addWidget(pngRadioButton, 0, 2, 1, 1);

    bmpRadioButton = new QRadioButton(groupBox);
    bmpRadioButton->setObjectName(QString::fromUtf8("bmpRadioButton"));

    gridLayout->addWidget(bmpRadioButton, 1, 0, 1, 1);

    xbmRadioButton = new QRadioButton(groupBox);
    xbmRadioButton->setObjectName(QString::fromUtf8("xbmRadioButton"));

    gridLayout->addWidget(xbmRadioButton, 1, 1, 1, 1);

    xpmRadioButton = new QRadioButton(groupBox);
    xpmRadioButton->setObjectName(QString::fromUtf8("xpmRadioButton"));

    gridLayout->addWidget(xpmRadioButton, 1, 2, 1, 1);

    ppmRadioButton = new QRadioButton(groupBox);
    ppmRadioButton->setObjectName(QString::fromUtf8("ppmRadioButton"));

    gridLayout->addWidget(ppmRadioButton, 2, 0, 1, 1);

    widget = new QWidget(Form);
    widget->setObjectName(QString::fromUtf8("widget"));
    widget->setGeometry(QRect(11, 10, 422, 54));
    gridLayout1 = new QGridLayout(widget);
#ifndef Q_OS_MAC
    gridLayout1->setSpacing(6);
#endif
    gridLayout1->setMargin(0);
    gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
    gridLayout1->setContentsMargins(0, 0, 0, 0);
    label = new QLabel(widget);
    label->setObjectName(QString::fromUtf8("label"));
    QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
    sizePolicy.setHorizontalStretch(0);
    sizePolicy.setVerticalStretch(0);
    sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
    label->setSizePolicy(sizePolicy);

    gridLayout1->addWidget(label, 0, 0, 1, 1);

    label_2 = new QLabel(widget);
    label_2->setObjectName(QString::fromUtf8("label_2"));
    sizePolicy.setHeightForWidth(label_2->sizePolicy().hasHeightForWidth());
    label_2->setSizePolicy(sizePolicy);

    gridLayout1->addWidget(label_2, 1, 0, 1, 1);

    browsePushButton = new QPushButton(widget);
    browsePushButton->setObjectName(QString::fromUtf8("browsePushButton"));

    gridLayout1->addWidget(browsePushButton, 0, 2, 1, 1);

    desComboBox = new QComboBox(widget);
    desComboBox->setObjectName(QString::fromUtf8("desComboBox"));
    sizePolicy.setHeightForWidth(desComboBox->sizePolicy().hasHeightForWidth());
    desComboBox->setSizePolicy(sizePolicy);
    desComboBox->setMinimumSize(QSize(261, 22));
    desComboBox->setEditable(true);

    gridLayout1->addWidget(desComboBox, 1, 1, 1, 1);

    srcComboBox = new QComboBox(widget);
    srcComboBox->setObjectName(QString::fromUtf8("srcComboBox"));
    QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
    sizePolicy1.setHorizontalStretch(5);
    sizePolicy1.setVerticalStretch(22);
    sizePolicy1.setHeightForWidth(srcComboBox->sizePolicy().hasHeightForWidth());
    srcComboBox->setSizePolicy(sizePolicy1);
    srcComboBox->setMinimumSize(QSize(261, 22));

    gridLayout1->addWidget(srcComboBox, 0, 1, 1, 1);

    openPushButton = new QPushButton(widget);
    openPushButton->setObjectName(QString::fromUtf8("openPushButton"));
    sizePolicy.setHeightForWidth(openPushButton->sizePolicy().hasHeightForWidth());
    openPushButton->setSizePolicy(sizePolicy);

    gridLayout1->addWidget(openPushButton, 1, 2, 1, 1);

    startConvertPushButton = new QPushButton(Form);
    startConvertPushButton->setObjectName(QString::fromUtf8("startConvertPushButton"));
    startConvertPushButton->setGeometry(QRect(240, 150, 71, 23));
    closePushButton = new QPushButton(Form);
    closePushButton->setObjectName(QString::fromUtf8("closePushButton"));
    closePushButton->setGeometry(QRect(350, 150, 71, 23));
    infoLabel = new QLabel(Form);
    infoLabel->setObjectName(QString::fromUtf8("infoLabel"));
    infoLabel->setGeometry(QRect(230, 100, 206, 31));

    retranslateUi(Form);

    QMetaObject::connectSlotsByName(Form);
    } // setupUi

    void retranslateUi(QWidget *Form)
    {
    Form->setWindowTitle(QApplication::translate("Form", "Form", 0, QApplication::UnicodeUTF8));
    groupBox->setTitle(QApplication::translate("Form", "\350\276\223\345\207\272\346\240\274\345\274\217", 0, QApplication::UnicodeUTF8));
    jpgRadioButton->setText(QApplication::translate("Form", "jpg", 0, QApplication::UnicodeUTF8));
    jpegRadioButton->setText(QApplication::translate("Form", "jpeg", 0, QApplication::UnicodeUTF8));
    pngRadioButton->setText(QApplication::translate("Form", "png", 0, QApplication::UnicodeUTF8));
    bmpRadioButton->setText(QApplication::translate("Form", "bmp", 0, QApplication::UnicodeUTF8));
    xbmRadioButton->setText(QApplication::translate("Form", "xbm", 0, QApplication::UnicodeUTF8));
    xpmRadioButton->setText(QApplication::translate("Form", "xpm", 0, QApplication::UnicodeUTF8));
    ppmRadioButton->setText(QApplication::translate("Form", "ppm", 0, QApplication::UnicodeUTF8));
    label->setText(QApplication::translate("Form", "\346\272\220\346\226\207\344\273\266\345\234\260\345\235\200\357\274\232", 0, QApplication::UnicodeUTF8));
    label_2->setText(QApplication::translate("Form", "\350\276\223\345\207\272\350\267\257\345\276\204\357\274\232", 0, QApplication::UnicodeUTF8));
    browsePushButton->setText(QApplication::translate("Form", "\346\265\217\350\247\210", 0, QApplication::UnicodeUTF8));
    openPushButton->setText(QApplication::translate("Form", "\346\211\223\345\274\200", 0, QApplication::UnicodeUTF8));
    startConvertPushButton->setText(QApplication::translate("Form", "\345\274\200\345\247\213\350\275\254\346\215\242", 0, QApplication::UnicodeUTF8));
    closePushButton->setText(QApplication::translate("Form", "\345\205\263\351\227\255", 0, QApplication::UnicodeUTF8));
    infoLabel->setText(QApplication::translate("Form", "\345\205\261\346\234\211\346\226\207\344\273\266\357\274\232", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(Form);
    } // retranslateUi

};

namespace Ui {
    class Form: public Ui_Form {};
} // namespace Ui

#endif // UI_PICTURECONVERT_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -