Updated version number in files
[vicar] / src / vicar-config / uis / ui_profileswindow.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'profileswindow.ui'
3 **
4 ** Created: Mon Jan 2 23:41:00 2012
5 **      by: Qt User Interface Compiler version 4.7.4
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_PROFILESWINDOW_H
11 #define UI_PROFILESWINDOW_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QHBoxLayout>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QListWidget>
20 #include <QtGui/QMainWindow>
21 #include <QtGui/QMenu>
22 #include <QtGui/QMenuBar>
23 #include <QtGui/QPushButton>
24 #include <QtGui/QSpacerItem>
25 #include <QtGui/QVBoxLayout>
26 #include <QtGui/QWidget>
27
28 QT_BEGIN_NAMESPACE
29
30 class Ui_ProfilesWindow
31 {
32 public:
33     QAction *actionRoutingEnabled;
34     QAction *actionRouteOnDefault;
35     QAction *actionEditDefaultProfile;
36     QWidget *centralwidget;
37     QWidget *layoutWidget;
38     QVBoxLayout *verticalLayout;
39     QHBoxLayout *horizontalLayout;
40     QPushButton *addButton;
41     QPushButton *editButton;
42     QPushButton *removeButton;
43     QSpacerItem *verticalSpacer;
44     QListWidget *profilesListWidget;
45     QMenuBar *menubar;
46     QMenu *menuVicarProfiles;
47
48     void setupUi(QMainWindow *ProfilesWindow)
49     {
50         if (ProfilesWindow->objectName().isEmpty())
51             ProfilesWindow->setObjectName(QString::fromUtf8("ProfilesWindow"));
52         ProfilesWindow->resize(800, 480);
53         actionRoutingEnabled = new QAction(ProfilesWindow);
54         actionRoutingEnabled->setObjectName(QString::fromUtf8("actionRoutingEnabled"));
55         actionRoutingEnabled->setCheckable(true);
56         actionRouteOnDefault = new QAction(ProfilesWindow);
57         actionRouteOnDefault->setObjectName(QString::fromUtf8("actionRouteOnDefault"));
58         actionRouteOnDefault->setCheckable(true);
59         actionEditDefaultProfile = new QAction(ProfilesWindow);
60         actionEditDefaultProfile->setObjectName(QString::fromUtf8("actionEditDefaultProfile"));
61         centralwidget = new QWidget(ProfilesWindow);
62         centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
63         layoutWidget = new QWidget(centralwidget);
64         layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
65         layoutWidget->setGeometry(QRect(31, 11, 741, 411));
66         verticalLayout = new QVBoxLayout(layoutWidget);
67         verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
68         verticalLayout->setContentsMargins(0, 0, 0, 0);
69         horizontalLayout = new QHBoxLayout();
70         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
71         addButton = new QPushButton(layoutWidget);
72         addButton->setObjectName(QString::fromUtf8("addButton"));
73
74         horizontalLayout->addWidget(addButton);
75
76         editButton = new QPushButton(layoutWidget);
77         editButton->setObjectName(QString::fromUtf8("editButton"));
78
79         horizontalLayout->addWidget(editButton);
80
81         removeButton = new QPushButton(layoutWidget);
82         removeButton->setObjectName(QString::fromUtf8("removeButton"));
83
84         horizontalLayout->addWidget(removeButton);
85
86
87         verticalLayout->addLayout(horizontalLayout);
88
89         verticalSpacer = new QSpacerItem(20, 10, QSizePolicy::Minimum, QSizePolicy::Fixed);
90
91         verticalLayout->addItem(verticalSpacer);
92
93         profilesListWidget = new QListWidget(layoutWidget);
94         profilesListWidget->setObjectName(QString::fromUtf8("profilesListWidget"));
95         profilesListWidget->setAlternatingRowColors(true);
96
97         verticalLayout->addWidget(profilesListWidget);
98
99         ProfilesWindow->setCentralWidget(centralwidget);
100         menubar = new QMenuBar(ProfilesWindow);
101         menubar->setObjectName(QString::fromUtf8("menubar"));
102         menubar->setGeometry(QRect(0, 0, 800, 27));
103         menuVicarProfiles = new QMenu(menubar);
104         menuVicarProfiles->setObjectName(QString::fromUtf8("menuVicarProfiles"));
105         ProfilesWindow->setMenuBar(menubar);
106
107         menubar->addAction(menuVicarProfiles->menuAction());
108         menuVicarProfiles->addAction(actionRoutingEnabled);
109         menuVicarProfiles->addAction(actionRouteOnDefault);
110         menuVicarProfiles->addAction(actionEditDefaultProfile);
111
112         retranslateUi(ProfilesWindow);
113
114         QMetaObject::connectSlotsByName(ProfilesWindow);
115     } // setupUi
116
117     void retranslateUi(QMainWindow *ProfilesWindow)
118     {
119         ProfilesWindow->setWindowTitle(QApplication::translate("ProfilesWindow", "VICaR - Profiles", 0, QApplication::UnicodeUTF8));
120         actionRoutingEnabled->setText(QApplication::translate("ProfilesWindow", "Routing Enabled", 0, QApplication::UnicodeUTF8));
121 #ifndef QT_NO_TOOLTIP
122         actionRoutingEnabled->setToolTip(QApplication::translate("ProfilesWindow", "Call Routing Enabled?", 0, QApplication::UnicodeUTF8));
123 #endif // QT_NO_TOOLTIP
124         actionRouteOnDefault->setText(QApplication::translate("ProfilesWindow", "Call Directly on Default", 0, QApplication::UnicodeUTF8));
125 #ifndef QT_NO_TOOLTIP
126         actionRouteOnDefault->setToolTip(QApplication::translate("ProfilesWindow", "Call directly if no match found?", 0, QApplication::UnicodeUTF8));
127 #endif // QT_NO_TOOLTIP
128         actionEditDefaultProfile->setText(QApplication::translate("ProfilesWindow", "Edit Default Profile", 0, QApplication::UnicodeUTF8));
129 #ifndef QT_NO_TOOLTIP
130         actionEditDefaultProfile->setToolTip(QApplication::translate("ProfilesWindow", "Create/Edit profile to be used when no other profile is found for a number", 0, QApplication::UnicodeUTF8));
131 #endif // QT_NO_TOOLTIP
132         addButton->setText(QApplication::translate("ProfilesWindow", "Add", 0, QApplication::UnicodeUTF8));
133         editButton->setText(QApplication::translate("ProfilesWindow", "Edit", 0, QApplication::UnicodeUTF8));
134         removeButton->setText(QApplication::translate("ProfilesWindow", "Remove", 0, QApplication::UnicodeUTF8));
135         menuVicarProfiles->setTitle(QApplication::translate("ProfilesWindow", "VICaR - Profiles", 0, QApplication::UnicodeUTF8));
136     } // retranslateUi
137
138 };
139
140 namespace Ui {
141     class ProfilesWindow: public Ui_ProfilesWindow {};
142 } // namespace Ui
143
144 QT_END_NAMESPACE
145
146 #endif // UI_PROFILESWINDOW_H