]> git.zerfleddert.de Git - proxmark3-svn/blame - client/ui/ui_overlays.h
apply @holiman s graph changes +
[proxmark3-svn] / client / ui / ui_overlays.h
CommitLineData
b8fdac9e 1/********************************************************************************
2** Form generated from reading UI file 'overlaystQ7020.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 OVERLAYSTQ7020_H
10#define OVERLAYSTQ7020_H
11
12#include <QtCore/QVariant>
13#include <QAction>
14#include <QApplication>
15#include <QButtonGroup>
16#include <QFormLayout>
17#include <QHBoxLayout>
18#include <QHeaderView>
19#include <QLabel>
20#include <QPushButton>
21#include <QSlider>
22#include <QSpacerItem>
23#include <QTabWidget>
24#include <QVBoxLayout>
25#include <QWidget>
26
27QT_BEGIN_NAMESPACE
28
29class Ui_Form
30{
31public:
32 QVBoxLayout *verticalLayout_3;
33 QTabWidget *tabWidget_overlays;
34 QWidget *tab;
35 QVBoxLayout *verticalLayout_2;
36 QFormLayout *formLayout;
37 QLabel *label;
38 QLabel *label_5;
39 QSlider *horizontalSlider_window;
40 QSpacerItem *verticalSpacer;
41 QWidget *tab_3;
42 QWidget *tab_2;
43 QVBoxLayout *verticalLayout;
44 QFormLayout *formLayout_2;
45 QLabel *label_2;
46 QLabel *label_6;
47 QSlider *horizontalSlider_dirthr_up;
48 QFormLayout *formLayout_3;
49 QLabel *label_3;
50 QLabel *label_7;
51 QSlider *horizontalSlider_dirthr_down;
52 QSpacerItem *verticalSpacer_2;
53 QHBoxLayout *horizontalLayout;
54 QPushButton *pushButton_apply;
55 QPushButton *pushButton_sticky;
56 QSpacerItem *horizontalSpacer;
57 QLabel *label_4;
58
59 void setupUi(QWidget *Form)
60 {
61 if (Form->objectName().isEmpty())
62 Form->setObjectName(QString::fromUtf8("Form"));
63 Form->resize(614, 286);
64 verticalLayout_3 = new QVBoxLayout(Form);
65 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
66 tabWidget_overlays = new QTabWidget(Form);
67 tabWidget_overlays->setObjectName(QString::fromUtf8("tabWidget_overlays"));
68 tab = new QWidget();
69 tab->setObjectName(QString::fromUtf8("tab"));
70 tab->setFocusPolicy(Qt::StrongFocus);
71 verticalLayout_2 = new QVBoxLayout(tab);
72 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
73 formLayout = new QFormLayout();
74 formLayout->setObjectName(QString::fromUtf8("formLayout"));
75 label = new QLabel(tab);
76 label->setObjectName(QString::fromUtf8("label"));
77
78 formLayout->setWidget(0, QFormLayout::LabelRole, label);
79
80 label_5 = new QLabel(tab);
81 label_5->setObjectName(QString::fromUtf8("label_5"));
82
83 formLayout->setWidget(0, QFormLayout::FieldRole, label_5);
84
85
86 verticalLayout_2->addLayout(formLayout);
87
88 horizontalSlider_window = new QSlider(tab);
89 horizontalSlider_window->setObjectName(QString::fromUtf8("horizontalSlider_window"));
90 horizontalSlider_window->setMinimum(10);
91 horizontalSlider_window->setMaximum(10000);
92 horizontalSlider_window->setValue(2000);
93 horizontalSlider_window->setOrientation(Qt::Horizontal);
94
95 verticalLayout_2->addWidget(horizontalSlider_window);
96
97 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
98
99 verticalLayout_2->addItem(verticalSpacer);
100
101 tabWidget_overlays->addTab(tab, QString());
102 tab_3 = new QWidget();
103 tab_3->setObjectName(QString::fromUtf8("tab_3"));
104 tabWidget_overlays->addTab(tab_3, QString());
105 tab_2 = new QWidget();
106 tab_2->setObjectName(QString::fromUtf8("tab_2"));
107 verticalLayout = new QVBoxLayout(tab_2);
108 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
109 formLayout_2 = new QFormLayout();
110 formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
111 label_2 = new QLabel(tab_2);
112 label_2->setObjectName(QString::fromUtf8("label_2"));
113
114 formLayout_2->setWidget(0, QFormLayout::LabelRole, label_2);
115
116 label_6 = new QLabel(tab_2);
117 label_6->setObjectName(QString::fromUtf8("label_6"));
118
119 formLayout_2->setWidget(0, QFormLayout::FieldRole, label_6);
120
121
122 verticalLayout->addLayout(formLayout_2);
123
124 horizontalSlider_dirthr_up = new QSlider(tab_2);
125 horizontalSlider_dirthr_up->setObjectName(QString::fromUtf8("horizontalSlider_dirthr_up"));
126 horizontalSlider_dirthr_up->setMaximum(128);
127 horizontalSlider_dirthr_up->setValue(20);
128 horizontalSlider_dirthr_up->setOrientation(Qt::Horizontal);
129
130 verticalLayout->addWidget(horizontalSlider_dirthr_up);
131
132 formLayout_3 = new QFormLayout();
133 formLayout_3->setObjectName(QString::fromUtf8("formLayout_3"));
134 label_3 = new QLabel(tab_2);
135 label_3->setObjectName(QString::fromUtf8("label_3"));
136
137 formLayout_3->setWidget(0, QFormLayout::LabelRole, label_3);
138
139 label_7 = new QLabel(tab_2);
140 label_7->setObjectName(QString::fromUtf8("label_7"));
141
142 formLayout_3->setWidget(0, QFormLayout::FieldRole, label_7);
143
144
145 verticalLayout->addLayout(formLayout_3);
146
147 horizontalSlider_dirthr_down = new QSlider(tab_2);
148 horizontalSlider_dirthr_down->setObjectName(QString::fromUtf8("horizontalSlider_dirthr_down"));
149 horizontalSlider_dirthr_down->setMaximum(127);
150 horizontalSlider_dirthr_down->setOrientation(Qt::Horizontal);
151
152 verticalLayout->addWidget(horizontalSlider_dirthr_down);
153
154 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
155
156 verticalLayout->addItem(verticalSpacer_2);
157
158 tabWidget_overlays->addTab(tab_2, QString());
159
160 verticalLayout_3->addWidget(tabWidget_overlays);
161
162 horizontalLayout = new QHBoxLayout();
163 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
164 pushButton_apply = new QPushButton(Form);
165 pushButton_apply->setObjectName(QString::fromUtf8("pushButton_apply"));
166
167 horizontalLayout->addWidget(pushButton_apply);
168
169 pushButton_sticky = new QPushButton(Form);
170 pushButton_sticky->setObjectName(QString::fromUtf8("pushButton_sticky"));
171
172 horizontalLayout->addWidget(pushButton_sticky);
173
174 horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
175
176 horizontalLayout->addItem(horizontalSpacer);
177
178 label_4 = new QLabel(Form);
179 label_4->setObjectName(QString::fromUtf8("label_4"));
180
181 horizontalLayout->addWidget(label_4);
182
183
184 verticalLayout_3->addLayout(horizontalLayout);
185
186
187 retranslateUi(Form);
188 QObject::connect(horizontalSlider_window, SIGNAL(valueChanged(int)), label_4, SLOT(setNum(int)));
189 QObject::connect(horizontalSlider_window, SIGNAL(valueChanged(int)), label_5, SLOT(setNum(int)));
190 QObject::connect(horizontalSlider_dirthr_up, SIGNAL(valueChanged(int)), label_6, SLOT(setNum(int)));
191 QObject::connect(horizontalSlider_dirthr_down, SIGNAL(valueChanged(int)), label_7, SLOT(setNum(int)));
192
193 tabWidget_overlays->setCurrentIndex(0);
194
195
196 QMetaObject::connectSlotsByName(Form);
197 } // setupUi
198
199 void retranslateUi(QWidget *Form)
200 {
201 Form->setWindowTitle(QApplication::translate("Form", "Overlays", 0));
202 label->setText(QApplication::translate("Form", "Window size", 0));
203 label_5->setText(QString());
204 tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab), QApplication::translate("Form", "Autocorrelate", 0));
205 tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab_3), QApplication::translate("Form", "Askdemod", 0));
206 label_2->setText(QApplication::translate("Form", "Up", 0));
207 label_6->setText(QString());
208 label_3->setText(QApplication::translate("Form", "Down", 0));
209 label_7->setText(QString());
210 tabWidget_overlays->setTabText(tabWidget_overlays->indexOf(tab_2), QApplication::translate("Form", "Dirthreshold", 0));
211 pushButton_apply->setText(QApplication::translate("Form", "Apply", 0));
212 pushButton_sticky->setText(QApplication::translate("Form", "Sticky", 0));
213 label_4->setText(QApplication::translate("Form", "TextLabel", 0));
214 } // retranslateUi
215
216};
217
218namespace Ui {
219 class Form: public Ui_Form {};
220} // namespace Ui
221
222QT_END_NAMESPACE
223
224#endif // OVERLAYSTQ7020_H
Impressum, Datenschutz