Seafood/ui_mainwindow.h
changeset 8 10275049db7b
parent 4 a154e00a4448
child 11 f3dbeee07821
equal deleted inserted replaced
7:7ee47a65f1ad 8:10275049db7b
     1 /********************************************************************************
     1 /********************************************************************************
     2 ** Form generated from reading UI file 'mainwindow.ui'
     2 ** Form generated from reading UI file 'mainwindow.ui'
     3 **
     3 **
     4 ** Created: Wed Mar 24 14:08:53 2010
     4 ** Created: Thu Mar 25 13:34:10 2010
     5 **      by: Qt User Interface Compiler version 4.6.2
     5 **      by: Qt User Interface Compiler version 4.6.2
     6 **
     6 **
     7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
     7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
     8 ********************************************************************************/
     8 ********************************************************************************/
     9 
     9 
    13 #include <QtCore/QVariant>
    13 #include <QtCore/QVariant>
    14 #include <QtGui/QAction>
    14 #include <QtGui/QAction>
    15 #include <QtGui/QApplication>
    15 #include <QtGui/QApplication>
    16 #include <QtGui/QButtonGroup>
    16 #include <QtGui/QButtonGroup>
    17 #include <QtGui/QHeaderView>
    17 #include <QtGui/QHeaderView>
       
    18 #include <QtGui/QLabel>
    18 #include <QtGui/QMainWindow>
    19 #include <QtGui/QMainWindow>
    19 #include <QtGui/QMenuBar>
    20 #include <QtGui/QMenuBar>
    20 #include <QtGui/QStatusBar>
    21 #include <QtGui/QStatusBar>
       
    22 #include <QtGui/QTableWidget>
    21 #include <QtGui/QToolBar>
    23 #include <QtGui/QToolBar>
       
    24 #include <QtGui/QVBoxLayout>
    22 #include <QtGui/QWidget>
    25 #include <QtGui/QWidget>
    23 
    26 
    24 QT_BEGIN_NAMESPACE
    27 QT_BEGIN_NAMESPACE
    25 
    28 
    26 class Ui_MainWindow
    29 class Ui_MainWindow
    27 {
    30 {
    28 public:
    31 public:
    29     QWidget *centralWidget;
    32     QWidget *centralWidget;
       
    33     QWidget *widget;
       
    34     QVBoxLayout *verticalLayout;
       
    35     QLabel *label;
       
    36     QTableWidget *tableWidget;
       
    37     QLabel *label_2;
    30     QMenuBar *menuBar;
    38     QMenuBar *menuBar;
    31     QToolBar *mainToolBar;
    39     QToolBar *mainToolBar;
    32     QStatusBar *statusBar;
    40     QStatusBar *statusBar;
    33 
    41 
    34     void setupUi(QMainWindow *MainWindow)
    42     void setupUi(QMainWindow *MainWindow)
    36         if (MainWindow->objectName().isEmpty())
    44         if (MainWindow->objectName().isEmpty())
    37             MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
    45             MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
    38         MainWindow->resize(361, 640);
    46         MainWindow->resize(361, 640);
    39         centralWidget = new QWidget(MainWindow);
    47         centralWidget = new QWidget(MainWindow);
    40         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
    48         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
       
    49         widget = new QWidget(centralWidget);
       
    50         widget->setObjectName(QString::fromUtf8("widget"));
       
    51         widget->setGeometry(QRect(60, 80, 258, 242));
       
    52         verticalLayout = new QVBoxLayout(widget);
       
    53         verticalLayout->setSpacing(6);
       
    54         verticalLayout->setContentsMargins(11, 11, 11, 11);
       
    55         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
       
    56         verticalLayout->setContentsMargins(0, 0, 0, 0);
       
    57         label = new QLabel(widget);
       
    58         label->setObjectName(QString::fromUtf8("label"));
       
    59         QFont font;
       
    60         font.setPointSize(14);
       
    61         label->setFont(font);
       
    62 
       
    63         verticalLayout->addWidget(label);
       
    64 
       
    65         tableWidget = new QTableWidget(widget);
       
    66         tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
       
    67 
       
    68         verticalLayout->addWidget(tableWidget);
       
    69 
       
    70         label_2 = new QLabel(widget);
       
    71         label_2->setObjectName(QString::fromUtf8("label_2"));
       
    72 
       
    73         verticalLayout->addWidget(label_2);
       
    74 
    41         MainWindow->setCentralWidget(centralWidget);
    75         MainWindow->setCentralWidget(centralWidget);
    42         menuBar = new QMenuBar(MainWindow);
    76         menuBar = new QMenuBar(MainWindow);
    43         menuBar->setObjectName(QString::fromUtf8("menuBar"));
    77         menuBar->setObjectName(QString::fromUtf8("menuBar"));
    44         menuBar->setGeometry(QRect(0, 0, 361, 20));
    78         menuBar->setGeometry(QRect(0, 0, 361, 20));
    45         MainWindow->setMenuBar(menuBar);
    79         MainWindow->setMenuBar(menuBar);
    56     } // setupUi
    90     } // setupUi
    57 
    91 
    58     void retranslateUi(QMainWindow *MainWindow)
    92     void retranslateUi(QMainWindow *MainWindow)
    59     {
    93     {
    60         MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
    94         MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
       
    95         label->setText(QApplication::translate("MainWindow", "Nutrition information", 0, QApplication::UnicodeUTF8));
       
    96         label_2->setText(QApplication::translate("MainWindow", "Source: USDA", 0, QApplication::UnicodeUTF8));
    61     } // retranslateUi
    97     } // retranslateUi
    62 
    98 
    63 };
    99 };
    64 
   100 
    65 namespace Ui {
   101 namespace Ui {