| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>BrowseContactDialog</class> |
| <widget class="QDialog" name="BrowseContactDialog"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>600</width> |
| <height>480</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>BrowseContacts</string> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout_2"> |
| <item> |
| <layout class="QVBoxLayout" name="verticalLayout" stretch="20,1"> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,3"> |
| <item> |
| <widget class="QListView" name="ContactList"> |
| <property name="contextMenuPolicy"> |
| <enum>Qt::CustomContextMenu</enum> |
| </property> |
| <property name="acceptDrops"> |
| <bool>false</bool> |
| </property> |
| <property name="editTriggers"> |
| <set>QAbstractItemView::NoEditTriggers</set> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QTableWidget" name="InfoTable"> |
| <attribute name="horizontalHeaderStretchLastSection"> |
| <bool>true</bool> |
| </attribute> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0"> |
| <item> |
| <widget class="QPushButton" name="AddButton"> |
| <property name="text"> |
| <string>Add </string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="DirectAddButton"> |
| <property name="text"> |
| <string>Direct Add</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |