diff options
| author | Niklas Goby | 2011-01-11 17:12:03 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-01-11 17:12:03 +0100 |
| commit | de751b500e635ea4c102a7c9bde442a45667b264 (patch) | |
| tree | 32c799051ae526018a79df877ef9a75017221ff5 /webkitTest/ui_webkittest.h | |
| parent | initial import (diff) | |
| download | fbgui-de751b500e635ea4c102a7c9bde442a45667b264.tar.gz fbgui-de751b500e635ea4c102a7c9bde442a45667b264.tar.xz fbgui-de751b500e635ea4c102a7c9bde442a45667b264.zip | |
der bisherige stand der dinge
Diffstat (limited to 'webkitTest/ui_webkittest.h')
| -rw-r--r-- | webkitTest/ui_webkittest.h | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/webkitTest/ui_webkittest.h b/webkitTest/ui_webkittest.h new file mode 100644 index 0000000..732c834 --- /dev/null +++ b/webkitTest/ui_webkittest.h @@ -0,0 +1,56 @@ +/******************************************************************************** +** Form generated from reading UI file 'webkittest.ui' +** +** Created: Mon Jan 10 13:19:24 2011 +** by: Qt User Interface Compiler version 4.7.1 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_WEBKITTEST_H +#define UI_WEBKITTEST_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QHeaderView> +#include <QtGui/QWidget> +#include <QtWebKit/QWebView> + +QT_BEGIN_NAMESPACE + +class Ui_webkitTestClass +{ +public: + QWebView *webView; + + void setupUi(QWidget *webkitTestClass) + { + if (webkitTestClass->objectName().isEmpty()) + webkitTestClass->setObjectName(QString::fromUtf8("webkitTestClass")); + webkitTestClass->resize(800, 600); + webView = new QWebView(webkitTestClass); + webView->setObjectName(QString::fromUtf8("webView")); + webView->setGeometry(QRect(0, 0, 800, 601)); + webView->setUrl(QUrl("about:blank")); + + retranslateUi(webkitTestClass); + + QMetaObject::connectSlotsByName(webkitTestClass); + } // setupUi + + void retranslateUi(QWidget *webkitTestClass) + { + webkitTestClass->setWindowTitle(QString()); + } // retranslateUi + +}; + +namespace Ui { + class webkitTestClass: public Ui_webkitTestClass {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_WEBKITTEST_H |
