00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_NAVIGATIONWIDGET_H
00011 #define UI_NAVIGATIONWIDGET_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/QScrollBar>
00021 #include <QtGui/QSlider>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QToolButton>
00024 #include <QtGui/QVBoxLayout>
00025 #include <QtGui/QWidget>
00026
00027 QT_BEGIN_NAMESPACE
00028
00029 class Ui_NavigationWidget
00030 {
00031 public:
00032 QVBoxLayout *verticalLayout;
00033 QHBoxLayout *horizontalLayout;
00034 QToolButton *skipStartBtn;
00035 QToolButton *fastBackBtn;
00036 QToolButton *slowBackBtn;
00037 QSpacerItem *horizontalSpacer_2;
00038 QLabel *patientIdLabel;
00039 QLabel *startingDateLabel;
00040 QLabel *startingTimeLabel;
00041 QSpacerItem *horizontalSpacer;
00042 QToolButton *slowForwardBtn;
00043 QToolButton *fastForwardBtn;
00044 QToolButton *skipEndBtn;
00045 QSlider *horizontalSlider;
00046 QScrollBar *horizontalScrollBar;
00047
00048 void setupUi(QWidget *NavigationWidget)
00049 {
00050 if (NavigationWidget->objectName().isEmpty())
00051 NavigationWidget->setObjectName(QString::fromUtf8("NavigationWidget"));
00052 NavigationWidget->resize(628, 100);
00053 QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed);
00054 sizePolicy.setHorizontalStretch(0);
00055 sizePolicy.setVerticalStretch(0);
00056 sizePolicy.setHeightForWidth(NavigationWidget->sizePolicy().hasHeightForWidth());
00057 NavigationWidget->setSizePolicy(sizePolicy);
00058 verticalLayout = new QVBoxLayout(NavigationWidget);
00059 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00060 horizontalLayout = new QHBoxLayout();
00061 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00062 skipStartBtn = new QToolButton(NavigationWidget);
00063 skipStartBtn->setObjectName(QString::fromUtf8("skipStartBtn"));
00064 QIcon icon;
00065 icon.addPixmap(QPixmap(QString::fromUtf8(":/ourstyle/images/skiptobeginning.png")), QIcon::Normal, QIcon::Off);
00066 skipStartBtn->setIcon(icon);
00067
00068 horizontalLayout->addWidget(skipStartBtn);
00069
00070 fastBackBtn = new QToolButton(NavigationWidget);
00071 fastBackBtn->setObjectName(QString::fromUtf8("fastBackBtn"));
00072 QIcon icon1;
00073 icon1.addPixmap(QPixmap(QString::fromUtf8(":/ourstyle/images/fastbackward.png")), QIcon::Normal, QIcon::Off);
00074 fastBackBtn->setIcon(icon1);
00075
00076 horizontalLayout->addWidget(fastBackBtn);
00077
00078 slowBackBtn = new QToolButton(NavigationWidget);
00079 slowBackBtn->setObjectName(QString::fromUtf8("slowBackBtn"));
00080 QIcon icon2;
00081 icon2.addPixmap(QPixmap(QString::fromUtf8(":/ourstyle/images/slowbackward.PNG")), QIcon::Normal, QIcon::Off);
00082 slowBackBtn->setIcon(icon2);
00083
00084 horizontalLayout->addWidget(slowBackBtn);
00085
00086 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00087
00088 horizontalLayout->addItem(horizontalSpacer_2);
00089
00090 patientIdLabel = new QLabel(NavigationWidget);
00091 patientIdLabel->setObjectName(QString::fromUtf8("patientIdLabel"));
00092 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
00093 sizePolicy1.setHorizontalStretch(0);
00094 sizePolicy1.setVerticalStretch(0);
00095 sizePolicy1.setHeightForWidth(patientIdLabel->sizePolicy().hasHeightForWidth());
00096 patientIdLabel->setSizePolicy(sizePolicy1);
00097
00098 horizontalLayout->addWidget(patientIdLabel);
00099
00100 startingDateLabel = new QLabel(NavigationWidget);
00101 startingDateLabel->setObjectName(QString::fromUtf8("startingDateLabel"));
00102 sizePolicy1.setHeightForWidth(startingDateLabel->sizePolicy().hasHeightForWidth());
00103 startingDateLabel->setSizePolicy(sizePolicy1);
00104
00105 horizontalLayout->addWidget(startingDateLabel);
00106
00107 startingTimeLabel = new QLabel(NavigationWidget);
00108 startingTimeLabel->setObjectName(QString::fromUtf8("startingTimeLabel"));
00109
00110 horizontalLayout->addWidget(startingTimeLabel);
00111
00112 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00113
00114 horizontalLayout->addItem(horizontalSpacer);
00115
00116 slowForwardBtn = new QToolButton(NavigationWidget);
00117 slowForwardBtn->setObjectName(QString::fromUtf8("slowForwardBtn"));
00118 QIcon icon3;
00119 icon3.addPixmap(QPixmap(QString::fromUtf8(":/ourstyle/images/slowforward.png")), QIcon::Normal, QIcon::Off);
00120 slowForwardBtn->setIcon(icon3);
00121
00122 horizontalLayout->addWidget(slowForwardBtn);
00123
00124 fastForwardBtn = new QToolButton(NavigationWidget);
00125 fastForwardBtn->setObjectName(QString::fromUtf8("fastForwardBtn"));
00126 QIcon icon4;
00127 icon4.addPixmap(QPixmap(QString::fromUtf8(":/ourstyle/images/fastforward.png")), QIcon::Normal, QIcon::Off);
00128 fastForwardBtn->setIcon(icon4);
00129
00130 horizontalLayout->addWidget(fastForwardBtn);
00131
00132 skipEndBtn = new QToolButton(NavigationWidget);
00133 skipEndBtn->setObjectName(QString::fromUtf8("skipEndBtn"));
00134 QIcon icon5;
00135 icon5.addPixmap(QPixmap(QString::fromUtf8(":/ourstyle/images/skiptoend.png")), QIcon::Normal, QIcon::Off);
00136 skipEndBtn->setIcon(icon5);
00137
00138 horizontalLayout->addWidget(skipEndBtn);
00139
00140
00141 verticalLayout->addLayout(horizontalLayout);
00142
00143 horizontalSlider = new QSlider(NavigationWidget);
00144 horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
00145 horizontalSlider->setMinimum(1);
00146 horizontalSlider->setMaximum(10);
00147 horizontalSlider->setPageStep(1);
00148 horizontalSlider->setTracking(false);
00149 horizontalSlider->setOrientation(Qt::Horizontal);
00150 horizontalSlider->setTickPosition(QSlider::TicksBothSides);
00151 horizontalSlider->setTickInterval(1);
00152
00153 verticalLayout->addWidget(horizontalSlider);
00154
00155 horizontalScrollBar = new QScrollBar(NavigationWidget);
00156 horizontalScrollBar->setObjectName(QString::fromUtf8("horizontalScrollBar"));
00157 horizontalScrollBar->setMinimum(1);
00158 horizontalScrollBar->setMaximum(10);
00159 horizontalScrollBar->setPageStep(1);
00160 horizontalScrollBar->setTracking(false);
00161 horizontalScrollBar->setOrientation(Qt::Horizontal);
00162
00163 verticalLayout->addWidget(horizontalScrollBar);
00164
00165
00166 retranslateUi(NavigationWidget);
00167
00168 QMetaObject::connectSlotsByName(NavigationWidget);
00169 }
00170
00171 void retranslateUi(QWidget *NavigationWidget)
00172 {
00173 NavigationWidget->setWindowTitle(QApplication::translate("NavigationWidget", "Form", 0, QApplication::UnicodeUTF8));
00174 skipStartBtn->setText(QString());
00175 fastBackBtn->setText(QString());
00176 slowBackBtn->setText(QString());
00177 patientIdLabel->setText(QApplication::translate("NavigationWidget", "Patient Id: 12120212345", 0, QApplication::UnicodeUTF8));
00178 startingDateLabel->setText(QApplication::translate("NavigationWidget", "Starting date: 12.12.12", 0, QApplication::UnicodeUTF8));
00179 startingTimeLabel->setText(QApplication::translate("NavigationWidget", "Starting time: 12:00", 0, QApplication::UnicodeUTF8));
00180 slowForwardBtn->setText(QString());
00181 fastForwardBtn->setText(QString());
00182 skipEndBtn->setText(QString());
00183 Q_UNUSED(NavigationWidget);
00184 }
00185
00186 };
00187
00188 namespace Ui {
00189 class NavigationWidget: public Ui_NavigationWidget {};
00190 }
00191
00192 QT_END_NAMESPACE
00193
00194 #endif // UI_NAVIGATIONWIDGET_H