[go: up one dir, main page]

Menu

[r1]: / hcolorcop / hcolorcop.ui  Maximize  Restore  History

Download this file

1277 lines (1276 with data), 38.9 kB

<ui version="4.0" >
 <class>HColorCop</class>
 <widget class="QDialog" name="HColorCop" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>306</width>
    <height>403</height>
   </rect>
  </property>
  <property name="minimumSize" >
   <size>
    <width>300</width>
    <height>400</height>
   </size>
  </property>
  <property name="windowTitle" >
   <string>Haydar Color Cop</string>
  </property>
  <property name="windowIcon" >
   <iconset resource="hcolorcop.qrc" >:/images/hcolorcop-20.png</iconset>
  </property>
  <property name="autoFillBackground" >
   <bool>true</bool>
  </property>
  <layout class="QVBoxLayout" >
   <item>
    <layout class="QHBoxLayout" >
     <item>
      <layout class="QGridLayout" >
       <property name="leftMargin" >
        <number>6</number>
       </property>
       <item row="0" column="0" >
        <widget class="QLabel" name="label_4" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
          </font>
         </property>
         <property name="text" >
          <string>Hue:</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1" >
        <widget class="QSpinBox" name="hueSpin" >
         <property name="autoFillBackground" >
          <bool>true</bool>
         </property>
         <property name="maximum" >
          <number>359</number>
         </property>
        </widget>
       </item>
       <item row="1" column="0" >
        <widget class="QLabel" name="label_5" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
           <weight>50</weight>
           <bold>false</bold>
          </font>
         </property>
         <property name="text" >
          <string>Sat:</string>
         </property>
        </widget>
       </item>
       <item row="1" column="1" >
        <widget class="QSpinBox" name="saturationSpin" >
         <property name="maximum" >
          <number>255</number>
         </property>
        </widget>
       </item>
       <item row="2" column="0" >
        <widget class="QLabel" name="label_6" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
           <weight>50</weight>
           <bold>false</bold>
          </font>
         </property>
         <property name="text" >
          <string>Value:</string>
         </property>
        </widget>
       </item>
       <item row="2" column="1" >
        <widget class="QSpinBox" name="valueSpin" >
         <property name="maximum" >
          <number>255</number>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <layout class="QGridLayout" >
       <item row="0" column="0" >
        <widget class="QLabel" name="label" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
          </font>
         </property>
         <property name="text" >
          <string>Red:</string>
         </property>
        </widget>
       </item>
       <item row="0" column="1" >
        <widget class="QSpinBox" name="redSpin" >
         <property name="maximum" >
          <number>255</number>
         </property>
        </widget>
       </item>
       <item row="1" column="0" >
        <widget class="QLabel" name="label_2" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
          </font>
         </property>
         <property name="text" >
          <string>Green:</string>
         </property>
        </widget>
       </item>
       <item row="1" column="1" >
        <widget class="QSpinBox" name="greenSpin" >
         <property name="maximum" >
          <number>255</number>
         </property>
        </widget>
       </item>
       <item row="2" column="0" >
        <widget class="QLabel" name="label_3" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
          </font>
         </property>
         <property name="text" >
          <string>Blue:</string>
         </property>
        </widget>
       </item>
       <item row="2" column="1" >
        <widget class="QSpinBox" name="blueSpin" >
         <property name="maximum" >
          <number>255</number>
         </property>
        </widget>
       </item>
      </layout>
     </item>
    </layout>
   </item>
   <item>
    <spacer>
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" >
      <size>
       <width>20</width>
       <height>16</height>
      </size>
     </property>
    </spacer>
   </item>
   <item>
    <layout class="QHBoxLayout" >
     <property name="spacing" >
      <number>0</number>
     </property>
     <item>
      <layout class="QHBoxLayout" >
       <item>
        <widget class="QLabel" name="colorLabel" >
         <property name="minimumSize" >
          <size>
           <width>70</width>
           <height>24</height>
          </size>
         </property>
         <property name="maximumSize" >
          <size>
           <width>70</width>
           <height>24</height>
          </size>
         </property>
         <property name="autoFillBackground" >
          <bool>true</bool>
         </property>
         <property name="frameShape" >
          <enum>QFrame::Box</enum>
         </property>
         <property name="text" >
          <string/>
         </property>
        </widget>
       </item>
       <item>
        <widget class="QPushButton" name="pickerBtn" >
         <property name="minimumSize" >
          <size>
           <width>24</width>
           <height>24</height>
          </size>
         </property>
         <property name="maximumSize" >
          <size>
           <width>24</width>
           <height>24</height>
          </size>
         </property>
         <property name="icon" >
          <iconset resource="hcolorcop.qrc" >:/images/picker.gif</iconset>
         </property>
        </widget>
       </item>
      </layout>
     </item>
     <item>
      <spacer>
       <property name="orientation" >
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" >
        <size>
         <width>18</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
     <item>
      <widget class="QLabel" name="label_9" >
       <property name="font" >
        <font>
         <family>URW Chancery L</family>
         <pointsize>14</pointsize>
        </font>
       </property>
       <property name="text" >
        <string>Color Name:</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QLineEdit" name="colorName" >
       <property name="minimumSize" >
        <size>
         <width>50</width>
         <height>0</height>
        </size>
       </property>
       <property name="maximumSize" >
        <size>
         <width>80</width>
         <height>16777215</height>
        </size>
       </property>
       <property name="maxLength" >
        <number>7</number>
       </property>
       <property name="alignment" >
        <set>Qt::AlignCenter</set>
       </property>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <spacer>
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" >
      <size>
       <width>20</width>
       <height>15</height>
      </size>
     </property>
    </spacer>
   </item>
   <item>
    <layout class="QHBoxLayout" >
     <item>
      <layout class="QVBoxLayout" >
       <item>
        <spacer>
         <property name="orientation" >
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" >
          <size>
           <width>20</width>
           <height>21</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QLabel" name="label_8" >
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
          </font>
         </property>
         <property name="text" >
          <string>Color Map:</string>
         </property>
         <property name="alignment" >
          <set>Qt::AlignCenter</set>
         </property>
        </widget>
       </item>
       <item>
        <widget class="HScreenColors" name="screenColors" >
         <property name="minimumSize" >
          <size>
           <width>135</width>
           <height>135</height>
          </size>
         </property>
         <property name="maximumSize" >
          <size>
           <width>135</width>
           <height>135</height>
          </size>
         </property>
         <property name="frameShape" >
          <enum>QFrame::Box</enum>
         </property>
         <property name="text" >
          <string>Here should come the color map</string>
         </property>
         <property name="alignment" >
          <set>Qt::AlignCenter</set>
         </property>
         <property name="wordWrap" >
          <bool>true</bool>
         </property>
        </widget>
       </item>
       <item>
        <spacer>
         <property name="orientation" >
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeType" >
          <enum>QSizePolicy::Fixed</enum>
         </property>
         <property name="sizeHint" >
          <size>
           <width>20</width>
           <height>24</height>
          </size>
         </property>
        </spacer>
       </item>
      </layout>
     </item>
     <item>
      <spacer>
       <property name="orientation" >
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" >
        <size>
         <width>40</width>
         <height>20</height>
        </size>
       </property>
      </spacer>
     </item>
     <item>
      <layout class="QVBoxLayout" >
       <item>
        <spacer>
         <property name="orientation" >
          <enum>Qt::Vertical</enum>
         </property>
         <property name="sizeHint" >
          <size>
           <width>20</width>
           <height>21</height>
          </size>
         </property>
        </spacer>
       </item>
       <item>
        <widget class="QLabel" name="label_7" >
         <property name="minimumSize" >
          <size>
           <width>0</width>
           <height>0</height>
          </size>
         </property>
         <property name="maximumSize" >
          <size>
           <width>16777215</width>
           <height>16777215</height>
          </size>
         </property>
         <property name="font" >
          <font>
           <family>URW Chancery L</family>
           <pointsize>14</pointsize>
          </font>
         </property>
         <property name="text" >
          <string>Actual Picture</string>
         </property>
         <property name="alignment" >
          <set>Qt::AlignCenter</set>
         </property>
        </widget>
       </item>
       <item>
        <layout class="QHBoxLayout" >
         <property name="spacing" >
          <number>0</number>
         </property>
         <item>
          <widget class="QPushButton" name="minBtn" >
           <property name="minimumSize" >
            <size>
             <width>24</width>
             <height>24</height>
            </size>
           </property>
           <property name="maximumSize" >
            <size>
             <width>24</width>
             <height>24</height>
            </size>
           </property>
           <property name="text" >
            <string>-</string>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QLabel" name="multiplyText" >
           <property name="minimumSize" >
            <size>
             <width>0</width>
             <height>24</height>
            </size>
           </property>
           <property name="maximumSize" >
            <size>
             <width>16777215</width>
             <height>24</height>
            </size>
           </property>
           <property name="palette" >
            <palette>
             <active>
              <colorrole role="WindowText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Button" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Light" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Midlight" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>217</red>
                 <green>217</green>
                 <blue>217</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Dark" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>89</red>
                 <green>89</green>
                 <blue>89</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Mid" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>119</red>
                 <green>119</green>
                 <blue>119</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Text" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="BrightText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="ButtonText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Base" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>163</red>
                 <green>163</green>
                 <blue>163</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Window" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Shadow" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="AlternateBase" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>217</red>
                 <green>217</green>
                 <blue>217</blue>
                </color>
               </brush>
              </colorrole>
             </active>
             <inactive>
              <colorrole role="WindowText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Button" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Light" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Midlight" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>217</red>
                 <green>217</green>
                 <blue>217</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Dark" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>89</red>
                 <green>89</green>
                 <blue>89</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Mid" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>119</red>
                 <green>119</green>
                 <blue>119</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Text" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="BrightText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="ButtonText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Base" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>163</red>
                 <green>163</green>
                 <blue>163</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Window" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Shadow" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="AlternateBase" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>217</red>
                 <green>217</green>
                 <blue>217</blue>
                </color>
               </brush>
              </colorrole>
             </inactive>
             <disabled>
              <colorrole role="WindowText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>89</red>
                 <green>89</green>
                 <blue>89</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Button" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Light" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Midlight" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>217</red>
                 <green>217</green>
                 <blue>217</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Dark" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>89</red>
                 <green>89</green>
                 <blue>89</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Mid" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>119</red>
                 <green>119</green>
                 <blue>119</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Text" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>89</red>
                 <green>89</green>
                 <blue>89</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="BrightText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="ButtonText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>89</red>
                 <green>89</green>
                 <blue>89</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Base" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Window" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Shadow" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="AlternateBase" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>179</red>
                 <green>179</green>
                 <blue>179</blue>
                </color>
               </brush>
              </colorrole>
             </disabled>
            </palette>
           </property>
           <property name="autoFillBackground" >
            <bool>true</bool>
           </property>
           <property name="frameShape" >
            <enum>QFrame::Box</enum>
           </property>
           <property name="text" >
            <string>200%</string>
           </property>
           <property name="alignment" >
            <set>Qt::AlignCenter</set>
           </property>
          </widget>
         </item>
         <item>
          <widget class="QPushButton" name="plusBtn" >
           <property name="minimumSize" >
            <size>
             <width>24</width>
             <height>24</height>
            </size>
           </property>
           <property name="maximumSize" >
            <size>
             <width>24</width>
             <height>24</height>
            </size>
           </property>
           <property name="palette" >
            <palette>
             <active>
              <colorrole role="WindowText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Button" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Light" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Midlight" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>239</red>
                 <green>238</green>
                 <blue>238</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Dark" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>111</red>
                 <green>111</green>
                 <blue>111</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Mid" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>149</red>
                 <green>148</green>
                 <blue>148</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Text" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="BrightText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="ButtonText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Base" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Window" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Shadow" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="AlternateBase" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>239</red>
                 <green>238</green>
                 <blue>238</blue>
                </color>
               </brush>
              </colorrole>
             </active>
             <inactive>
              <colorrole role="WindowText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Button" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Light" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Midlight" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>239</red>
                 <green>238</green>
                 <blue>238</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Dark" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>111</red>
                 <green>111</green>
                 <blue>111</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Mid" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>149</red>
                 <green>148</green>
                 <blue>148</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Text" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="BrightText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="ButtonText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Base" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Window" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Shadow" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="AlternateBase" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>239</red>
                 <green>238</green>
                 <blue>238</blue>
                </color>
               </brush>
              </colorrole>
             </inactive>
             <disabled>
              <colorrole role="WindowText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>111</red>
                 <green>111</green>
                 <blue>111</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Button" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Light" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Midlight" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>239</red>
                 <green>238</green>
                 <blue>238</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Dark" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>111</red>
                 <green>111</green>
                 <blue>111</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Mid" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>149</red>
                 <green>148</green>
                 <blue>148</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Text" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>111</red>
                 <green>111</green>
                 <blue>111</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="BrightText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>255</red>
                 <green>255</green>
                 <blue>255</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="ButtonText" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>111</red>
                 <green>111</green>
                 <blue>111</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Base" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Window" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="Shadow" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>0</red>
                 <green>0</green>
                 <blue>0</blue>
                </color>
               </brush>
              </colorrole>
              <colorrole role="AlternateBase" >
               <brush brushstyle="SolidPattern" >
                <color alpha="255" >
                 <red>223</red>
                 <green>222</green>
                 <blue>222</blue>
                </color>
               </brush>
              </colorrole>
             </disabled>
            </palette>
           </property>
           <property name="text" >
            <string>+</string>
           </property>
          </widget>
         </item>
        </layout>
       </item>
       <item>
        <widget class="HScreenWidget" name="screenShot" >
         <property name="minimumSize" >
          <size>
           <width>135</width>
           <height>135</height>
          </size>
         </property>
         <property name="maximumSize" >
          <size>
           <width>135</width>
           <height>135</height>
          </size>
         </property>
         <property name="frameShape" >
          <enum>QFrame::Panel</enum>
         </property>
         <property name="frameShadow" >
          <enum>QFrame::Sunken</enum>
         </property>
         <property name="text" >
          <string/>
         </property>
        </widget>
       </item>
      </layout>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <customwidgets>
  <customwidget>
   <class>HScreenWidget</class>
   <extends>QLabel</extends>
   <header>hscreenwidget.h</header>
  </customwidget>
  <customwidget>
   <class>HScreenColors</class>
   <extends>QLabel</extends>
   <header>hscreencolors.h</header>
  </customwidget>
 </customwidgets>
 <resources>
  <include location="hcolorcop.qrc" />
 </resources>
 <connections/>
</ui>