RadonMetrics/CyclomaticComplexityDialog.ui

branch
eric7
changeset 83
d3490ea9facc
parent 55
755bc8e1485a
child 93
1ae73306422a
--- a/RadonMetrics/CyclomaticComplexityDialog.ui	Wed May 26 17:13:04 2021 +0200
+++ b/RadonMetrics/CyclomaticComplexityDialog.ui	Wed May 26 17:43:25 2021 +0200
@@ -85,10 +85,13 @@
          </widget>
         </item>
         <item>
-         <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
+         <widget class="QLineEdit" name="excludeFilesEdit">
           <property name="toolTip">
            <string>Enter filename patterns of files to be excluded separated by a comma</string>
           </property>
+          <property name="clearButtonEnabled">
+           <bool>true</bool>
+          </property>
          </widget>
         </item>
         <item>
@@ -118,6 +121,9 @@
    </item>
    <item>
     <widget class="QTreeWidget" name="resultList">
+     <property name="contextMenuPolicy">
+      <enum>Qt::CustomContextMenu</enum>
+     </property>
      <property name="alternatingRowColors">
       <bool>true</bool>
      </property>
@@ -192,7 +198,7 @@
     </layout>
    </item>
    <item>
-    <widget class="E5SqueezeLabelPath" name="checkProgressLabel">
+    <widget class="EricSqueezeLabelPath" name="checkProgressLabel">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
        <horstretch>0</horstretch>
@@ -236,14 +242,9 @@
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <customwidgets>
   <customwidget>
-   <class>E5ClearableLineEdit</class>
-   <extends>QLineEdit</extends>
-   <header>E5Gui/E5LineEdit.h</header>
-  </customwidget>
-  <customwidget>
-   <class>E5SqueezeLabelPath</class>
+   <class>EricSqueezeLabelPath</class>
    <extends>QLabel</extends>
-   <header>E5Gui/E5SqueezeLabels.h</header>
+   <header>EricWidgets/EricSqueezeLabels.h</header>
   </customwidget>
  </customwidgets>
  <tabstops>

eric ide

mercurial