QT 完蛋玩意儿 ui_noteDialog.h

/********************************************************************************

** Form generated from reading ui file 'notedialog.ui'

**

** Created: Sat Jun 13 20:11:29 2009

** by: Qt User Interface Compiler version 4.5.0

**

** WARNING! All changes made in this file will be lost when recompiling ui file!

********************************************************************************/

 

#ifndef UI_NOTEDIALOG_H

#define UI_NOTEDIALOG_H

 

#include <QtCore/QVariant>

#include <QtGui/QAction>

#include <QtGui/QApplication>

#include <QtGui/QButtonGroup>

#include <QtGui/QCheckBox>

#include <QtGui/QComboBox>

#include <QtGui/QDateEdit>

#include <QtGui/QDialog>

#include <QtGui/QFrame>

#include <QtGui/QGridLayout>

#include <QtGui/QHBoxLayout>

#include <QtGui/QHeaderView>

#include <QtGui/QLabel>

#include <QtGui/QLineEdit>

#include <QtGui/QPushButton>

#include <QtGui/QSpacerItem>

#include <QtGui/QSplitter>

#include <QtGui/QTextEdit>

#include <QtGui/QTimeEdit>

#include <QtGui/QVBoxLayout>

 

QT_BEGIN_NAMESPACE

 

class Ui_NoteDialogClass

{

public:

QGridLayout *gridLayout;

QVBoxLayout *verticalLayout_2;

QSplitter *splitter;

QLabel *titlelabel;

QComboBox *itemCombo;

QHBoxLayout *horizontalLayout_4;

QLabel *date;

QDateEdit *dateEdit;

QLabel *time;

QTimeEdit *timeEdit;

QFrame *line_3;

QVBoxLayout *verticalLayout_4;

QVBoxLayout *verticalLayout;

QCheckBox *alarmCheck;

QHBoxLayout *horizontalLayout;

QLabel *dateLabel;

QDateEdit *alarmDEdit;

QLabel *timeLabel_2;

QTimeEdit *alarmTEdit;

QHBoxLayout *horizontalLayout_2;

QLabel *musicLabel;

QLineEdit *musicLine;

QPushButton *musicButton;

QPushButton *playButton;

QFrame *line_2;

QTextEdit *itemTxt;

QHBoxLayout *horizontalLayout_5;

QSpacerItem *horizontalSpacer;

QPushButton *OKButton;

QPushButton *cancelButton;

 

void setupUi(QDialog *NoteDialogClass)

{

if (NoteDialogClass->objectName().isEmpty())

NoteDialogClass->setObjectName(QString::fromUtf8("NoteDialogClass"));

NoteDialogClass->resize(356, 387);

gridLayout = new QGridLayout(NoteDialogClass);

gridLayout->setSpacing(6);

gridLayout->setMargin(11);

gridLayout->setObjectName(QString::fromUtf8("gridLayout"));

verticalLayout_2 = new QVBoxLayout();

verticalLayout_2->setSpacing(6);

verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));

splitter = new QSplitter(NoteDialogClass);

splitter->setObjectName(QString::fromUtf8("splitter"));

splitter->setOrientation(Qt::Horizontal);

titlelabel = new QLabel(splitter);

titlelabel->setObjectName(QString::fromUtf8("titlelabel"));

titlelabel->setOpenExternalLinks(false);

splitter->addWidget(titlelabel);

itemCombo = new QComboBox(splitter);

itemCombo->setObjectName(QString::fromUtf8("itemCombo"));

itemCombo->setMaximumSize(QSize(16777215, 16777215));

itemCombo->setLayoutDirection(Qt::LeftToRight);

itemCombo->setInsertPolicy(QComboBox::InsertBeforeCurrent);

splitter->addWidget(itemCombo);

 

verticalLayout_2->addWidget(splitter);

 

horizontalLayout_4 = new QHBoxLayout();

horizontalLayout_4->setSpacing(6);

horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));

date = new QLabel(NoteDialogClass);

date->setObjectName(QString::fromUtf8("date"));

 

horizontalLayout_4->addWidget(date);

 

