blob: 1108478a5aa2f6595b33148a9eeb89045a591dd0 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SendInvitationRequestDialog</class>
<widget class="QDialog" name="SendInvitationRequestDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>441</width>
<height>308</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="introLabel">
<property name="geometry">
<rect>
<x>40</x>
<y>20</y>
<width>391</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Choose your contact to send invitation request:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QListView" name="contactsListView">
<property name="geometry">
<rect>
<x>40</x>
<y>50</y>
<width>351</width>
<height>192</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="sendButton">
<property name="geometry">
<rect>
<x>230</x>
<y>260</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Send</string>
</property>
</widget>
<widget class="QPushButton" name="cancelButton">
<property name="geometry">
<rect>
<x>330</x>
<y>260</y>
<width>91</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>