Thu, 15 Jan 2015 19:46:27 +0100
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>