Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Removed size ui elements
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-kretschmerf committed Apr 25, 2017
1 parent 2c420a5 commit 1125499
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 46 deletions.
9 changes: 6 additions & 3 deletions TrackerPlugin_EyeTracker.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ CONFIG += c++11

SOURCES += \
TrackerWorker.cpp \
TrackerPlugin_EyeTracker.cpp
TrackerPlugin_EyeTracker.cpp \
ResizeHelper.cpp \
ResizeTraits.cpp

HEADERS += \
TrackerWorker.h \
NotifyingQGraphicsRectItem.h \
TrackerPlugin_EyeTracker.h
TrackerPlugin_EyeTracker.h \
ResizeHelper.h \
ResizeTraits.h

INCLUDEPATH += ../../../src/

Expand Down
46 changes: 3 additions & 43 deletions TrackerPlugin_EyeTracker.ui
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,6 @@
</widget>
</item>
<item row="4" column="1">
<widget class="QLabel" name="label_8">
<property name="text">
<string>ROI size</string>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="label_threshold_1">
<property name="text">
<string>Threshold</string>
Expand All @@ -246,7 +239,7 @@
</property>
</widget>
</item>
<item row="5" column="2">
<item row="4" column="2">
<widget class="QSlider" name="horizontalSlider_1">
<property name="minimum">
<number>1</number>
Expand All @@ -259,19 +252,6 @@
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QSlider" name="horizontalSlider_Size_1">
<property name="minimum">
<number>0</number>
</property>
<property name="value">
<number>99</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
Expand Down Expand Up @@ -345,7 +325,7 @@
</property>
</widget>
</item>
<item row="3" column="1">
<item row="3" column="0">
<widget class="QLabel" name="label_threshold_2">
<property name="text">
<string>Threshold</string>
Expand All @@ -355,14 +335,7 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>ROI size</string>
</property>
</widget>
</item>
<item row="4" column="1">
<item row="3" column="1">
<widget class="QSlider" name="horizontalSlider_2">
<property name="minimum">
<number>0</number>
Expand All @@ -375,19 +348,6 @@
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QSlider" name="horizontalSlider_Size_2">
<property name="minimum">
<number>1</number>
</property>
<property name="value">
<number>99</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit 1125499

Please sign in to comment.