--- a/eric7/Project/RccCompilerOptionsDialog.ui Fri May 21 18:01:11 2021 +0200 +++ b/eric7/Project/RccCompilerOptionsDialog.ui Fri May 21 20:14:48 2021 +0200 @@ -117,10 +117,13 @@ </widget> </item> <item> - <widget class="E5ClearableLineEdit" name="rootEdit"> + <widget class="QLineEdit" name="rootEdit"> <property name="toolTip"> <string>Enter the prefix for the resource access path</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -137,13 +140,6 @@ </item> </layout> </widget> - <customwidgets> - <customwidget> - <class>E5ClearableLineEdit</class> - <extends>QLineEdit</extends> - <header>E5Gui/E5LineEdit.h</header> - </customwidget> - </customwidgets> <tabstops> <tabstop>thresholdSpinBox</tabstop> <tabstop>compressionSpinBox</tabstop>