dateEdit = new QDateEdit(NoteDialogClass);

dateEdit->setObjectName(QString::fromUtf8("dateEdit"));

dateEdit->setFrame(true);

dateEdit->setCurrentSection(QDateTimeEdit::DaySection);

dateEdit->setCalendarPopup(true);

dateEdit->setCurrentSectionIndex(2);

dateEdit->setTimeSpec(Qt::LocalTime);

 

horizontalLayout_4->addWidget(dateEdit);

 

time = new QLabel(NoteDialogClass);

time->setObjectName(QString::fromUtf8("time"));

 

horizontalLayout_4->addWidget(time);

 

timeEdit = new QTimeEdit(NoteDialogClass);

timeEdit->setObjectName(QString::fromUtf8("timeEdit"));

 

horizontalLayout_4->addWidget(timeEdit);

 

 

verticalLayout_2->addLayout(horizontalLayout_4);

 

line_3 = new QFrame(NoteDialogClass);

line_3->setObjectName(QString::fromUtf8("line_3"));

line_3->setFrameShape(QFrame::HLine);

line_3->setFrameShadow(QFrame::Sunken);

 

verticalLayout_2->addWidget(line_3);

 

verticalLayout_4 = new QVBoxLayout();

verticalLayout_4->setSpacing(6);

verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));

verticalLayout = new QVBoxLayout();

verticalLayout->setSpacing(6);

verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));

alarmCheck = new QCheckBox(NoteDialogClass);

alarmCheck->setObjectName(QString::fromUtf8("alarmCheck"));

alarmCheck->setCheckable(true);

alarmCheck->setChecked(true);

 

verticalLayout->addWidget(alarmCheck);

 

horizontalLayout = new QHBoxLayout();

horizontalLayout->setSpacing(6);

horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));

dateLabel = new QLabel(NoteDialogClass);

dateLabel->setObjectName(QString::fromUtf8("dateLabel"));

 

horizontalLayout->addWidget(dateLabel);

 

alarmDEdit = new QDateEdit(NoteDialogClass);

alarmDEdit->setObjectName(QString::fromUtf8("alarmDEdit"));

alarmDEdit->setCalendarPopup(true);

 

horizontalLayout->addWidget(alarmDEdit);

 

timeLabel_2 = new QLabel(NoteDialogClass);

timeLabel_2->setObjectName(QString::fromUtf8("timeLabel_2"));

 

horizontalLayout->addWidget(timeLabel_2);

 

alarmTEdit = new QTimeEdit(NoteDialogClass);

alarmTEdit->setObjectName(QString::fromUtf8("alarmTEdit"));

 

horizontalLayout->addWidget(alarmTEdit);

 

 

verticalLayout->addLayout(horizontalLayout);

 

 

verticalLayout_4->addLayout(verticalLayout);

 

horizontalLayout_2 = new QHBoxLayout();

horizontalLayout_2->setSpacing(6);

horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));

musicLabel = new QLabel(NoteDialogClass);

musicLabel->setObjectName(QString::fromUtf8("musicLabel"));

musicLabel->setScaledContents(false);

musicLabel->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);

 

horizontalLayout_2->addWidget(musicLabel);

 

musicLine = new QLineEdit(NoteDialogClass);

musicLine->setObjectName(QString::fromUtf8("musicLine"));

 

horizontalLayout_2->addWidget(musicLine);

 

musicButton = new QPushButton(NoteDialogClass);

musicButton->setObjectName(QString::fromUtf8("musicButton"));

 

horizontalLayout_2->addWidget(musicButton);

 

playButton = new QPushButton(NoteDialogClass);

playButton->setObjectName(QString::fromUtf8("playButton"));

playButton->setEnabled(true);

QIcon icon;

icon.addPixmap(QPixmap(QString::fromUtf8(":/new/prefix1/imgs/play.png")), QIcon::Normal, QIcon::Off);

playButton->setIcon(icon);

 

horizontalLayout_2->addWidget(playButton);

 

 

verticalLayout_4->addLayout(horizontalLayout_2);

 

 

verticalLayout_2->addLayout(verticalLayout_4);

 

