1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SMTableStyleWidget</class>
4 <widget class="QWidget" name="SMTableStyleWidget">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>378</width>
10    <height>486</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="maximumSize">
46           <size>
47            <width>22</width>
48            <height>22</height>
49           </size>
50          </property>
51          <property name="text">
52           <string/>
53          </property>
54          <property name="buddy">
55           <cstring>fillColor</cstring>
56          </property>
57         </widget>
58        </item>
59        <item>
60         <widget class="SMColorCombo" name="fillColor">
61          <property name="toolTip">
62           <string>Fill Color</string>
63          </property>
64         </widget>
65        </item>
66        <item>
67         <widget class="QLabel" name="fillShadeLabel">
68          <property name="text">
69           <string/>
70          </property>
71         </widget>
72        </item>
73        <item>
74         <widget class="SMShadeButton" name="fillShade">
75          <property name="toolTip">
76           <string>Fill Shade</string>
77          </property>
78          <property name="text">
79           <string/>
80          </property>
81         </widget>
82        </item>
83        <item>
84         <spacer>
85          <property name="orientation">
86           <enum>Qt::Horizontal</enum>
87          </property>
88          <property name="sizeHint" stdset="0">
89           <size>
90            <width>40</width>
91            <height>20</height>
92           </size>
93          </property>
94         </spacer>
95        </item>
96       </layout>
97      </item>
98     </layout>
99    </widget>
100   </item>
101   <item>
102    <spacer>
103     <property name="orientation">
104      <enum>Qt::Vertical</enum>
105     </property>
106     <property name="sizeType">
107      <enum>QSizePolicy::MinimumExpanding</enum>
108     </property>
109     <property name="sizeHint" stdset="0">
110      <size>
111       <width>72</width>
112       <height>356</height>
113      </size>
114     </property>
115    </spacer>
116   </item>
117  </layout>
118 </widget>
119 <customwidgets>
120  <customwidget>
121   <class>SMColorCombo</class>
122   <extends>QComboBox</extends>
123   <header>ui/smcolorcombo.h</header>
124  </customwidget>
125  <customwidget>
126   <class>SMShadeButton</class>
127   <extends>QPushButton</extends>
128   <header>ui/smshadebutton.h</header>
129  </customwidget>
130 </customwidgets>
131 <resources/>
132 <connections/>
133</ui>
134