Initial commit
[tietoopcom] / src / TocUi / TocEmoticonsDialog.ui
1 <!--
2  * Tieto Open Communicator - Client for the Telepathy communications framework.
3  * Copyright (c) 2010, Tieto Corporation
4  *
5  * All rights reserved.
6  * Redistribution and use in source and binary forms, with or without modification,
7  * are permitted provided that the following conditions are met:
8  *
9  *      Redistributions of source code must retain the above copyright notice,
10  *      this list of conditions and the following disclaimer.
11  *      Redistributions in binary form must reproduce the above copyright notice,
12  *      this list of conditions and the following disclaimer in the documentation
13  *      and/or other materials provided with the distribution.
14  *      Neither the name of the Tieto Corporation nor the names of its contributors 
15  *      may be used to endorse or promote products derived from this software without
16  *      specific prior written permission.
17  *
18  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
20  * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
25  * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26  * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27  * 
28  *
29 -->
30
31 <ui version="4.0" >
32  <class>TocEmoticonsDialogClass</class>
33  <widget class="QDialog" name="TocEmoticonsDialogClass" >
34   <property name="geometry" >
35    <rect>
36     <x>0</x>
37     <y>0</y>
38     <width>418</width>
39     <height>310</height>
40    </rect>
41   </property>
42   <property name="windowTitle" >
43    <string>Emoticons</string>
44   </property>
45   <layout class="QGridLayout" name="gridLayout" >
46    <property name="leftMargin" >
47     <number>0</number>
48    </property>
49    <property name="topMargin" >
50     <number>9</number>
51    </property>
52    <property name="rightMargin" >
53     <number>9</number>
54    </property>
55    <property name="bottomMargin" >
56     <number>0</number>
57    </property>
58    <property name="spacing" >
59     <number>0</number>
60    </property>
61    <item row="0" column="0" colspan="3" >
62     <widget class="QListWidget" name="emoticonsListWidget" >
63      <property name="showDropIndicator" stdset="0" >
64       <bool>false</bool>
65      </property>
66      <property name="spacing" >
67       <number>10</number>
68      </property>
69      <property name="viewMode" >
70       <enum>QListView::ListMode</enum>
71      </property>
72      <property name="currentRow" >
73       <number>-1</number>
74      </property>
75     </widget>
76    </item>
77    <item row="1" column="0" >
78     <spacer name="horizontalSpacer" >
79      <property name="orientation" >
80       <enum>Qt::Horizontal</enum>
81      </property>
82      <property name="sizeHint" stdset="0" >
83       <size>
84        <width>142</width>
85        <height>77</height>
86       </size>
87      </property>
88     </spacer>
89    </item>
90    <item row="1" column="1" >
91     <widget class="QPushButton" name="backButton" >
92      <property name="styleSheet" >
93       <string notr="true" >QPushButton{
94         font: bold 16px;
95         border-radius: 5px;
96         min-height: 40px;
97         min-width: 80px;
98         max-height: 40px;
99         max-width: 80px;
100 }</string>
101      </property>
102      <property name="text" >
103       <string>Back</string>
104      </property>
105     </widget>
106    </item>
107    <item row="1" column="2" >
108     <spacer name="horizontalSpacer_2" >
109      <property name="orientation" >
110       <enum>Qt::Horizontal</enum>
111      </property>
112      <property name="sizeHint" stdset="0" >
113       <size>
114        <width>40</width>
115        <height>20</height>
116       </size>
117      </property>
118     </spacer>
119    </item>
120   </layout>
121  </widget>
122  <layoutdefault spacing="6" margin="11" />
123  <resources/>
124  <connections/>
125 </ui>