Yingdi Yu | 348f5ea | 2014-03-01 14:47:25 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <ui version="4.0"> |
| 3 | <class>BrowseContactDialog</class> |
| 4 | <widget class="QDialog" name="BrowseContactDialog"> |
| 5 | <property name="geometry"> |
| 6 | <rect> |
| 7 | <x>0</x> |
| 8 | <y>0</y> |
| 9 | <width>600</width> |
| 10 | <height>480</height> |
| 11 | </rect> |
| 12 | </property> |
| 13 | <property name="windowTitle"> |
| 14 | <string>BrowseContacts</string> |
| 15 | </property> |
| 16 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 17 | <item> |
| 18 | <layout class="QVBoxLayout" name="verticalLayout" stretch="20,1"> |
| 19 | <item> |
| 20 | <layout class="QHBoxLayout" name="horizontalLayout" stretch="2,3"> |
| 21 | <item> |
| 22 | <widget class="QListView" name="ContactList"> |
| 23 | <property name="contextMenuPolicy"> |
| 24 | <enum>Qt::CustomContextMenu</enum> |
| 25 | </property> |
| 26 | <property name="acceptDrops"> |
| 27 | <bool>false</bool> |
| 28 | </property> |
| 29 | <property name="editTriggers"> |
| 30 | <set>QAbstractItemView::NoEditTriggers</set> |
| 31 | </property> |
| 32 | </widget> |
| 33 | </item> |
| 34 | <item> |
| 35 | <widget class="QTableWidget" name="InfoTable"> |
| 36 | <attribute name="horizontalHeaderStretchLastSection"> |
| 37 | <bool>true</bool> |
| 38 | </attribute> |
| 39 | </widget> |
| 40 | </item> |
| 41 | </layout> |
| 42 | </item> |
| 43 | <item> |
| 44 | <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,0"> |
| 45 | <item> |
| 46 | <widget class="QPushButton" name="AddButton"> |
| 47 | <property name="text"> |
| 48 | <string>Add </string> |
| 49 | </property> |
| 50 | <property name="autoDefault"> |
| 51 | <bool>false</bool> |
| 52 | </property> |
| 53 | </widget> |
| 54 | </item> |
| 55 | <item> |
| 56 | <widget class="QPushButton" name="DirectAddButton"> |
| 57 | <property name="text"> |
| 58 | <string>Direct Add</string> |
| 59 | </property> |
| 60 | <property name="autoDefault"> |
| 61 | <bool>false</bool> |
| 62 | </property> |
| 63 | </widget> |
| 64 | </item> |
| 65 | </layout> |
| 66 | </item> |
| 67 | </layout> |
| 68 | </item> |
| 69 | </layout> |
| 70 | </widget> |
| 71 | <resources/> |
| 72 | <connections/> |
| 73 | </ui> |