source: qutecom-coip/examples/qutecomchat/IMContactDialog.ui @ 274:a56c9ce15c61

Last change on this file since 274:a56c9ce15c61 was 274:a56c9ce15c61, checked in by laurent <laurent@…>, 22 months ago

move examples

File size: 2.4 KB
RevLine 
[274]1<ui version="4.0" >
2 <author></author>
3 <comment></comment>
4 <exportmacro></exportmacro>
5 <class>IMContactDialog</class>
6 <widget class="QDialog" name="IMContactDialog" >
7  <property name="geometry" >
8   <rect>
9    <x>0</x>
10    <y>0</y>
11    <width>349</width>
12    <height>111</height>
13   </rect>
14  </property>
15  <layout class="QGridLayout" >
16   <property name="margin" >
17    <number>9</number>
18   </property>
19   <property name="spacing" >
20    <number>6</number>
21   </property>
22   <item row="2" column="2" >
23    <widget class="QPushButton" name="okButton" >
24     <property name="text" >
25      <string>OK</string>
26     </property>
27    </widget>
28   </item>
29   <item row="2" column="3" >
30    <widget class="QPushButton" name="cancelButton" >
31     <property name="text" >
32      <string>Cancel</string>
33     </property>
34    </widget>
35   </item>
36   <item row="1" column="0" >
37    <widget class="QLabel" name="label_2" >
38     <property name="text" >
39      <string>AccountType:</string>
40     </property>
41    </widget>
42   </item>
43   <item row="0" column="0" >
44    <widget class="QLabel" name="label" >
45     <property name="text" >
46      <string>Contact Id:</string>
47     </property>
48    </widget>
49   </item>
50   <item row="2" column="0" colspan="2" >
51    <spacer>
52     <property name="orientation" >
53      <enum>Qt::Horizontal</enum>
54     </property>
55     <property name="sizeHint" >
56      <size>
57       <width>175</width>
58       <height>31</height>
59      </size>
60     </property>
61    </spacer>
62   </item>
63   <item row="1" column="1" colspan="3" >
64    <widget class="QComboBox" name="accountType" />
65   </item>
66   <item row="0" column="1" colspan="3" >
67    <widget class="QLineEdit" name="contactId" />
68   </item>
69  </layout>
70 </widget>
71 <pixmapfunction></pixmapfunction>
72 <resources/>
73 <connections>
74  <connection>
75   <sender>okButton</sender>
76   <signal>clicked()</signal>
77   <receiver>IMContactDialog</receiver>
78   <slot>accept()</slot>
79   <hints>
80    <hint type="sourcelabel" >
81     <x>278</x>
82     <y>253</y>
83    </hint>
84    <hint type="destinationlabel" >
85     <x>96</x>
86     <y>254</y>
87    </hint>
88   </hints>
89  </connection>
90  <connection>
91   <sender>cancelButton</sender>
92   <signal>clicked()</signal>
93   <receiver>IMContactDialog</receiver>
94   <slot>reject()</slot>
95   <hints>
96    <hint type="sourcelabel" >
97     <x>369</x>
98     <y>253</y>
99    </hint>
100    <hint type="destinationlabel" >
101     <x>179</x>
102     <y>282</y>
103    </hint>
104   </hints>
105  </connection>
106 </connections>
107</ui>
Note: See TracBrowser for help on using the repository browser.