UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui_seismic_viewer.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'seismic_viewer.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.6
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SEISMIC_VIEWER_H
10 #define UI_SEISMIC_VIEWER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QGridLayout>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QMainWindow>
19 #include <QtGui/QMenuBar>
20 #include <QtGui/QStatusBar>
21 #include <QtGui/QToolBar>
22 #include <QtGui/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QAction *actionInfoMode;
30  QAction *actionZoomAll;
31  QAction *actionZoomMode;
32  QAction *actionTracesView;
33  QAction *actionTracesSelection;
34  QAction *actionCoordinateAxes;
35  QWidget *centralwidget;
36  QGridLayout *gridLayout;
37  QMenuBar *menubar;
38  QStatusBar *statusbar;
39  QToolBar *toolBar;
40 
41  void setupUi(QMainWindow *SeismicViewer)
42  {
43  if (SeismicViewer->objectName().isEmpty())
44  SeismicViewer->setObjectName(QString::fromUtf8("SeismicViewer"));
45  SeismicViewer->resize(422, 516);
46  actionInfoMode = new QAction(SeismicViewer);
47  actionInfoMode->setObjectName(QString::fromUtf8("actionInfoMode"));
48  actionInfoMode->setCheckable(true);
49  QIcon icon;
50  icon.addFile(QString::fromUtf8(":/icons/cursor.png"), QSize(), QIcon::Normal, QIcon::Off);
51  actionInfoMode->setIcon(icon);
52  actionZoomAll = new QAction(SeismicViewer);
53  actionZoomAll->setObjectName(QString::fromUtf8("actionZoomAll"));
54  QIcon icon1;
55  icon1.addFile(QString::fromUtf8(":/icons/zoom_all.png"), QSize(), QIcon::Normal, QIcon::Off);
56  actionZoomAll->setIcon(icon1);
57  actionZoomMode = new QAction(SeismicViewer);
58  actionZoomMode->setObjectName(QString::fromUtf8("actionZoomMode"));
59  actionZoomMode->setCheckable(true);
60  QIcon icon2;
61  icon2.addFile(QString::fromUtf8(":/icons/zoom_mode.png"), QSize(), QIcon::Normal, QIcon::Off);
62  actionZoomMode->setIcon(icon2);
63  actionTracesView = new QAction(SeismicViewer);
64  actionTracesView->setObjectName(QString::fromUtf8("actionTracesView"));
65  QIcon icon3;
66  icon3.addFile(QString::fromUtf8(":/icons/painting.png"), QSize(), QIcon::Normal, QIcon::Off);
67  actionTracesView->setIcon(icon3);
68  actionTracesSelection = new QAction(SeismicViewer);
69  actionTracesSelection->setObjectName(QString::fromUtf8("actionTracesSelection"));
70  QIcon icon4;
71  icon4.addFile(QString::fromUtf8(":/icons/sorting.png"), QSize(), QIcon::Normal, QIcon::Off);
72  actionTracesSelection->setIcon(icon4);
73  actionCoordinateAxes = new QAction(SeismicViewer);
74  actionCoordinateAxes->setObjectName(QString::fromUtf8("actionCoordinateAxes"));
75  QIcon icon5;
76  icon5.addFile(QString::fromUtf8(":/icons/axes.png"), QSize(), QIcon::Normal, QIcon::Off);
77  actionCoordinateAxes->setIcon(icon5);
78  centralwidget = new QWidget(SeismicViewer);
79  centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
80  gridLayout = new QGridLayout(centralwidget);
81  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
82  SeismicViewer->setCentralWidget(centralwidget);
83  menubar = new QMenuBar(SeismicViewer);
84  menubar->setObjectName(QString::fromUtf8("menubar"));
85  menubar->setGeometry(QRect(0, 0, 422, 28));
86  SeismicViewer->setMenuBar(menubar);
87  statusbar = new QStatusBar(SeismicViewer);
88  statusbar->setObjectName(QString::fromUtf8("statusbar"));
89  SeismicViewer->setStatusBar(statusbar);
90  toolBar = new QToolBar(SeismicViewer);
91  toolBar->setObjectName(QString::fromUtf8("toolBar"));
92  SeismicViewer->addToolBar(Qt::TopToolBarArea, toolBar);
93 
94  toolBar->addAction(actionInfoMode);
95  toolBar->addAction(actionZoomMode);
96  toolBar->addAction(actionZoomAll);
97  toolBar->addSeparator();
98  toolBar->addAction(actionTracesView);
99  toolBar->addAction(actionTracesSelection);
100  toolBar->addAction(actionCoordinateAxes);
101 
102  retranslateUi(SeismicViewer);
103 
104  QMetaObject::connectSlotsByName(SeismicViewer);
105  } // setupUi
106 
107  void retranslateUi(QMainWindow *SeismicViewer)
108  {
109  SeismicViewer->setWindowTitle(QApplication::translate("SeismicViewer", "Seismic view", 0, QApplication::UnicodeUTF8));
110  actionInfoMode->setText(QApplication::translate("SeismicViewer", "Info mode", 0, QApplication::UnicodeUTF8));
111 #ifndef QT_NO_TOOLTIP
112  actionInfoMode->setToolTip(QApplication::translate("SeismicViewer", "Info mode", 0, QApplication::UnicodeUTF8));
113 #endif // QT_NO_TOOLTIP
114  actionZoomAll->setText(QApplication::translate("SeismicViewer", "Zoom all", 0, QApplication::UnicodeUTF8));
115 #ifndef QT_NO_TOOLTIP
116  actionZoomAll->setToolTip(QApplication::translate("SeismicViewer", "Zoom all", 0, QApplication::UnicodeUTF8));
117 #endif // QT_NO_TOOLTIP
118  actionZoomMode->setText(QApplication::translate("SeismicViewer", "Zoom mode", 0, QApplication::UnicodeUTF8));
119 #ifndef QT_NO_TOOLTIP
120  actionZoomMode->setToolTip(QApplication::translate("SeismicViewer", "Zoom mode", 0, QApplication::UnicodeUTF8));
121 #endif // QT_NO_TOOLTIP
122  actionTracesView->setText(QApplication::translate("SeismicViewer", "Traces view", 0, QApplication::UnicodeUTF8));
123 #ifndef QT_NO_TOOLTIP
124  actionTracesView->setToolTip(QApplication::translate("SeismicViewer", "Traces view", 0, QApplication::UnicodeUTF8));
125 #endif // QT_NO_TOOLTIP
126  actionTracesSelection->setText(QApplication::translate("SeismicViewer", "Traces sorting", 0, QApplication::UnicodeUTF8));
127 #ifndef QT_NO_TOOLTIP
128  actionTracesSelection->setToolTip(QApplication::translate("SeismicViewer", "Traces sorting", 0, QApplication::UnicodeUTF8));
129 #endif // QT_NO_TOOLTIP
130  actionCoordinateAxes->setText(QApplication::translate("SeismicViewer", "Coordinate axes", 0, QApplication::UnicodeUTF8));
131 #ifndef QT_NO_TOOLTIP
132  actionCoordinateAxes->setToolTip(QApplication::translate("SeismicViewer", "Coordinate axes", 0, QApplication::UnicodeUTF8));
133 #endif // QT_NO_TOOLTIP
134  toolBar->setWindowTitle(QApplication::translate("SeismicViewer", "toolBar", 0, QApplication::UnicodeUTF8));
135  } // retranslateUi
136 
137 };
138 
139 namespace Ui {
140  class SeismicViewer: public Ui_SeismicViewer {};
141 } // namespace Ui
142 
143 QT_END_NAMESPACE
144 
145 #endif // UI_SEISMIC_VIEWER_H
Definition: ui_seismic_viewer.h:26
Definition: ui_seismic_viewer.h:140