OSDN Git Service

change ui
authorikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Thu, 1 Jan 2004 03:32:05 +0000 (03:32 +0000)
committerikemo <ikemo@56b19765-1e22-0410-a548-a0f45d66c51a>
Thu, 1 Jan 2004 03:32:05 +0000 (03:32 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/kita/kita/trunk@758 56b19765-1e22-0410-a548-a0f45d66c51a

kita/src/kitacolorprefbase.ui

index caa7328..38b171b 100644 (file)
         <property name="name">
             <cstring>colorList</cstring>
         </property>
-        <property name="enabled">
-            <bool>false</bool>
-        </property>
         <property name="geometry">
             <rect>
                 <x>10</x>
-                <y>40</y>
+                <y>10</y>
                 <width>230</width>
                 <height>170</height>
             </rect>
         <property name="name">
             <cstring>changeButton</cstring>
         </property>
-        <property name="enabled">
-            <bool>false</bool>
-        </property>
         <property name="geometry">
             <rect>
                 <x>250</x>
-                <y>40</y>
+                <y>10</y>
                 <width>80</width>
                 <height>30</height>
             </rect>
             <string>Change...</string>
         </property>
     </widget>
-    <widget class="QCheckBox">
-        <property name="name">
-            <cstring>customColorCheck</cstring>
-        </property>
-        <property name="geometry">
-            <rect>
-                <x>10</x>
-                <y>10</y>
-                <width>144</width>
-                <height>19</height>
-            </rect>
-        </property>
-        <property name="text">
-            <string>Use custom colors</string>
-        </property>
-    </widget>
 </widget>
-<connections>
-    <connection>
-        <sender>customColorCheck</sender>
-        <signal>toggled(bool)</signal>
-        <receiver>colorList</receiver>
-        <slot>setEnabled(bool)</slot>
-    </connection>
-    <connection>
-        <sender>customColorCheck</sender>
-        <signal>toggled(bool)</signal>
-        <receiver>changeButton</receiver>
-        <slot>setEnabled(bool)</slot>
-    </connection>
-</connections>
-<slots>
-    <slot>customColorCheck_toggled( bool state )</slot>
-</slots>
 <layoutdefaults spacing="6" margin="11"/>
 <includehints>
     <includehint>klistbox.h</includehint>