diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-05-28 10:51:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-05-28 10:51:40 +0200 |
commit | dfd2dcdab74aaaf7109159468b597883358f104f (patch) | |
tree | c08900f8ece396c6bf92c0e1aa1f51d62675cd2a /ftnoir_tracker_ht/ht-trackercontrols.ui | |
parent | 9fcb82ad0da705b505777d0e804e1410cee8c2ba (diff) |
HT bump
Diffstat (limited to 'ftnoir_tracker_ht/ht-trackercontrols.ui')
-rw-r--r-- | ftnoir_tracker_ht/ht-trackercontrols.ui | 167 |
1 files changed, 160 insertions, 7 deletions
diff --git a/ftnoir_tracker_ht/ht-trackercontrols.ui b/ftnoir_tracker_ht/ht-trackercontrols.ui index 5f414fc2..fbe7a41a 100644 --- a/ftnoir_tracker_ht/ht-trackercontrols.ui +++ b/ftnoir_tracker_ht/ht-trackercontrols.ui @@ -9,8 +9,8 @@ <rect> <x>0</x> <y>0</y> - <width>549</width> - <height>131</height> + <width>593</width> + <height>280</height> </rect> </property> <property name="sizePolicy"> @@ -22,7 +22,7 @@ <property name="maximumSize"> <size> <width>750</width> - <height>160</height> + <height>280</height> </size> </property> <property name="windowTitle"> @@ -122,8 +122,8 @@ <widget class="QPushButton" name="buttonOK"> <property name="geometry"> <rect> - <x>390</x> - <y>100</y> + <x>430</x> + <y>250</y> <width>75</width> <height>23</height> </rect> @@ -135,8 +135,8 @@ <widget class="QPushButton" name="buttonCancel"> <property name="geometry"> <rect> - <x>470</x> - <y>100</y> + <x>510</x> + <y>250</y> <width>75</width> <height>23</height> </rect> @@ -289,6 +289,159 @@ </property> </item> </widget> + <widget class="QDoubleSpinBox" name="doubleSpinBox"> + <property name="geometry"> + <rect> + <x>130</x> + <y>130</y> + <width>171</width> + <height>22</height> + </rect> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="buttonSymbols"> + <enum>QAbstractSpinBox::NoButtons</enum> + </property> + <property name="decimals"> + <number>24</number> + </property> + <property name="minimum"> + <double>-1000.000000000000000</double> + </property> + <property name="maximum"> + <double>1000.000000000000000</double> + </property> + <property name="singleStep"> + <double>0.000000000000000</double> + </property> + </widget> + <widget class="QLabel" name="label_5"> + <property name="geometry"> + <rect> + <x>10</x> + <y>130</y> + <width>111</width> + <height>16</height> + </rect> + </property> + <property name="text"> + <string>Distortion coefficients</string> + </property> + </widget> + <widget class="QDoubleSpinBox" name="doubleSpinBox_2"> + <property name="geometry"> + <rect> + <x>130</x> + <y>160</y> + <width>171</width> + <height>22</height> + </rect> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="buttonSymbols"> + <enum>QAbstractSpinBox::NoButtons</enum> + </property> + <property name="decimals"> + <number>24</number> + </property> + <property name="minimum"> + <double>-1000.000000000000000</double> + </property> + <property name="maximum"> + <double>1000.000000000000000</double> + </property> + <property name="singleStep"> + <double>0.000000000000000</double> + </property> + </widget> + <widget class="QDoubleSpinBox" name="doubleSpinBox_3"> + <property name="geometry"> + <rect> + <x>130</x> + <y>190</y> + <width>171</width> + <height>22</height> + </rect> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="buttonSymbols"> + <enum>QAbstractSpinBox::NoButtons</enum> + </property> + <property name="decimals"> + <number>24</number> + </property> + <property name="minimum"> + <double>-1000.000000000000000</double> + </property> + <property name="maximum"> + <double>1000.000000000000000</double> + </property> + <property name="singleStep"> + <double>0.000000000000000</double> + </property> + </widget> + <widget class="QDoubleSpinBox" name="doubleSpinBox_4"> + <property name="geometry"> + <rect> + <x>130</x> + <y>220</y> + <width>171</width> + <height>22</height> + </rect> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="buttonSymbols"> + <enum>QAbstractSpinBox::NoButtons</enum> + </property> + <property name="decimals"> + <number>24</number> + </property> + <property name="minimum"> + <double>-1000.000000000000000</double> + </property> + <property name="maximum"> + <double>1000.000000000000000</double> + </property> + <property name="singleStep"> + <double>0.000000000000000</double> + </property> + </widget> + <widget class="QDoubleSpinBox" name="doubleSpinBox_5"> + <property name="geometry"> + <rect> + <x>130</x> + <y>250</y> + <width>171</width> + <height>22</height> + </rect> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="buttonSymbols"> + <enum>QAbstractSpinBox::NoButtons</enum> + </property> + <property name="decimals"> + <number>24</number> + </property> + <property name="minimum"> + <double>-1000.000000000000000</double> + </property> + <property name="maximum"> + <double>1000.000000000000000</double> + </property> + <property name="singleStep"> + <double>0.000000000000000</double> + </property> + </widget> </widget> <resources/> <connections/> |