line_2 = new QFrame(NoteDialogClass);

line_2->setObjectName(QString::fromUtf8("line_2"));

line_2->setFrameShape(QFrame::HLine);

line_2->setFrameShadow(QFrame::Sunken);

 

verticalLayout_2->addWidget(line_2);

 

itemTxt = new QTextEdit(NoteDialogClass);

itemTxt->setObjectName(QString::fromUtf8("itemTxt"));

 

verticalLayout_2->addWidget(itemTxt);

 

horizontalLayout_5 = new QHBoxLayout();

horizontalLayout_5->setSpacing(6);

horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));

horizontalSpacer = new QSpacerItem(108, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

 

horizontalLayout_5->addItem(horizontalSpacer);

 

OKButton = new QPushButton(NoteDialogClass);

OKButton->setObjectName(QString::fromUtf8("OKButton"));

 

horizontalLayout_5->addWidget(OKButton);

 

cancelButton = new QPushButton(NoteDialogClass);

cancelButton->setObjectName(QString::fromUtf8("cancelButton"));

 

horizontalLayout_5->addWidget(cancelButton);

 

 

verticalLayout_2->addLayout(horizontalLayout_5);

 

 

gridLayout->addLayout(verticalLayout_2, 0, 0, 1, 1);

 

 

retranslateUi(NoteDialogClass);

QObject::connect(itemCombo, SIGNAL(activated(QString)), itemTxt, SLOT(selectAll()));

QObject::connect(itemCombo, SIGNAL(activated(QString)), itemTxt, SLOT(setFocus()));

QObject::connect(cancelButton, SIGNAL(clicked()), NoteDialogClass, SLOT(close()));

 

QMetaObject::connectSlotsByName(NoteDialogClass);

} // setupUi

 

void retranslateUi(QDialog *NoteDialogClass)

