| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>AddContactPanel</class> |
| <widget class="QDialog" name="AddContactPanel"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>400</width> |
| <height>500</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Add Contact</string> |
| </property> |
| <widget class="QWidget" name="layoutWidget"> |
| <property name="geometry"> |
| <rect> |
| <x>10</x> |
| <y>10</y> |
| <width>381</width> |
| <height>481</height> |
| </rect> |
| </property> |
| <layout class="QVBoxLayout" name="addContactPanelLayout" stretch="1,25,0,1"> |
| <property name="spacing"> |
| <number>10</number> |
| </property> |
| <item> |
| <layout class="QHBoxLayout" name="contactSearchLayout" stretch="1,5,2"> |
| <item> |
| <widget class="QLabel" name="contactLabel"> |
| <property name="font"> |
| <font> |
| <weight>75</weight> |
| <bold>true</bold> |
| </font> |
| </property> |
| <property name="text"> |
| <string>Contact:</string> |
| </property> |
| <property name="textFormat"> |
| <enum>Qt::AutoText</enum> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QLineEdit" name="contactInput"/> |
| </item> |
| <item> |
| <widget class="QPushButton" name="searchButton"> |
| <property name="text"> |
| <string>Search</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| <item> |
| <widget class="QTableWidget" name="infoView"> |
| <attribute name="horizontalHeaderStretchLastSection"> |
| <bool>true</bool> |
| </attribute> |
| </widget> |
| </item> |
| <item> |
| <widget class="QCheckBox" name="fetchBox"> |
| <property name="text"> |
| <string>Fetch profile</string> |
| </property> |
| <property name="checkable"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <layout class="QHBoxLayout" name="buttonLayout"> |
| <item> |
| <widget class="QPushButton" name="cancelButton"> |
| <property name="text"> |
| <string>Cancel</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| <item> |
| <widget class="QPushButton" name="addButton"> |
| <property name="text"> |
| <string>Add</string> |
| </property> |
| <property name="autoDefault"> |
| <bool>false</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </item> |
| </layout> |
| </widget> |
| </widget> |
| <resources/> |
| <connections/> |
| </ui> |