|
@@ -6,139 +6,143 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>393</width>
|
|
|
- <height>219</height>
|
|
|
+ <width>666</width>
|
|
|
+ <height>313</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Dialog</string>
|
|
|
</property>
|
|
|
- <widget class="QDialogButtonBox" name="buttonBox">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>40</x>
|
|
|
- <y>180</y>
|
|
|
- <width>341</width>
|
|
|
- <height>32</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <property name="orientation">
|
|
|
- <enum>Qt::Horizontal</enum>
|
|
|
- </property>
|
|
|
- <property name="standardButtons">
|
|
|
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QWidget" name="formLayoutWidget">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>10</x>
|
|
|
- <y>10</y>
|
|
|
- <width>371</width>
|
|
|
- <height>161</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- <layout class="QFormLayout" name="formLayout">
|
|
|
- <item row="0" column="0">
|
|
|
- <widget class="QLabel" name="label">
|
|
|
- <property name="text">
|
|
|
- <string>Maximum iterations</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QLineEdit" name="maxIterations">
|
|
|
- <property name="text">
|
|
|
- <string>5000</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QLabel" name="label_2">
|
|
|
- <property name="text">
|
|
|
- <string>Video Width</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QLabel" name="label_3">
|
|
|
- <property name="text">
|
|
|
- <string>Video Height</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QLineEdit" name="vidWidth">
|
|
|
- <property name="text">
|
|
|
- <string>1920</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="1">
|
|
|
- <widget class="QLineEdit" name="vidHeight">
|
|
|
- <property name="text">
|
|
|
- <string>1080</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="0">
|
|
|
- <widget class="QPushButton" name="pushButton">
|
|
|
- <property name="text">
|
|
|
- <string>Save As</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="5" column="1">
|
|
|
- <widget class="QLineEdit" name="savePath"/>
|
|
|
- </item>
|
|
|
- <item row="3" column="0">
|
|
|
- <widget class="QLabel" name="label_4">
|
|
|
- <property name="text">
|
|
|
- <string>Start View</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="3" column="1">
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="startX"/>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="startY"/>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="startW"/>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="startH"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- <item row="4" column="0">
|
|
|
- <widget class="QLabel" name="label_5">
|
|
|
- <property name="text">
|
|
|
- <string>End View</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="4" column="1">
|
|
|
- <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="endX"/>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="endY"/>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="endW"/>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="QLineEdit" name="endH"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
+ <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
+ <item>
|
|
|
+ <layout class="QFormLayout" name="formLayout">
|
|
|
+ <property name="sizeConstraint">
|
|
|
+ <enum>QLayout::SetMinimumSize</enum>
|
|
|
+ </property>
|
|
|
+ <item row="0" column="0">
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="text">
|
|
|
+ <string>Maximum iterations</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="0" column="1">
|
|
|
+ <widget class="QLineEdit" name="maxIterations">
|
|
|
+ <property name="text">
|
|
|
+ <string>5000</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="0">
|
|
|
+ <widget class="QLabel" name="label_2">
|
|
|
+ <property name="text">
|
|
|
+ <string>Video Width</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="0">
|
|
|
+ <widget class="QLabel" name="label_3">
|
|
|
+ <property name="text">
|
|
|
+ <string>Video Height</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="1" column="1">
|
|
|
+ <widget class="QLineEdit" name="vidWidth">
|
|
|
+ <property name="text">
|
|
|
+ <string>1920</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="2" column="1">
|
|
|
+ <widget class="QLineEdit" name="vidHeight">
|
|
|
+ <property name="text">
|
|
|
+ <string>1080</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="0">
|
|
|
+ <widget class="QPushButton" name="pushButton">
|
|
|
+ <property name="text">
|
|
|
+ <string>Save As</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="5" column="1">
|
|
|
+ <widget class="QLineEdit" name="savePath">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>400</width>
|
|
|
+ <height>0</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="0">
|
|
|
+ <widget class="QLabel" name="label_4">
|
|
|
+ <property name="text">
|
|
|
+ <string>Start View</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="3" column="1">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="startX"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="startY"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="startW"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="startH"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="0">
|
|
|
+ <widget class="QLabel" name="label_5">
|
|
|
+ <property name="text">
|
|
|
+ <string>End View</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item row="4" column="1">
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="endX"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="endY"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="endW"/>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QLineEdit" name="endH"/>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QDialogButtonBox" name="buttonBox">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="orientation">
|
|
|
+ <enum>Qt::Horizontal</enum>
|
|
|
+ </property>
|
|
|
+ <property name="standardButtons">
|
|
|
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
<resources/>
|
|
|
<connections>
|