--- a/Preferences/ConfigurationPages/CorbaPage.ui Sun Nov 22 12:03:31 2015 +0100 +++ b/Preferences/ConfigurationPages/CorbaPage.ui Sun Nov 22 18:41:02 2015 +0100 @@ -36,28 +36,21 @@ <property name="title"> <string>IDL Compiler</string> </property> - <layout class="QGridLayout"> - <item row="0" column="0"> - <widget class="QLineEdit" name="idlEdit"> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="E5PathPicker" name="idlPicker" native="true"> <property name="toolTip"> <string>Enter the path to the IDL compiler.</string> </property> </widget> </item> - <item row="1" column="0" colspan="2"> + <item> <widget class="QLabel" name="textLabel1_4"> <property name="text"> <string><b>Note:</b> Leave this entry empty to use the default value (omniidl or omniidl.exe).</string> </property> </widget> </item> - <item row="0" column="1"> - <widget class="QToolButton" name="idlButton"> - <property name="toolTip"> - <string>Press to select the IDL compiler via a file selection dialog.</string> - </property> - </widget> - </item> </layout> </widget> </item> @@ -76,10 +69,14 @@ </item> </layout> </widget> - <tabstops> - <tabstop>idlEdit</tabstop> - <tabstop>idlButton</tabstop> - </tabstops> + <customwidgets> + <customwidget> + <class>E5PathPicker</class> + <extends>QWidget</extends> + <header>E5Gui/E5PathPicker.h</header> + <container>1</container> + </customwidget> + </customwidgets> <resources/> <connections/> </ui>