Skip to content

Commit

Permalink
re-order elements
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Dec 30, 2015
1 parent d3313ff commit 8b589be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui_gstvideo.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QProgressBar>
#include <QtWidgets/QSlider>
#include <QtWidgets/QSpinBox>
Expand Down Expand Up @@ -60,7 +59,6 @@ class Ui_gstvideo
QLabel *label_3;
QLabel *label_4;
QLabel *label_5;
QLineEdit *lineEdit;
QSpinBox *spinBox;

void setupUi(QWidget *gstvideo)
Expand Down Expand Up @@ -212,13 +210,9 @@ class Ui_gstvideo
label_5 = new QLabel(gstvideo);
label_5->setObjectName(QStringLiteral("label_5"));
label_5->setGeometry(QRect(460, 550, 61, 16));
lineEdit = new QLineEdit(gstvideo);
lineEdit->setObjectName(QStringLiteral("lineEdit"));
lineEdit->setGeometry(QRect(50, 700, 113, 21));
spinBox = new QSpinBox(gstvideo);
spinBox->setObjectName(QStringLiteral("spinBox"));
spinBox->setGeometry(QRect(350, 770, 44, 25));
lineEdit->raise();
spinBox->raise();
layoutWidget->raise();
layoutWidget->raise();
Expand Down

0 comments on commit 8b589be

Please sign in to comment.