first release
[groupsms] / sms / addcontacttogroupdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddContactToGroupDialog</class>
4  <widget class="QDialog" name="AddContactToGroupDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <widget class="QDialogButtonBox" name="btngroup_ok_cancel">
17    <property name="geometry">
18     <rect>
19      <x>310</x>
20      <y>20</y>
21      <width>81</width>
22      <height>241</height>
23     </rect>
24    </property>
25    <property name="orientation">
26     <enum>Qt::Vertical</enum>
27    </property>
28    <property name="standardButtons">
29     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30    </property>
31   </widget>
32   <widget class="QWidget" name="verticalLayoutWidget">
33    <property name="geometry">
34     <rect>
35      <x>10</x>
36      <y>10</y>
37      <width>291</width>
38      <height>281</height>
39     </rect>
40    </property>
41    <layout class="QVBoxLayout" name="verticalLayout">
42     <item>
43      <layout class="QHBoxLayout" name="horizontalLayout">
44       <item>
45        <widget class="QLabel" name="label_add_to">
46         <property name="text">
47          <string>Add To:</string>
48         </property>
49         <property name="scaledContents">
50          <bool>false</bool>
51         </property>
52        </widget>
53       </item>
54       <item>
55        <widget class="QComboBox" name="comboBox_groupname"/>
56       </item>
57      </layout>
58     </item>
59    </layout>
60   </widget>
61  </widget>
62  <resources/>
63  <connections>
64   <connection>
65    <sender>btngroup_ok_cancel</sender>
66    <signal>accepted()</signal>
67    <receiver>AddContactToGroupDialog</receiver>
68    <slot>accept()</slot>
69    <hints>
70     <hint type="sourcelabel">
71      <x>248</x>
72      <y>254</y>
73     </hint>
74     <hint type="destinationlabel">
75      <x>157</x>
76      <y>274</y>
77     </hint>
78    </hints>
79   </connection>
80   <connection>
81    <sender>btngroup_ok_cancel</sender>
82    <signal>rejected()</signal>
83    <receiver>AddContactToGroupDialog</receiver>
84    <slot>reject()</slot>
85    <hints>
86     <hint type="sourcelabel">
87      <x>316</x>
88      <y>260</y>
89     </hint>
90     <hint type="destinationlabel">
91      <x>286</x>
92      <y>274</y>
93     </hint>
94    </hints>
95   </connection>
96  </connections>
97 </ui>