first release
[groupsms] / sms / newgroupdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>NewGroupDialog</class>
4  <widget class="QDialog" name="NewGroupDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>102</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>300</x>
20      <y>30</y>
21      <width>81</width>
22      <height>61</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="QLineEdit" name="groupNmaeEdit">
33    <property name="geometry">
34     <rect>
35      <x>30</x>
36      <y>30</y>
37      <width>261</width>
38      <height>61</height>
39     </rect>
40    </property>
41   </widget>
42   <widget class="QLabel" name="label_newgroup">
43    <property name="geometry">
44     <rect>
45      <x>110</x>
46      <y>0</y>
47      <width>151</width>
48      <height>31</height>
49     </rect>
50    </property>
51    <property name="font">
52     <font>
53      <family>AlArabiya</family>
54      <pointsize>14</pointsize>
55     </font>
56    </property>
57    <property name="text">
58     <string>New Group Name</string>
59    </property>
60   </widget>
61  </widget>
62  <resources/>
63  <connections>
64   <connection>
65    <sender>btngroup_ok_cancel</sender>
66    <signal>accepted()</signal>
67    <receiver>NewGroupDialog</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>NewGroupDialog</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>