--- a/eric6/MicroPython/EspFirmwareSelectionDialog.ui Sun Mar 28 18:51:40 2021 +0200 +++ b/eric6/MicroPython/EspFirmwareSelectionDialog.ui Sun Mar 28 18:51:58 2021 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>500</width> - <height>140</height> + <height>198</height> </rect> </property> <property name="windowTitle"> @@ -67,6 +67,33 @@ </widget> </item> <item row="2" column="0"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Baud Rate:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QComboBox" name="baudRateComboBox"> + <property name="toolTip"> + <string>Select the baud rate to be used foor flashing (default: 115.200 bps)</string> + </property> + </widget> + </item> + <item row="2" column="2"> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>298</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="0"> <widget class="QLabel" name="label_3"> <property name="toolTip"> <string/> @@ -76,28 +103,28 @@ </property> </widget> </item> - <item row="2" column="1"> + <item row="3" column="1"> <widget class="QComboBox" name="modeComboBox"> <property name="toolTip"> <string>Select the flash mode</string> </property> </widget> </item> - <item row="2" column="2"> + <item row="3" column="2"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Leave empty to use the default mode.</string> </property> </widget> </item> - <item row="3" column="0"> + <item row="4" column="0"> <widget class="QLabel" name="addressLabel"> <property name="text"> <string>Address:</string> </property> </widget> </item> - <item row="3" column="1" colspan="2"> + <item row="4" column="1" colspan="2"> <widget class="E5ClearableLineEdit" name="addressEdit"> <property name="toolTip"> <string>Enter the flash addres in the hexadecimal form</string> @@ -137,6 +164,7 @@ <tabstops> <tabstop>espComboBox</tabstop> <tabstop>firmwarePicker</tabstop> + <tabstop>baudRateComboBox</tabstop> <tabstop>modeComboBox</tabstop> <tabstop>addressEdit</tabstop> </tabstops>