Modified the E5TextEditSearchWidget slightly for better appearance on Windows platforms.

Thu, 15 Jan 2015 19:46:27 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 15 Jan 2015 19:46:27 +0100
changeset 4040
9c1d7c7d3100
parent 4039
661167a99aef
child 4041
f31399df3082

Modified the E5TextEditSearchWidget slightly for better appearance on Windows platforms.

E5Gui/E5TextEditSearchWidget.ui file | annotate | diff | comparison | revisions
--- a/E5Gui/E5TextEditSearchWidget.ui	Thu Jan 15 19:29:38 2015 +0100
+++ b/E5Gui/E5TextEditSearchWidget.ui	Thu Jan 15 19:46:27 2015 +0100
@@ -31,7 +31,7 @@
     </widget>
    </item>
    <item>
-    <widget class="E5ClearableComboBox" name="findtextCombo">
+    <widget class="QComboBox" name="findtextCombo">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
        <horstretch>0</horstretch>
@@ -85,13 +85,6 @@
    </item>
   </layout>
  </widget>
- <customwidgets>
-  <customwidget>
-   <class>E5ClearableComboBox</class>
-   <extends>QComboBox</extends>
-   <header>E5Gui/E5ComboBox.h</header>
-  </customwidget>
- </customwidgets>
  <tabstops>
   <tabstop>findtextCombo</tabstop>
   <tabstop>caseCheckBox</tabstop>

eric ide

mercurial