--- a/src/eric7/MicroPython/WifiDialogs/WifiStatusDialog.ui Thu Mar 06 17:44:49 2025 +0100 +++ b/src/eric7/MicroPython/WifiDialogs/WifiStatusDialog.ui Sun Mar 09 14:16:35 2025 +0100 @@ -29,7 +29,7 @@ <string>WiFi Status</string> </property> <property name="alignment"> - <set>Qt::AlignCenter</set> + <set>Qt::AlignmentFlag::AlignCenter</set> </property> </widget> </item> @@ -46,17 +46,35 @@ </widget> </item> <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Close</set> - </property> - </widget> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="refreshButton"> + <property name="toolTip"> + <string>Press to refresh the status display.</string> + </property> + <property name="text"> + <string>Refresh</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Orientation::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::StandardButton::Close</set> + </property> + </widget> + </item> + </layout> </item> </layout> </widget> + <tabstops> + <tabstop>statusTree</tabstop> + <tabstop>refreshButton</tabstop> + </tabstops> <resources/> <connections> <connection>