Initial commit
[tietoopcom] / src / TocUi / TocThemesSettingsWidget.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>TocThemesSettingsWidgetClass</class>
33  <widget class="QWidget" name="TocThemesSettingsWidgetClass" >
34   <property name="geometry" >
35    <rect>
36     <x>0</x>
37     <y>0</y>
38     <width>593</width>
39     <height>405</height>
40    </rect>
41   </property>
42   <property name="windowTitle" >
43    <string>Form</string>
44   </property>
45   <property name="styleSheet" >
46    <string notr="true" />
47   </property>
48   <layout class="QGridLayout" name="gridLayout_2" >
49    <item row="0" column="0" >
50     <widget class="QFrame" name="frame" >
51      <property name="enabled" >
52       <bool>true</bool>
53      </property>
54      <property name="sizePolicy" >
55       <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
56        <horstretch>0</horstretch>
57        <verstretch>0</verstretch>
58       </sizepolicy>
59      </property>
60      <property name="styleSheet" >
61       <string notr="true" />
62      </property>
63      <property name="frameShape" >
64       <enum>QFrame::Box</enum>
65      </property>
66      <property name="frameShadow" >
67       <enum>QFrame::Sunken</enum>
68      </property>
69      <property name="lineWidth" >
70       <number>1</number>
71      </property>
72      <layout class="QGridLayout" name="gridLayout" >
73       <item row="0" column="0" >
74        <layout class="QVBoxLayout" name="verticalLayout_3" >
75         <item>
76          <spacer name="verticalSpacer_2" >
77           <property name="orientation" >
78            <enum>Qt::Vertical</enum>
79           </property>
80           <property name="sizeHint" stdset="0" >
81            <size>
82             <width>20</width>
83             <height>40</height>
84            </size>
85           </property>
86          </spacer>
87         </item>
88         <item>
89          <widget class="QPushButton" name="backThemeButton" >
90           <property name="styleSheet" >
91            <string notr="true" >QPushButton {
92                         font: bold 16px;
93                 border-radius: 5px;
94                         min-height: 80px;
95                         min-width: 80px;
96                         max-height: 80px;
97                         max-width: 80px;
98 }</string>
99           </property>
100           <property name="text" >
101            <string>Back</string>
102           </property>
103          </widget>
104         </item>
105        </layout>
106       </item>
107       <item row="0" column="1" >
108        <layout class="QVBoxLayout" name="verticalLayout" >
109         <item>
110          <widget class="QListWidget" name="themesListWidget" >
111           <property name="sizePolicy" >
112            <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
113             <horstretch>0</horstretch>
114             <verstretch>0</verstretch>
115            </sizepolicy>
116           </property>
117           <property name="autoFillBackground" >
118            <bool>true</bool>
119           </property>
120           <property name="styleSheet" >
121            <string notr="true" >QListView {
122         font: bold 30px;
123 }
124
125 </string>
126           </property>
127           <property name="lineWidth" >
128            <number>1</number>
129           </property>
130           <property name="midLineWidth" >
131            <number>1</number>
132           </property>
133           <property name="showDropIndicator" stdset="0" >
134            <bool>false</bool>
135           </property>
136           <property name="alternatingRowColors" >
137            <bool>false</bool>
138           </property>
139           <property name="selectionMode" >
140            <enum>QAbstractItemView::SingleSelection</enum>
141           </property>
142           <property name="selectionBehavior" >
143            <enum>QAbstractItemView::SelectItems</enum>
144           </property>
145           <property name="iconSize" >
146            <size>
147             <width>0</width>
148             <height>0</height>
149            </size>
150           </property>
151           <property name="textElideMode" >
152            <enum>Qt::ElideMiddle</enum>
153           </property>
154           <property name="horizontalScrollMode" >
155            <enum>QAbstractItemView::ScrollPerItem</enum>
156           </property>
157           <property name="movement" >
158            <enum>QListView::Static</enum>
159           </property>
160           <property name="flow" >
161            <enum>QListView::TopToBottom</enum>
162           </property>
163           <property name="isWrapping" stdset="0" >
164            <bool>false</bool>
165           </property>
166           <property name="resizeMode" >
167            <enum>QListView::Adjust</enum>
168           </property>
169           <property name="spacing" >
170            <number>5</number>
171           </property>
172           <property name="viewMode" >
173            <enum>QListView::ListMode</enum>
174           </property>
175           <property name="modelColumn" >
176            <number>0</number>
177           </property>
178           <property name="wordWrap" >
179            <bool>true</bool>
180           </property>
181           <property name="selectionRectVisible" >
182            <bool>true</bool>
183           </property>
184           <property name="currentRow" >
185            <number>-1</number>
186           </property>
187           <property name="sortingEnabled" >
188            <bool>false</bool>
189           </property>
190          </widget>
191         </item>
192        </layout>
193       </item>
194       <item row="0" column="2" >
195        <layout class="QVBoxLayout" name="verticalLayout_2" >
196         <item>
197          <widget class="QPushButton" name="addThemeButton" >
198           <property name="styleSheet" >
199            <string notr="true" >QPushButton {
200                         font: bold 16px;
201                 border-radius: 5px;
202                         min-height: 80px;
203                         min-width: 80px;
204                         max-height: 80px;
205                         max-width: 80px;
206 }</string>
207           </property>
208           <property name="text" >
209            <string>Add theme</string>
210           </property>
211          </widget>
212         </item>
213         <item>
214          <spacer name="verticalSpacer" >
215           <property name="orientation" >
216            <enum>Qt::Vertical</enum>
217           </property>
218           <property name="sizeHint" stdset="0" >
219            <size>
220             <width>20</width>
221             <height>40</height>
222            </size>
223           </property>
224          </spacer>
225         </item>
226         <item>
227          <widget class="QPushButton" name="applyThemeButton" >
228           <property name="autoFillBackground" >
229            <bool>false</bool>
230           </property>
231           <property name="styleSheet" >
232            <string notr="true" >QPushButton {
233                         font: bold 16px;
234                 border-radius: 5px;
235                         min-height: 80px;
236                         min-width: 80px;
237                         max-height: 80px;
238                         max-width: 80px;
239 }</string>
240           </property>
241           <property name="text" >
242            <string>Apply</string>
243           </property>
244          </widget>
245         </item>
246        </layout>
247       </item>
248      </layout>
249     </widget>
250    </item>
251   </layout>
252  </widget>
253  <resources/>
254  <connections/>
255 </ui>