/******************************************************************************** ** Form generated from reading ui file 'qtwit.ui' ** ** Created: Fri Oct 16 11:37:17 2009 ** by: Qt User Interface Compiler version 4.5.2 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef UI_QTWIT_H #define UI_QTWIT_H #include #include #include #include #include #include #include #include #include #include #include "klineedit.h" QT_BEGIN_NAMESPACE class Ui_qTwit { public: QWidget *qTwit_2; KLineEdit *status_edit; QPushButton *pushButton_update; QPushButton *pushButton_cancel; QLabel *label; KLineEdit *user_edit; KLineEdit *pass_edit; QLabel *label_2; QLabel *label_3; QStatusBar *statusbar; void setupUi(QMainWindow *qTwit) { if (qTwit->objectName().isEmpty()) qTwit->setObjectName(QString::fromUtf8("qTwit")); qTwit->resize(623, 250); qTwit->setMinimumSize(QSize(623, 250)); qTwit->setMaximumSize(QSize(623, 250)); QIcon icon; icon.addFile(QString::fromUtf8("../twitter.jpg"), QSize(), QIcon::Normal, QIcon::Off); qTwit->setWindowIcon(icon); qTwit_2 = new QWidget(qTwit); qTwit_2->setObjectName(QString::fromUtf8("qTwit_2")); status_edit = new KLineEdit(qTwit_2); status_edit->setObjectName(QString::fromUtf8("status_edit")); status_edit->setGeometry(QRect(24, 140, 571, 31)); pushButton_update = new QPushButton(qTwit_2); pushButton_update->setObjectName(QString::fromUtf8("pushButton_update")); pushButton_update->setGeometry(QRect(210, 180, 105, 31)); pushButton_cancel = new QPushButton(qTwit_2); pushButton_cancel->setObjectName(QString::fromUtf8("pushButton_cancel")); pushButton_cancel->setGeometry(QRect(320, 180, 105, 31)); label = new QLabel(qTwit_2); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(240, 110, 161, 21)); user_edit = new KLineEdit(qTwit_2); user_edit->setObjectName(QString::fromUtf8("user_edit")); user_edit->setGeometry(QRect(140, 50, 165, 31)); pass_edit = new KLineEdit(qTwit_2); pass_edit->setObjectName(QString::fromUtf8("pass_edit")); pass_edit->setGeometry(QRect(320, 50, 165, 31)); pass_edit->setPasswordMode(true); label_2 = new QLabel(qTwit_2); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setGeometry(QRect(180, 30, 81, 21)); label_3 = new QLabel(qTwit_2); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setGeometry(QRect(360, 30, 81, 21)); qTwit->setCentralWidget(qTwit_2); statusbar = new QStatusBar(qTwit); statusbar->setObjectName(QString::fromUtf8("statusbar")); qTwit->setStatusBar(statusbar); retranslateUi(qTwit); QMetaObject::connectSlotsByName(qTwit); } // setupUi void retranslateUi(QMainWindow *qTwit) { qTwit->setWindowTitle(QApplication::translate("qTwit", "qTwit", 0, QApplication::UnicodeUTF8)); pushButton_update->setText(QApplication::translate("qTwit", "Update", 0, QApplication::UnicodeUTF8)); pushButton_cancel->setText(QApplication::translate("qTwit", "Cancel", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("qTwit", "What are you doing?", 0, QApplication::UnicodeUTF8)); label_2->setText(QApplication::translate("qTwit", "Username:", 0, QApplication::UnicodeUTF8)); label_3->setText(QApplication::translate("qTwit", "Password:", 0, QApplication::UnicodeUTF8)); Q_UNUSED(qTwit); } // retranslateUi }; namespace Ui { class qTwit: public Ui_qTwit {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QTWIT_H