<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SmartObjectClassDialog</class> <widget class="QDialog" name="SmartObjectClassDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>312</width> <height>401</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>AI Anchors</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="9" column="0" colspan="2"> <widget class="QWidget" name="m_widgetMulti" native="true"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QLabel" name="label_2"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QTextEdit" name="m_selectionList"> <property name="minimumSize"> <size> <width>0</width> <height>52</height> </size> </property> <property name="maximumSize"> <size> <width>291</width> <height>52</height> </size> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item row="8" column="0" colspan="2"> <widget class="QTextEdit" name="m_description"> <property name="minimumSize"> <size> <width>0</width> <height>52</height> </size> </property> <property name="maximumSize"> <size> <width>291</width> <height>52</height> </size> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item row="10" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set> </property> </widget> </item> <item row="4" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>15</height> </size> </property> </spacer> </item> <item row="5" column="1"> <widget class="QPushButton" name="m_btnRefresh"> <property name="text"> <string>Re&fresh</string> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Description:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="buddy"> <cstring>m_description</cstring> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="m_labelListCaption"> <property name="text"> <string>&Choose AI anchor type:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> <property name="buddy"> <cstring>m_TreeCtrl</cstring> </property> </widget> </item> <item row="1" column="1"> <widget class="QPushButton" name="m_btnNew"> <property name="text"> <string>&New...</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QPushButton" name="m_btnEdit"> <property name="text"> <string>&Edit...</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QPushButton" name="m_btnDelete"> <property name="text"> <string>&Delete...</string> </property> </widget> </item> <item row="1" column="0" rowspan="6"> <widget class="QTreeView" name="m_TreeCtrl"> <property name="minimumSize"> <size> <width>0</width> <height>179</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>179</height> </size> </property> <property name="frameShape"> <enum>QFrame::Panel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <attribute name="headerVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SmartObjectClassDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>174</x> <y>378</y> </hint> <hint type="destinationlabel"> <x>110</x> <y>366</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SmartObjectClassDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>206</x> <y>378</y> </hint> <hint type="destinationlabel"> <x>206</x> <y>365</y> </hint> </hints> </connection> </connections> </ui>