Tizen 2.1 base
[platform/upstream/hplip.git] / ui / faxaddrbookgroupeditform_base.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>FaxAddrBookGroupEditForm_base</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>FaxAddrBookGroupEditForm_base</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>377</width>
12             <height>359</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>HP Device Manager - Fax Address Book Group</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QLabel" row="0" column="0">
23             <property name="name">
24                 <cstring>textLabel8</cstring>
25             </property>
26             <property name="text">
27                 <string>&lt;b&gt;Group Name:&lt;/b&gt;</string>
28             </property>
29         </widget>
30         <widget class="QLabel" row="2" column="0" rowspan="1" colspan="4">
31             <property name="name">
32                 <cstring>textLabel9</cstring>
33             </property>
34             <property name="text">
35                 <string>&lt;b&gt;Member Address Book Entries:&lt;/b&gt;</string>
36             </property>
37         </widget>
38         <widget class="QListView" row="3" column="0" rowspan="1" colspan="4">
39             <column>
40                 <property name="text">
41                     <string>Group Members</string>
42                 </property>
43                 <property name="clickable">
44                     <bool>true</bool>
45                 </property>
46                 <property name="resizable">
47                     <bool>true</bool>
48                 </property>
49             </column>
50             <property name="name">
51                 <cstring>entriesListView</cstring>
52             </property>
53             <property name="selectionMode">
54                 <enum>NoSelection</enum>
55             </property>
56         </widget>
57         <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="3">
58             <property name="name">
59                 <cstring>groupnameEdit</cstring>
60             </property>
61         </widget>
62         <widget class="Line" row="1" column="0" rowspan="1" colspan="4">
63             <property name="name">
64                 <cstring>line11</cstring>
65             </property>
66             <property name="frameShape">
67                 <enum>HLine</enum>
68             </property>
69             <property name="frameShadow">
70                 <enum>Sunken</enum>
71             </property>
72             <property name="orientation">
73                 <enum>Horizontal</enum>
74             </property>
75         </widget>
76         <widget class="QPushButton" row="4" column="3">
77             <property name="name">
78                 <cstring>okButton</cstring>
79             </property>
80             <property name="text">
81                 <string>OK</string>
82             </property>
83         </widget>
84         <widget class="QPushButton" row="4" column="2">
85             <property name="name">
86                 <cstring>cancelButton</cstring>
87             </property>
88             <property name="text">
89                 <string>Cancel</string>
90             </property>
91         </widget>
92         <spacer row="4" column="0" rowspan="1" colspan="2">
93             <property name="name">
94                 <cstring>spacer36</cstring>
95             </property>
96             <property name="orientation">
97                 <enum>Horizontal</enum>
98             </property>
99             <property name="sizeType">
100                 <enum>Expanding</enum>
101             </property>
102             <property name="sizeHint">
103                 <size>
104                     <width>150</width>
105                     <height>20</height>
106                 </size>
107             </property>
108         </spacer>
109     </grid>
110 </widget>
111 <connections>
112     <connection>
113         <sender>okButton</sender>
114         <signal>clicked()</signal>
115         <receiver>FaxAddrBookGroupEditForm_base</receiver>
116         <slot>accept()</slot>
117     </connection>
118     <connection>
119         <sender>cancelButton</sender>
120         <signal>clicked()</signal>
121         <receiver>FaxAddrBookGroupEditForm_base</receiver>
122         <slot>reject()</slot>
123     </connection>
124     <connection>
125         <sender>groupnameEdit</sender>
126         <signal>textChanged(const QString&amp;)</signal>
127         <receiver>FaxAddrBookGroupEditForm_base</receiver>
128         <slot>groupnameEdit_textChanged(const QString&amp;)</slot>
129     </connection>
130     <connection>
131         <sender>entriesListView</sender>
132         <signal>clicked(QListViewItem*)</signal>
133         <receiver>FaxAddrBookGroupEditForm_base</receiver>
134         <slot>entriesListView_clicked(QListViewItem*)</slot>
135     </connection>
136 </connections>
137 <includes>
138     <include location="local" impldecl="in implementation">faxaddrbookgroupeditform_base.ui.h</include>
139 </includes>
140 <slots>
141     <slot>groupnameEdit_textChanged( const QString &amp; )</slot>
142     <slot>entriesListView_clicked( QListViewItem * )</slot>
143 </slots>
144 <layoutdefaults spacing="6" margin="11"/>
145 </UI>