src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.ui

branch
mpy_network
changeset 9857
0122ae72618d
parent 9781
3112f77f722b
--- a/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.ui	Tue Mar 07 16:23:03 2023 +0100
+++ b/src/eric7/MicroPython/WifiDialogs/WifiNetworksWindow.ui	Wed Mar 08 14:25:24 2023 +0100
@@ -95,6 +95,9 @@
      </item>
      <item>
       <widget class="QSpinBox" name="intervalSpinBox">
+       <property name="toolTip">
+        <string>Enter the scan interval in seconds</string>
+       </property>
        <property name="alignment">
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
        </property>
@@ -114,6 +117,9 @@
      </item>
      <item>
       <widget class="QCheckBox" name="periodicCheckBox">
+       <property name="toolTip">
+        <string>Select to perform a periodic WiFi network scan</string>
+       </property>
        <property name="text">
         <string>Periodic Scan</string>
        </property>
@@ -143,8 +149,8 @@
    <slot>close()</slot>
    <hints>
     <hint type="sourcelabel">
-     <x>269</x>
-     <y>563</y>
+     <x>278</x>
+     <y>590</y>
     </hint>
     <hint type="destinationlabel">
      <x>271</x>

eric ide

mercurial