Added some new features ("update objects" button and region selection) described in issue 2.

git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@74 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
matlabbe
2012-01-28 01:00:23 +00:00
parent a1c6ec7509
commit 27652b4f8f
11 changed files with 364 additions and 99 deletions
+23 -5
View File
@@ -15,11 +15,29 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,0">
<item>
<widget class="QLabel" name="label_instruction">
<property name="text">
<string>(Instructions)</string>
</property>
</widget>
<layout class="QHBoxLayout" name="horizontalLayout_3" stretch="1,0">
<item>
<widget class="QLabel" name="label_instruction">
<property name="text">
<string>(Instructions)</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_selection">
<item>
<property name="text">
<string>Select region</string>
</property>
</item>
<item>
<property name="text">
<string>Select keypoints</string>
</property>
</item>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
+9 -2
View File
@@ -379,7 +379,7 @@
<property name="minimumSize">
<size>
<width>300</width>
<height>128</height>
<height>162</height>
</size>
</property>
<property name="windowTitle">
@@ -407,7 +407,7 @@
<x>0</x>
<y>0</y>
<width>274</width>
<height>459</height>
<height>425</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_objects">
@@ -431,6 +431,13 @@
</widget>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_updateObjects">
<property name="text">
<string>Update objects</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>