don't disable add items status area

This commit is contained in:
Damien Elmes 2009-05-09 06:22:59 +09:00
parent 8582c514aa
commit a36738c8ce

View file

@ -73,7 +73,7 @@
</widget> </widget>
<widget class="QTextEdit" name="status" > <widget class="QTextEdit" name="status" >
<property name="enabled" > <property name="enabled" >
<bool>false</bool> <bool>true</bool>
</property> </property>
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
@ -81,6 +81,43 @@
<verstretch>1</verstretch> <verstretch>1</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="palette" >
<palette>
<active>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>228</red>
<green>228</green>
<blue>228</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>228</red>
<green>228</green>
<blue>228</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base" >
<brush brushstyle="SolidPattern" >
<color alpha="255" >
<red>255</red>
<green>255</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="autoFillBackground" > <property name="autoFillBackground" >
<bool>true</bool> <bool>true</bool>
</property> </property>