X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fvicar-config%2Fuis%2Fui_profileswindow.h;fp=src%2Fvicar-config%2Fuis%2Fui_profileswindow.h;h=289dcdf46b49f454aef8eef63617facb89596cef;hb=11d5c26f3a622a0fc32f9cb89e1658846201af4d;hp=0000000000000000000000000000000000000000;hpb=40b1207a3eb33b54e8ac780cabd4a68f7931f248;p=vicar diff --git a/src/vicar-config/uis/ui_profileswindow.h b/src/vicar-config/uis/ui_profileswindow.h new file mode 100644 index 0000000..289dcdf --- /dev/null +++ b/src/vicar-config/uis/ui_profileswindow.h @@ -0,0 +1,148 @@ +/******************************************************************************** +** Form generated from reading UI file 'profileswindow.ui' +** +** Created: Tue Sep 7 04:21:07 2010 +** by: Qt User Interface Compiler version 4.6.2 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_PROFILESWINDOW_H +#define UI_PROFILESWINDOW_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_ProfilesWindow +{ +public: + QAction *actionRoutingEnabled; + QAction *actionRouteOnDefault; + QWidget *centralwidget; + QWidget *layoutWidget; + QVBoxLayout *verticalLayout; + QHBoxLayout *horizontalLayout; + QPushButton *addButton; + QSpacerItem *horizontalSpacer1; + QPushButton *editButton; + QSpacerItem *horizontalSpacer2; + QPushButton *removeButton; + QSpacerItem *verticalSpacer; + QListWidget *profilesListWidget; + QMenuBar *menubar; + QMenu *menuVicarProfiles; + + void setupUi(QMainWindow *ProfilesWindow) + { + if (ProfilesWindow->objectName().isEmpty()) + ProfilesWindow->setObjectName(QString::fromUtf8("ProfilesWindow")); + ProfilesWindow->resize(800, 480); + actionRoutingEnabled = new QAction(ProfilesWindow); + actionRoutingEnabled->setObjectName(QString::fromUtf8("actionRoutingEnabled")); + actionRoutingEnabled->setCheckable(true); + actionRouteOnDefault = new QAction(ProfilesWindow); + actionRouteOnDefault->setObjectName(QString::fromUtf8("actionRouteOnDefault")); + actionRouteOnDefault->setCheckable(true); + centralwidget = new QWidget(ProfilesWindow); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + layoutWidget = new QWidget(centralwidget); + layoutWidget->setObjectName(QString::fromUtf8("layoutWidget")); + layoutWidget->setGeometry(QRect(31, 11, 741, 411)); + verticalLayout = new QVBoxLayout(layoutWidget); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); + verticalLayout->setContentsMargins(0, 0, 0, 0); + horizontalLayout = new QHBoxLayout(); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); + addButton = new QPushButton(layoutWidget); + addButton->setObjectName(QString::fromUtf8("addButton")); + + horizontalLayout->addWidget(addButton); + + horizontalSpacer1 = new QSpacerItem(58, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + horizontalLayout->addItem(horizontalSpacer1); + + editButton = new QPushButton(layoutWidget); + editButton->setObjectName(QString::fromUtf8("editButton")); + + horizontalLayout->addWidget(editButton); + + horizontalSpacer2 = new QSpacerItem(58, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); + + horizontalLayout->addItem(horizontalSpacer2); + + removeButton = new QPushButton(layoutWidget); + removeButton->setObjectName(QString::fromUtf8("removeButton")); + + horizontalLayout->addWidget(removeButton); + + + verticalLayout->addLayout(horizontalLayout); + + verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed); + + verticalLayout->addItem(verticalSpacer); + + profilesListWidget = new QListWidget(layoutWidget); + profilesListWidget->setObjectName(QString::fromUtf8("profilesListWidget")); + profilesListWidget->setAlternatingRowColors(true); + + verticalLayout->addWidget(profilesListWidget); + + ProfilesWindow->setCentralWidget(centralwidget); + menubar = new QMenuBar(ProfilesWindow); + menubar->setObjectName(QString::fromUtf8("menubar")); + menubar->setGeometry(QRect(0, 0, 800, 23)); + menuVicarProfiles = new QMenu(menubar); + menuVicarProfiles->setObjectName(QString::fromUtf8("menuVicarProfiles")); + ProfilesWindow->setMenuBar(menubar); + + menubar->addAction(menuVicarProfiles->menuAction()); + menuVicarProfiles->addAction(actionRoutingEnabled); + menuVicarProfiles->addAction(actionRouteOnDefault); + + retranslateUi(ProfilesWindow); + + QMetaObject::connectSlotsByName(ProfilesWindow); + } // setupUi + + void retranslateUi(QMainWindow *ProfilesWindow) + { + ProfilesWindow->setWindowTitle(QApplication::translate("ProfilesWindow", "VICaR - Profiles", 0, QApplication::UnicodeUTF8)); + actionRoutingEnabled->setText(QApplication::translate("ProfilesWindow", "Routing Enabled", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + actionRoutingEnabled->setToolTip(QApplication::translate("ProfilesWindow", "Call Routing Enabled?", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP + actionRouteOnDefault->setText(QApplication::translate("ProfilesWindow", "Call Directly on Default", 0, QApplication::UnicodeUTF8)); +#ifndef QT_NO_TOOLTIP + actionRouteOnDefault->setToolTip(QApplication::translate("ProfilesWindow", "Call directly if no match found?", 0, QApplication::UnicodeUTF8)); +#endif // QT_NO_TOOLTIP + addButton->setText(QApplication::translate("ProfilesWindow", "Add", 0, QApplication::UnicodeUTF8)); + editButton->setText(QApplication::translate("ProfilesWindow", "Edit", 0, QApplication::UnicodeUTF8)); + removeButton->setText(QApplication::translate("ProfilesWindow", "Remove", 0, QApplication::UnicodeUTF8)); + menuVicarProfiles->setTitle(QApplication::translate("ProfilesWindow", "VICaR - Profiles", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class ProfilesWindow: public Ui_ProfilesWindow {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_PROFILESWINDOW_H