1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SMCellStyleWidget</class>
4 <widget class="QWidget" name="SMCellStyleWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>378</width>
10    <height>535</height>
11   </rect>
12  </property>
13  <layout class="QVBoxLayout" name="verticalLayout_2">
14   <item>
15    <layout class="QHBoxLayout" name="horizontalLayout_2">
16     <item>
17      <widget class="QLabel" name="parentLabel">
18       <property name="text">
19        <string>Based On:</string>
20       </property>
21      </widget>
22     </item>
23     <item>
24      <widget class="QComboBox" name="parentCombo">
25       <property name="sizePolicy">
26        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
27         <horstretch>0</horstretch>
28         <verstretch>0</verstretch>
29        </sizepolicy>
30       </property>
31      </widget>
32     </item>
33    </layout>
34   </item>
35   <item>
36    <widget class="QGroupBox" name="smColorGroup">
37     <property name="title">
38      <string>Colors</string>
39     </property>
40     <layout class="QVBoxLayout" name="verticalLayout">
41      <item>
42       <layout class="QHBoxLayout" name="horizontalLayout">
43        <item>
44         <widget class="QLabel" name="fillColorIcon">
45          <property name="minimumSize">
46           <size>
47            <width>0</width>
48            <height>0</height>
49           </size>
50          </property>
51          <property name="maximumSize">
52           <size>
53            <width>22</width>
54            <height>22</height>
55           </size>
56          </property>
57          <property name="text">
58           <string/>
59          </property>
60          <property name="buddy">
61           <cstring>fillColor</cstring>
62          </property>
63         </widget>
64        </item>
65        <item>
66         <widget class="SMColorCombo" name="fillColor">
67          <property name="toolTip">
68           <string>Fill Color</string>
69          </property>
70         </widget>
71        </item>
72        <item>
73         <widget class="QLabel" name="fillShadeLabel">
74          <property name="minimumSize">
75           <size>
76            <width>0</width>
77            <height>0</height>
78           </size>
79          </property>
80          <property name="text">
81           <string/>
82          </property>
83         </widget>
84        </item>
85        <item>
86         <widget class="SMShadeButton" name="fillShade">
87          <property name="toolTip">
88           <string>Fill Shade</string>
89          </property>
90          <property name="text">
91           <string/>
92          </property>
93         </widget>
94        </item>
95        <item>
96         <spacer>
97          <property name="orientation">
98           <enum>Qt::Horizontal</enum>
99          </property>
100          <property name="sizeHint" stdset="0">
101           <size>
102            <width>40</width>
103            <height>20</height>
104           </size>
105          </property>
106         </spacer>
107        </item>
108       </layout>
109      </item>
110     </layout>
111    </widget>
112   </item>
113   <item>
114    <spacer>
115     <property name="orientation">
116      <enum>Qt::Vertical</enum>
117     </property>
118     <property name="sizeType">
119      <enum>QSizePolicy::MinimumExpanding</enum>
120     </property>
121     <property name="sizeHint" stdset="0">
122      <size>
123       <width>72</width>
124       <height>388</height>
125      </size>
126     </property>
127    </spacer>
128   </item>
129  </layout>
130 </widget>
131 <customwidgets>
132  <customwidget>
133   <class>SMColorCombo</class>
134   <extends>QComboBox</extends>
135   <header>ui/smcolorcombo.h</header>
136  </customwidget>
137  <customwidget>
138   <class>SMShadeButton</class>
139   <extends>QPushButton</extends>
140   <header>ui/smshadebutton.h</header>
141  </customwidget>
142 </customwidgets>
143 <resources/>
144 <connections/>
145</ui>
146