Corrected some widget header definitions. eric7

Mon, 24 Oct 2022 15:12:28 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 24 Oct 2022 15:12:28 +0200
branch
eric7
changeset 9430
aef6b11d4ecd
parent 9429
b2db3a67525c
child 9431
dfc249493a98

Corrected some widget header definitions.

eric7.epj file | annotate | diff | comparison | revisions
src/eric7/Debugger/DebugServer.py file | annotate | diff | comparison | revisions
src/eric7/EricNetwork/EricSslCertificatesInfoDialog.ui file | annotate | diff | comparison | revisions
src/eric7/Network/IRC/IrcChannelWidget.ui file | annotate | diff | comparison | revisions
src/eric7/Network/IRC/IrcWidget.ui file | annotate | diff | comparison | revisions
src/eric7/Preferences/ConfigurationDialog.py file | annotate | diff | comparison | revisions
src/eric7/Snapshot/SnapWidget.ui file | annotate | diff | comparison | revisions
src/eric7/WebBrowser/SiteInfo/SiteInfoDialog.ui file | annotate | diff | comparison | revisions
--- a/eric7.epj	Mon Oct 24 14:23:39 2022 +0200
+++ b/eric7.epj	Mon Oct 24 15:12:28 2022 +0200
@@ -8,12 +8,14 @@
     "CHECKERSPARMS": {
       "Pep8Checker": {
         "AnnotationsChecker": {
+          "AllowStarArgAny": false,
           "AllowUntypedDefs": false,
           "AllowUntypedNested": false,
           "DispatchDecorators": [
             "singledispatch",
             "singledispatchmethod"
           ],
+          "ForceFutureAnnotations": false,
           "MaximumComplexity": 3,
           "MaximumLength": 7,
           "MinimumCoverage": 75,
--- a/src/eric7/Debugger/DebugServer.py	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/Debugger/DebugServer.py	Mon Oct 24 15:12:28 2022 +0200
@@ -400,7 +400,7 @@
         Private method to register the available internal debugger interfaces.
         """
         for name, interface in DebuggerInterfaces.items():
-            modName = "Debugger.{0}".format(interface)
+            modName = "eric7.Debugger.{0}".format(interface)
             mod = __import__(modName)
             components = modName.split(".")
             for comp in components[1:]:
--- a/src/eric7/EricNetwork/EricSslCertificatesInfoDialog.ui	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/EricNetwork/EricSslCertificatesInfoDialog.ui	Mon Oct 24 15:12:28 2022 +0200
@@ -36,7 +36,7 @@
   <customwidget>
    <class>EricSslCertificatesInfoWidget</class>
    <extends>QWidget</extends>
-   <header>EricNetwork/EricSslCertificatesInfoWidget.h</header>
+   <header>eric7/EricNetwork/EricSslCertificatesInfoWidget.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>
--- a/src/eric7/Network/IRC/IrcChannelWidget.ui	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/Network/IRC/IrcChannelWidget.ui	Mon Oct 24 15:12:28 2022 +0200
@@ -116,7 +116,7 @@
   <customwidget>
    <class>IrcMessageEdit</class>
    <extends>QLineEdit</extends>
-   <header>Network/IRC/IrcMessageEdit.h</header>
+   <header>eric7/Network/IRC/IrcMessageEdit.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>
--- a/src/eric7/Network/IRC/IrcWidget.ui	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/Network/IRC/IrcWidget.ui	Mon Oct 24 15:12:28 2022 +0200
@@ -14,7 +14,16 @@
    <string/>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout_3">
-   <property name="margin">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
+    <number>0</number>
+   </property>
+   <property name="bottomMargin">
     <number>0</number>
    </property>
    <item>
@@ -76,7 +85,7 @@
   <customwidget>
    <class>IrcNetworkWidget</class>
    <extends>QWidget</extends>
-   <header>Network/IRC/IrcNetworkWidget.h</header>
+   <header>eric7/Network/IRC/IrcNetworkWidget.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>
--- a/src/eric7/Preferences/ConfigurationDialog.py	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/Preferences/ConfigurationDialog.py	Mon Oct 24 15:12:28 2022 +0200
@@ -1117,7 +1117,7 @@
         @param name name of the configuration page module (string)
         @return reference to the configuration page module
         """
-        modName = "Preferences.ConfigurationPages.{0}".format(name)
+        modName = "eric7.Preferences.ConfigurationPages.{0}".format(name)
         try:
             mod = __import__(modName)
             components = modName.split(".")
--- a/src/eric7/Snapshot/SnapWidget.ui	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/Snapshot/SnapWidget.ui	Mon Oct 24 15:12:28 2022 +0200
@@ -254,7 +254,7 @@
   <customwidget>
    <class>SnapshotPreview</class>
    <extends>QLabel</extends>
-   <header>Snapshot/SnapshotPreview.h</header>
+   <header>eric7/Snapshot/SnapshotPreview.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>
--- a/src/eric7/WebBrowser/SiteInfo/SiteInfoDialog.ui	Mon Oct 24 14:23:39 2022 +0200
+++ b/src/eric7/WebBrowser/SiteInfo/SiteInfoDialog.ui	Mon Oct 24 15:12:28 2022 +0200
@@ -254,7 +254,7 @@
   <customwidget>
    <class>EricSslCertificatesInfoWidget</class>
    <extends>QWidget</extends>
-   <header>EricNetwork/EricSslCertificatesInfoWidget.h</header>
+   <header>eric7/EricNetwork/EricSslCertificatesInfoWidget.h</header>
    <container>1</container>
   </customwidget>
  </customwidgets>

eric ide

mercurial