{

NoteDialogClass->setWindowTitle(QApplication::translate("NoteDialogClass", "NoteDialog", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

titlelabel->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/260/206/344/274/232/350/256/256/346/216/250/350/215/220/344/275/234/344/270/272/351/246/226/351/200/211/345/276/205/345/212/236/344/272/213/351/241/271/346/235/245/346/267/273/345/212/240/346/217/220/351/206/222", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

titlelabel->setText(QApplication::translate("NoteDialogClass", "/346/240/207/351/242/230", 0, QApplication::UnicodeUTF8));

itemCombo->clear();

itemCombo->insertItems(0, QStringList()

<< QApplication::translate("NoteDialogClass", "/344/274/232/350/256/256", 0, QApplication::UnicodeUTF8)

<< QApplication::translate("NoteDialogClass", "/351/200/232/350/257/235", 0, QApplication::UnicodeUTF8)

<< QApplication::translate("NoteDialogClass", "/347/224/237/346/227/245", 0, QApplication::UnicodeUTF8)

<< QApplication::translate("NoteDialogClass", "/345/244/207/345/277/230", 0, QApplication::UnicodeUTF8)

<< QApplication::translate("NoteDialogClass", "/346/267/273/345/212/240/346/226/260/351/241/271/347/233/256...", 0, QApplication::UnicodeUTF8)

);

#ifndef QT_NO_WHATSTHIS

itemCombo->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/210/227/345/207/272/345/217/257/351/200/211/347/232/204/345/276/205/345/212/236/344/272/213/351/241/271,/345/275/223/345/207/272/347/216/260/342/200/234/346/267/273/345/212/240/346/226/260/344/272/213/351/241/271.../342/200/235/346/227/266/347/224/250/346/210/267/345/217/257/344/273/245/346/211/213/345/212/250/350/276/223/345/205/245/345/276/205/345/212/236/344/272/213/351/241/271/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

#ifndef QT_NO_WHATSTHIS

date->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/210/227/345/207/272/345/276/205/345/212/236/344/272/213/351/241/271/347/232/204/346/227/245/346/234/237/357/274/214/351/273/230/350/256/244/344/270/272/345/275/223/345/211/215/346/227/245/346/234/237/n"

"", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

date->setText(QApplication::translate("NoteDialogClass", "/346/227/245/346/234/237", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

dateEdit->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/210/227/345/207/272/345/276/205/345/212/236/344/272/213/351/241/271/347/232/204/346/227/245/346/234/237/357/274/214/351/273/230/350/256/244/344/270/272/345/275/223/345/211/215/346/227/245/346/234/237/343/200/202/n"

"", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

dateEdit->setDisplayFormat(QApplication::translate("NoteDialogClass", "yyyy-MM-dd", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

time->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/210/227/345/207/272/345/276/205/345/212/236/344/272/213/351/241/271/347/232/204/346/227/266/351/227/264/357/274/214/351/273/230/350/256/244/344/270/272/345/275/223/345/211/215/346/227/266/351/227/264/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

time->setText(QApplication::translate("NoteDialogClass", "/346/227/266/351/227/264", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

timeEdit->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/210/227/345/207/272/345/276/205/345/212/236/344/272/213/351/241/271/347/232/204/346/227/266/351/227/264/357/274/214/351/273/230/350/256/244/344/270/272/345/275/223/345/211/215/346/227/266/351/227/264/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

timeEdit->setDisplayFormat(QApplication::translate("NoteDialogClass", "HH:mm", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

alarmCheck->setWhatsThis(QApplication::translate("NoteDialogClass", "/346/240/271/346/215/256/347/224/250/346/210/267/351/234/200/346/261/202/345/206/263/345/256/232/346/230/257/345/220/246/350/277/233/350/241/214/351/227/271/351/222/237/346/217/220/347/244/272/n"

"", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

alarmCheck->setText(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

dateLabel->setWhatsThis(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272/346/227/245/346/234/237", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

dateLabel->setText(QApplication::translate("NoteDialogClass", "/346/217/220/351/206/222/346/227/245/346/234/237", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

alarmDEdit->setWhatsThis(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272/346/227/245/346/234/237/357/274/214/351/273/230/350/256/244/344/270/272/345/275/223/345/211/215/346/227/245/346/234/237", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

alarmDEdit->setDisplayFormat(QApplication::translate("NoteDialogClass", "yyyy-MM-dd", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

timeLabel_2->setWhatsThis(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272/346/227/266/351/227/264/n"

"", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

timeLabel_2->setText(QApplication::translate("NoteDialogClass", "/346/217/220/351/206/222/346/227/266/351/227/264", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

alarmTEdit->setWhatsThis(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272/346/227/266/351/227/264/357/274/214/351/273/230/350/256/244/344/270/272/345/275/223/345/211/215/346/227/245/346/234/237/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

alarmTEdit->setDisplayFormat(QApplication::translate("NoteDialogClass", "HH:mm", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

musicLabel->setWhatsThis(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272/346/227/266/346/211/200/346/222/255/346/224/276/351/237/263/344/271/220/357/274/214/351/273/230/350/256/244/344/270/272/351/235/231/351/237/263/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

musicLabel->setText(QApplication::translate("NoteDialogClass", "/346/211/200/351/200/211/351/237/263/344/271/220", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

musicLine->setWhatsThis(QApplication::translate("NoteDialogClass", "/351/227/271/351/222/237/346/217/220/347/244/272/346/227/266/346/211/200/346/222/255/346/224/276/351/237/263/344/271/220/357/274/214/351/273/230/350/256/244/344/270/272/351/235/231/351/237/263/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

#ifndef QT_NO_WHATSTHIS

musicButton->setWhatsThis(QApplication::translate("NoteDialogClass", "<!DOCTYPE HTML PUBLIC /"-//W3C//DTD HTML 4.0//EN/" /"http://www.w3.org/TR/REC-html40/strict.dtd/">/n"

"<html><head><meta name=/"qrichtext/" content=/"1/" /><style type=/"text/css/">/n"

"p, li { white-space: pre-wrap; }/n"

"</style></head><body style=/" font-family:'/345/256/213/344/275/223'; font-size:9pt; font-weight:400; font-style:normal;/">/n"

"<p style=/" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/">/347/224/250/346/210/267/346/265/217/350/247/210/346/234/254/345/234/260/346/226/207/344/273/266/345/217/257/344/273/245/346/224/271/345/217/230/351/227/271/351/222/237/351/223/203/345/243/260/343/200/202</p>/n"

"<p style=/" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/"><span style=/" font-weight:600;/">/346/263/250/346/204/217/357/274/232</span>/345/217/252/350/203/275/346/222/255/346/224/276wav/346/240/274/345/274/217/351/237/263/344/271/220/343/200/202</p></body></html>", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

musicButton->setText(QApplication::translate("NoteDialogClass", "/346/265/217/350/247/210/357/274/210&B/357/274/211", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

playButton->setWhatsThis(QApplication::translate("NoteDialogClass", "<!DOCTYPE HTML PUBLIC /"-//W3C//DTD HTML 4.0//EN/" /"http://www.w3.org/TR/REC-html40/strict.dtd/">/n"

"<html><head><meta name=/"qrichtext/" content=/"1/" /><style type=/"text/css/">/n"

"p, li { white-space: pre-wrap; }/n"

"</style></head><body style=/" font-family:'/345/256/213/344/275/223'; font-size:9pt; font-weight:400; font-style:normal;/">/n"

"<p style=/" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/">/347/224/250/346/210/267/345/217/257/344/273/245/350/257/225/345/220/254/351/227/271/351/223/203/351/223/203/345/243/260 </p>/n"

"<p style=/" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/"><img src=/":/new/prefix1/imgs/play.png/" /> /345/274/200/345/247/213/346/222/255/346/224/276</p>/n"

"<p style=/" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/"><img src=/":/new/prefix1/imgs/stop.png/" /> /345/201/234/346/255/242/346/222/255"

"/346/224/276</p>/n"

"<p style=/"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/"></p></body></html>", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

playButton->setText(QString());

#ifndef QT_NO_WHATSTHIS

itemTxt->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/210/227/345/207/272/345/276/205/345/212/236/344/272/213/351/241/271/347/232/204/350/257/246/347/273/206/345/206/205/345/256/271", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

itemTxt->setHtml(QApplication::translate("NoteDialogClass", "<!DOCTYPE HTML PUBLIC /"-//W3C//DTD HTML 4.0//EN/" /"http://www.w3.org/TR/REC-html40/strict.dtd/">/n"

"<html><head><meta name=/"qrichtext/" content=/"1/" /><style type=/"text/css/">/n"

"p, li { white-space: pre-wrap; }/n"

"</style></head><body style=/" font-family:'/345/256/213/344/275/223'; font-size:9pt; font-weight:400; font-style:normal;/">/n"

"<p style=/" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;/">/350/257/246/347/273/206/345/206/205/345/256/271</p></body></html>", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

OKButton->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/257/274/345/207/272/345/275/223/345/211/215/345/206/205/345/256/271/345/210/260/342/200/234/344/276/277/347/255/276/342/200/235/n"

"/345/205/263/351/227/255/345/275/223/345/211/215/347/252/227/345/217/243/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

OKButton->setText(QApplication::translate("NoteDialogClass", "/347/241/256/345/256/232/357/274/210&Y/357/274/211", 0, QApplication::UnicodeUTF8));

#ifndef QT_NO_WHATSTHIS

cancelButton->setWhatsThis(QApplication::translate("NoteDialogClass", "/345/205/263/351/227/255/345/275/223/345/211/215/347/252/227/345/217/243/357/274/214/344/270/215/345/201/232/344/273/273/344/275/225/344/277/256/346/224/271/343/200/202", 0, QApplication::UnicodeUTF8));

#endif // QT_NO_WHATSTHIS

cancelButton->setText(QApplication::translate("NoteDialogClass", "/345/217/226/346/266/210/357/274/210&C/357/274/211", 0, QApplication::UnicodeUTF8));

Q_UNUSED(NoteDialogClass);

} // retranslateUi

 

};

 

namespace Ui {

class NoteDialogClass: public Ui_NoteDialogClass {};

} // namespace Ui

 

QT_END_NAMESPACE

 

#endif // UI_NOTEDIALOG_H

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值