Remove the timestamp info in genarated files
For moc, rcc and uic, then it's friendly for tools like ccache. ccache is using md5 to check file modification, but the different timestamp info will cause different md5 for same meaningful contents, it will disabled ccache. Updated the autotest for uic and rcc. Task-number: QTBUG-26589 Change-Id: I9f1dcf6cd826ad9603af6e183757bcd748c32bd1 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>bb10
parent
d914017ebe
commit
139f416237
|
|
@ -831,9 +831,6 @@ static void findRequiredContainers(ClassDef *cdef, QSet<QByteArray> *requiredQtC
|
|||
|
||||
void Moc::generate(FILE *out)
|
||||
{
|
||||
|
||||
QDateTime dt = QDateTime::currentDateTime();
|
||||
QByteArray dstr = dt.toString().toLatin1();
|
||||
QByteArray fn = filename;
|
||||
int i = filename.length()-1;
|
||||
while (i>0 && filename[i-1] != '/' && filename[i-1] != '\\')
|
||||
|
|
@ -842,8 +839,7 @@ void Moc::generate(FILE *out)
|
|||
fn = filename.mid(i);
|
||||
fprintf(out, "/****************************************************************************\n"
|
||||
"** Meta object code from reading C++ file '%s'\n**\n" , fn.constData());
|
||||
fprintf(out, "** Created: %s\n"
|
||||
"** by: The Qt Meta Object Compiler version %d (Qt %s)\n**\n" , dstr.data(), mocOutputRevision, QT_VERSION_STR);
|
||||
fprintf(out, "** Created by: The Qt Meta Object Compiler version %d (Qt %s)\n**\n" , mocOutputRevision, QT_VERSION_STR);
|
||||
fprintf(out, "** WARNING! All changes made in this file will be lost!\n"
|
||||
"*****************************************************************************/\n\n");
|
||||
|
||||
|
|
|
|||
|
|
@ -793,9 +793,7 @@ bool RCCResourceLibrary::writeHeader()
|
|||
writeString("/****************************************************************************\n");
|
||||
writeString("** Resource object code\n");
|
||||
writeString("**\n");
|
||||
writeString("** Created: ");
|
||||
writeByteArray(QDateTime::currentDateTime().toString().toLatin1());
|
||||
writeString("\n** by: The Resource Compiler for Qt version ");
|
||||
writeString("** Created by: The Resource Compiler for Qt version ");
|
||||
writeByteArray(QT_VERSION_STR);
|
||||
writeString("\n**\n");
|
||||
writeString("** WARNING! All changes made in this file will be lost!\n");
|
||||
|
|
|
|||
|
|
@ -134,8 +134,7 @@ void Uic::writeCopyrightHeader(DomUI *ui)
|
|||
out << "/********************************************************************************\n";
|
||||
out << "** Form generated from reading UI file '" << QFileInfo(opt.inputFile).fileName() << "'\n";
|
||||
out << "**\n";
|
||||
out << "** Created: " << QDateTime::currentDateTime().toString() << "\n";
|
||||
out << "** " << QString::fromLatin1("by: Qt User Interface Compiler version %1\n").arg(QLatin1String(QT_VERSION_STR));
|
||||
out << "** Created by: Qt User Interface Compiler version " << QLatin1String(QT_VERSION_STR) << "\n";
|
||||
out << "**\n";
|
||||
out << "** WARNING! All changes made in this file will be lost when recompiling UI file!\n";
|
||||
out << "********************************************************************************/\n\n";
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/****************************************************************************
|
||||
** Resource object code
|
||||
**
|
||||
IGNORE: ** Created: Sun Apr 1 21:20:28 2012
|
||||
IGNORE: ** by: The Resource Compiler for Qt version 5.0.0
|
||||
IGNORE: ** Created by: The Resource Compiler for Qt version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost!
|
||||
*****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Dialog_with_Buttons_Bottom.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Dialog_with_Buttons_Right.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Dialog_without_Buttons.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Main_Window.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'Widget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'addlinkdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'addtorrentform.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'authenticationdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'backside.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'batchtranslation.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'bookmarkdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'bookwindow.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'browserwidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'bug18156QTreeWidget.ui'
|
||||
**
|
||||
** Created: Tue Nov 20 20:12:59 2012
|
||||
** by: Qt User Interface Compiler version 5.0.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'calculator.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'calculatorform.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'certificateinfo.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'chatdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'chatmainwindow.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'chatsetnickname.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'config.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'connectdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:12 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'controller.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'cookies.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'cookiesexceptions.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'default.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'dialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'downloaditem.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'downloads.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'embeddeddialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'filespage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'filternamedialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'filterpage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'finddialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'form.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'formwindowsettings.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'generalpage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'gridalignment.ui'
|
||||
**
|
||||
** Created: Fri Oct 22 14:33:59 2010
|
||||
** by: Qt User Interface Compiler version 5.0.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'gridpanel.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'helpdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'history.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'icontheme.ui'
|
||||
**
|
||||
** Created: Thu Sep 2 10:28:19 2010
|
||||
** by: Qt User Interface Compiler version 5.0.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'identifierpage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'imagedialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'inputpage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'installdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'languagesdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'listwidgeteditor.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'mainwindow.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:13 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'mydialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'myform.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'newactiondialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'newdynamicpropertydialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'newform.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'orderdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'outputpage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'pagefold.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'paletteeditor.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'passworddialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'pathpage.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'phrasebookbox.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'plugindialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'preferencesdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'previewconfigurationwidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'previewdialogbase.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'previewwidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'proxy.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qfiledialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qpagesetupwidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qprintpropertieswidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qprintsettingsoutput.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qprintwidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qsqlconnectiondialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradientdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradienteditor.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradientview.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradientviewdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtresourceeditordialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qttoolbardialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'querywidget.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'remotecontrol.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'saveformastemplate.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'settings.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'signalslotdialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'sslclient.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'sslerrors.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'statistics.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'stringlisteditor.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'stylesheeteditor.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:14 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tabbedbrowser.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tablewidgeteditor.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tetrixwindow.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'textfinder.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'topicchooser.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'translatedialog.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
/********************************************************************************
|
||||
** Form generated from reading UI file 'translationsettings.ui'
|
||||
**
|
||||
** Created: Fri Sep 4 10:17:15 2009
|
||||
** by: Qt User Interface Compiler version 4.6.0
|
||||
** Created by: Qt User Interface Compiler version 5.0.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue