Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_BERRYQTLOGVIEW_H
00011 #define UI_BERRYQTLOGVIEW_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QLineEdit>
00021 #include <QtGui/QTableView>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_QtLogViewClass
00028 {
00029 public:
00030 QVBoxLayout *vboxLayout;
00031 QVBoxLayout *verticalLayout;
00032 QHBoxLayout *horizontalLayout;
00033 QLabel *filterLabel;
00034 QLineEdit *filterContent;
00035 QTableView *tableView;
00036
00037 void setupUi(QWidget *QtLogViewClass)
00038 {
00039 if (QtLogViewClass->objectName().isEmpty())
00040 QtLogViewClass->setObjectName(QString::fromUtf8("QtLogViewClass"));
00041 QtLogViewClass->resize(525, 496);
00042 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
00043 sizePolicy.setHorizontalStretch(0);
00044 sizePolicy.setVerticalStretch(0);
00045 sizePolicy.setHeightForWidth(QtLogViewClass->sizePolicy().hasHeightForWidth());
00046 QtLogViewClass->setSizePolicy(sizePolicy);
00047 vboxLayout = new QVBoxLayout(QtLogViewClass);
00048 vboxLayout->setSpacing(6);
00049 vboxLayout->setContentsMargins(2, 2, 2, 2);
00050 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00051 verticalLayout = new QVBoxLayout();
00052 verticalLayout->setSpacing(6);
00053 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00054 horizontalLayout = new QHBoxLayout();
00055 horizontalLayout->setSpacing(6);
00056 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00057 filterLabel = new QLabel(QtLogViewClass);
00058 filterLabel->setObjectName(QString::fromUtf8("filterLabel"));
00059 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
00060 sizePolicy1.setHorizontalStretch(0);
00061 sizePolicy1.setVerticalStretch(0);
00062 sizePolicy1.setHeightForWidth(filterLabel->sizePolicy().hasHeightForWidth());
00063 filterLabel->setSizePolicy(sizePolicy1);
00064
00065 horizontalLayout->addWidget(filterLabel);
00066
00067 filterContent = new QLineEdit(QtLogViewClass);
00068 filterContent->setObjectName(QString::fromUtf8("filterContent"));
00069
00070 horizontalLayout->addWidget(filterContent);
00071
00072
00073 verticalLayout->addLayout(horizontalLayout);
00074
00075 tableView = new QTableView(QtLogViewClass);
00076 tableView->setObjectName(QString::fromUtf8("tableView"));
00077 QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Expanding);
00078 sizePolicy2.setHorizontalStretch(0);
00079 sizePolicy2.setVerticalStretch(0);
00080 sizePolicy2.setHeightForWidth(tableView->sizePolicy().hasHeightForWidth());
00081 tableView->setSizePolicy(sizePolicy2);
00082 QFont font;
00083 font.setPointSize(8);
00084 tableView->setFont(font);
00085 tableView->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
00086 tableView->setTabKeyNavigation(false);
00087 tableView->setProperty("showDropIndicator", QVariant(false));
00088 tableView->setAlternatingRowColors(true);
00089 tableView->setSelectionMode(QAbstractItemView::NoSelection);
00090 tableView->setSelectionBehavior(QAbstractItemView::SelectRows);
00091 tableView->setVerticalScrollMode(QAbstractItemView::ScrollPerPixel);
00092 tableView->setHorizontalScrollMode(QAbstractItemView::ScrollPerPixel);
00093 tableView->setShowGrid(false);
00094 tableView->setGridStyle(Qt::DashLine);
00095 tableView->setWordWrap(false);
00096 tableView->setCornerButtonEnabled(false);
00097 tableView->horizontalHeader()->setDefaultSectionSize(64);
00098 tableView->horizontalHeader()->setMinimumSectionSize(0);
00099 tableView->verticalHeader()->setVisible(false);
00100 tableView->verticalHeader()->setDefaultSectionSize(16);
00101 tableView->verticalHeader()->setHighlightSections(false);
00102 tableView->verticalHeader()->setMinimumSectionSize(8);
00103
00104 verticalLayout->addWidget(tableView);
00105
00106
00107 vboxLayout->addLayout(verticalLayout);
00108
00109
00110 retranslateUi(QtLogViewClass);
00111
00112 QMetaObject::connectSlotsByName(QtLogViewClass);
00113 }
00114
00115 void retranslateUi(QWidget *QtLogViewClass)
00116 {
00117 QtLogViewClass->setWindowTitle(QApplication::translate("QtLogViewClass", "QtLogView", 0, QApplication::UnicodeUTF8));
00118 filterLabel->setText(QApplication::translate("QtLogViewClass", "Filter:", 0, QApplication::UnicodeUTF8));
00119 }
00120
00121 };
00122
00123 namespace Ui {
00124 class QtLogViewClass: public Ui_QtLogViewClass {};
00125 }
00126
00127 QT_END_NAMESPACE
00128
00129 #endif // UI_BERRYQTLOGVIEW_H