# HG changeset patch # User John Kern # Date 1269561003 25200 # Node ID 10275049db7be34b585407a30119aeada49ebc67 # Parent 7ee47a65f1adb20f0c7ac74eb8e71e1025f18293 add nutrition diff -r 7ee47a65f1ad -r 10275049db7b Seafood/ui_mainwindow.h --- a/Seafood/ui_mainwindow.h Thu Mar 25 16:49:34 2010 -0700 +++ b/Seafood/ui_mainwindow.h Thu Mar 25 16:50:03 2010 -0700 @@ -1,7 +1,7 @@ /******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** -** Created: Wed Mar 24 14:08:53 2010 +** Created: Thu Mar 25 13:34:10 2010 ** by: Qt User Interface Compiler version 4.6.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! @@ -15,10 +15,13 @@ #include #include #include +#include #include #include #include +#include #include +#include #include QT_BEGIN_NAMESPACE @@ -27,6 +30,11 @@ { public: QWidget *centralWidget; + QWidget *widget; + QVBoxLayout *verticalLayout; + QLabel *label; + QTableWidget *tableWidget; + QLabel *label_2; QMenuBar *menuBar; QToolBar *mainToolBar; QStatusBar *statusBar; @@ -38,6 +46,32 @@ MainWindow->resize(361, 640); centralWidget = new QWidget(MainWindow); centralWidget->setObjectName(QString::fromUtf8("centralWidget")); + widget = new QWidget(centralWidget); + widget->setObjectName(QString::fromUtf8("widget")); + widget->setGeometry(QRect(60, 80, 258, 242)); + verticalLayout = new QVBoxLayout(widget); + verticalLayout->setSpacing(6); + verticalLayout->setContentsMargins(11, 11, 11, 11); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + verticalLayout->setContentsMargins(0, 0, 0, 0); + label = new QLabel(widget); + label->setObjectName(QString::fromUtf8("label")); + QFont font; + font.setPointSize(14); + label->setFont(font); + + verticalLayout->addWidget(label); + + tableWidget = new QTableWidget(widget); + tableWidget->setObjectName(QString::fromUtf8("tableWidget")); + + verticalLayout->addWidget(tableWidget); + + label_2 = new QLabel(widget); + label_2->setObjectName(QString::fromUtf8("label_2")); + + verticalLayout->addWidget(label_2); + MainWindow->setCentralWidget(centralWidget); menuBar = new QMenuBar(MainWindow); menuBar->setObjectName(QString::fromUtf8("menuBar")); @@ -58,6 +92,8 @@ void retranslateUi(QMainWindow *MainWindow) { MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("MainWindow", "Nutrition information", 0, QApplication::UnicodeUTF8)); + label_2->setText(QApplication::translate("MainWindow", "Source: USDA", 0, QApplication::UnicodeUTF8)); } // retranslateUi };