1.1 --- a/warningdialog.ui Thu Sep 14 11:38:18 2006 +0000
1.2 +++ b/warningdialog.ui Sat Mar 31 09:28:30 2007 +0000
1.3 @@ -1,7 +1,4 @@
1.4 <ui version="4.0" >
1.5 - <author></author>
1.6 - <comment></comment>
1.7 - <exportmacro></exportmacro>
1.8 <class>WarningDialog</class>
1.9 <widget class="QDialog" name="WarningDialog" >
1.10 <property name="geometry" >
1.11 @@ -23,7 +20,54 @@
1.12 <number>6</number>
1.13 </property>
1.14 <item>
1.15 - <widget class="QTextEdit" name="warningTE" />
1.16 + <widget class="QTextEdit" name="warningTE" >
1.17 + <property name="palette" >
1.18 + <palette>
1.19 + <active>
1.20 + <colorrole role="Base" >
1.21 + <brush brushstyle="SolidPattern" >
1.22 + <color alpha="255" >
1.23 + <red>238</red>
1.24 + <green>238</green>
1.25 + <blue>238</blue>
1.26 + </color>
1.27 + </brush>
1.28 + </colorrole>
1.29 + </active>
1.30 + <inactive>
1.31 + <colorrole role="Base" >
1.32 + <brush brushstyle="SolidPattern" >
1.33 + <color alpha="255" >
1.34 + <red>238</red>
1.35 + <green>238</green>
1.36 + <blue>238</blue>
1.37 + </color>
1.38 + </brush>
1.39 + </colorrole>
1.40 + </inactive>
1.41 + <disabled>
1.42 + <colorrole role="Base" >
1.43 + <brush brushstyle="SolidPattern" >
1.44 + <color alpha="255" >
1.45 + <red>238</red>
1.46 + <green>238</green>
1.47 + <blue>238</blue>
1.48 + </color>
1.49 + </brush>
1.50 + </colorrole>
1.51 + </disabled>
1.52 + </palette>
1.53 + </property>
1.54 + <property name="frameShape" >
1.55 + <enum>QFrame::NoFrame</enum>
1.56 + </property>
1.57 + <property name="frameShadow" >
1.58 + <enum>QFrame::Plain</enum>
1.59 + </property>
1.60 + <property name="readOnly" >
1.61 + <bool>true</bool>
1.62 + </property>
1.63 + </widget>
1.64 </item>
1.65 <item>
1.66 <widget class="QLabel" name="warningSign" >
1.67 @@ -42,7 +86,7 @@
1.68 </property>
1.69 <property name="sizeHint" >
1.70 <size>
1.71 - <width>512</width>
1.72 + <width>525</width>
1.73 <height>16</height>
1.74 </size>
1.75 </property>