|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Dialog</class>
- <widget class="QDialog" name="Dialog">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1151</width>
- <height>676</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="video">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>30</y>
- <width>691</width>
- <height>521</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="playButton">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>610</y>
- <width>85</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Play Video</string>
- </property>
- </widget>
- <widget class="QWidget" name="">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>326</width>
- <height>521</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="lButton">
- <property name="text">
- <string>Load Video</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="nameLabel">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QComboBox" name="comboBox">
- <item>
- <property name="text">
- <string>Motion Magnification</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Color Magnification </string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Maginfication Factor </string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="alpha"/>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <item>
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Spatial Frequency Cutoff</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="cutoff"/>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Temporal Frequency Passband</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="low">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="high">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_5">
- <item>
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Chromatic Attenuation</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QDoubleSpinBox" name="chromAtt">
- <property name="maximum">
- <double>1.000000000000000</double>
- </property>
- <property name="singleStep">
- <double>0.100000000000000</double>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QCheckBox" name="linearAtt">
- <property name="text">
- <string>Linear Attenuation</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="startButton">
- <property name="text">
- <string>Start</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="finished">
- <property name="text">
- <string/>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|