Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

Sat, 25 Mar 2017 17:36:50 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 25 Mar 2017 17:36:50 +0100
changeset 5661
ae4f5cdc3d00
parent 5619
ab999dc48132
child 5665
0672146bad2a
permissions
-rw-r--r--

Added a line complexity checker to the code style checker.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>CodeStyleCheckerDialog</class>
 <widget class="QDialog" name="CodeStyleCheckerDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>700</width>
    <height>750</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Code Style Check Result</string>
  </property>
  <property name="whatsThis">
   <string>&lt;b&gt;Code Style Check Results&lt;/b&gt;
&lt;p&gt;This dialog shows the results of the code style check. Double clicking an
entry will open an editor window and position the cursor at the respective line and position.&lt;/p&gt;</string>
  </property>
  <property name="sizeGripEnabled">
   <bool>true</bool>
  </property>
  <layout class="QGridLayout" name="gridLayout_3">
   <item row="0" column="0">
    <widget class="QFrame" name="filterFrame">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>4</verstretch>
      </sizepolicy>
     </property>
     <property name="frameShape">
      <enum>QFrame::NoFrame</enum>
     </property>
     <layout class="QHBoxLayout" name="horizontalLayout_5">
      <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>
       <widget class="QTabWidget" name="optionsTabWidget">
        <property name="currentIndex">
         <number>0</number>
        </property>
        <widget class="QWidget" name="tab_1">
         <attribute name="title">
          <string>Global Options</string>
         </attribute>
         <layout class="QGridLayout" name="gridLayout_2">
          <item row="0" column="0">
           <widget class="QLabel" name="label_2">
            <property name="text">
             <string>Exclude Files:</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="E5ClearableLineEdit" name="excludeFilesEdit">
            <property name="toolTip">
             <string>Enter filename patterns of files to be excluded separated by a comma</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label">
            <property name="text">
             <string>Exclude Messages:</string>
            </property>
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="E5ClearableLineEdit" name="excludeMessagesEdit">
            <property name="toolTip">
             <string>Enter message codes or categories to be excluded separated by a comma</string>
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QToolButton" name="excludeMessagesSelectButton">
            <property name="toolTip">
             <string>Press to select the message codes from a list</string>
            </property>
           </widget>
          </item>
          <item row="2" column="0">
           <widget class="QLabel" name="label_3">
            <property name="text">
             <string>Included Messages:</string>
            </property>
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="E5ClearableLineEdit" name="includeMessagesEdit">
            <property name="toolTip">
             <string>Enter message codes or categories to be included separated by a comma</string>
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QToolButton" name="includeMessagesSelectButton">
            <property name="toolTip">
             <string>Press to select the message codes from a list</string>
            </property>
           </widget>
          </item>
          <item row="3" column="0">
           <widget class="QLabel" name="label_4">
            <property name="text">
             <string>Fix Issues:</string>
            </property>
           </widget>
          </item>
          <item row="3" column="1">
           <widget class="E5ClearableLineEdit" name="fixIssuesEdit">
            <property name="toolTip">
             <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string>
            </property>
           </widget>
          </item>
          <item row="3" column="2">
           <widget class="QToolButton" name="fixIssuesSelectButton">
            <property name="toolTip">
             <string>Press to select the message codes from a list</string>
            </property>
           </widget>
          </item>
          <item row="4" column="0">
           <widget class="QLabel" name="label_6">
            <property name="text">
             <string>Don't Fix Issues:</string>
            </property>
           </widget>
          </item>
          <item row="4" column="1">
           <widget class="E5ClearableLineEdit" name="noFixIssuesEdit">
            <property name="toolTip">
             <string>Enter message codes of issues not to be fixed automatically</string>
            </property>
           </widget>
          </item>
          <item row="4" column="2">
           <widget class="QToolButton" name="noFixIssuesSelectButton">
            <property name="toolTip">
             <string>Press to select the message codes from a list</string>
            </property>
           </widget>
          </item>
          <item row="5" column="0" colspan="3">
           <layout class="QHBoxLayout" name="horizontalLayout">
            <item>
             <widget class="QCheckBox" name="repeatCheckBox">
              <property name="toolTip">
               <string>Select to repeat each message type</string>
              </property>
              <property name="text">
               <string>Repeat messages</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QCheckBox" name="fixIssuesCheckBox">
              <property name="enabled">
               <bool>false</bool>
              </property>
              <property name="toolTip">
               <string>Select to fix some issues</string>
              </property>
              <property name="text">
               <string>Fix issues automatically</string>
              </property>
             </widget>
            </item>
            <item>
             <widget class="QCheckBox" name="ignoredCheckBox">
              <property name="enabled">
               <bool>false</bool>
              </property>
              <property name="toolTip">
               <string>Select to show ignored issues</string>
              </property>
              <property name="text">
               <string>Show ignored</string>
              </property>
             </widget>
            </item>
            <item>
             <spacer name="horizontalSpacer">
              <property name="orientation">
               <enum>Qt::Horizontal</enum>
              </property>
              <property name="sizeHint" stdset="0">
               <size>
                <width>40</width>
                <height>20</height>
               </size>
              </property>
             </spacer>
            </item>
           </layout>
          </item>
          <item row="6" column="0" colspan="2">
           <spacer name="verticalSpacer_2">
            <property name="orientation">
             <enum>Qt::Vertical</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>20</width>
              <height>68</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </widget>
        <widget class="QWidget" name="tab_2">
         <attribute name="title">
          <string>Specific Options</string>
         </attribute>
         <layout class="QVBoxLayout" name="verticalLayout_4">
          <property name="leftMargin">
           <number>1</number>
          </property>
          <property name="topMargin">
           <number>1</number>
          </property>
          <property name="rightMargin">
           <number>1</number>
          </property>
          <property name="bottomMargin">
           <number>1</number>
          </property>
          <item>
           <widget class="QScrollArea" name="scrollArea">
            <property name="frameShape">
             <enum>QFrame::NoFrame</enum>
            </property>
            <property name="frameShadow">
             <enum>QFrame::Plain</enum>
            </property>
            <property name="verticalScrollBarPolicy">
             <enum>Qt::ScrollBarAlwaysOn</enum>
            </property>
            <property name="widgetResizable">
             <bool>true</bool>
            </property>
            <widget class="QWidget" name="scrollAreaWidgetContents">
             <property name="geometry">
              <rect>
               <x>0</x>
               <y>-400</y>
               <width>561</width>
               <height>632</height>
              </rect>
             </property>
             <layout class="QVBoxLayout" name="verticalLayout_2">
              <item>
               <widget class="QGroupBox" name="groupBox">
                <property name="title">
                 <string>Source Style</string>
                </property>
                <layout class="QVBoxLayout" name="verticalLayout_3">
                 <item>
                  <layout class="QHBoxLayout" name="horizontalLayout_2">
                   <item>
                    <widget class="QLabel" name="label_5">
                     <property name="text">
                      <string>Max. Line Length:</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QSpinBox" name="lineLengthSpinBox">
                     <property name="statusTip">
                      <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
                     </property>
                     <property name="alignment">
                      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                     </property>
                     <property name="minimum">
                      <number>60</number>
                     </property>
                     <property name="maximum">
                      <number>119</number>
                     </property>
                     <property name="value">
                      <number>79</number>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <spacer name="horizontalSpacer_3">
                     <property name="orientation">
                      <enum>Qt::Horizontal</enum>
                     </property>
                     <property name="sizeHint" stdset="0">
                      <size>
                       <width>40</width>
                       <height>20</height>
                      </size>
                     </property>
                    </spacer>
                   </item>
                  </layout>
                 </item>
                 <item>
                  <widget class="QCheckBox" name="hangClosingCheckBox">
                   <property name="toolTip">
                    <string>Select to allow hanging closing brackets</string>
                   </property>
                   <property name="text">
                    <string>Allow hanging closing brackets</string>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
              </item>
              <item>
               <widget class="QGroupBox" name="groupBox_2">
                <property name="title">
                 <string>Documentation Style</string>
                </property>
                <layout class="QHBoxLayout" name="horizontalLayout_3">
                 <item>
                  <widget class="QLabel" name="label_7">
                   <property name="text">
                    <string>Docstring Type:</string>
                   </property>
                  </widget>
                 </item>
                 <item>
                  <widget class="QComboBox" name="docTypeComboBox">
                   <property name="toolTip">
                    <string>Select the rule set for docstrings</string>
                   </property>
                  </widget>
                 </item>
                 <item>
                  <spacer name="horizontalSpacer_4">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>297</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                </layout>
               </widget>
              </item>
              <item>
               <widget class="QGroupBox" name="groupBox_4">
                <property name="title">
                 <string>Coding Line</string>
                </property>
                <layout class="QHBoxLayout" name="horizontalLayout_6">
                 <item>
                  <widget class="QLabel" name="label_9">
                   <property name="text">
                    <string>Valid Encodings:</string>
                   </property>
                  </widget>
                 </item>
                 <item>
                  <widget class="E5ClearableLineEdit" name="encodingsEdit">
                   <property name="toolTip">
                    <string>Enter valid encodings separated by a comma (leave empty to use defaults)</string>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
              </item>
              <item>
               <widget class="QGroupBox" name="groupBox_5">
                <property name="title">
                 <string>Copyright</string>
                </property>
                <layout class="QGridLayout" name="gridLayout">
                 <item row="0" column="0">
                  <widget class="QLabel" name="label_10">
                   <property name="text">
                    <string>Min. File Size:</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="1">
                  <widget class="QSpinBox" name="copyrightFileSizeSpinBox">
                   <property name="toolTip">
                    <string>Enter the minimum size a file must have to be checked (0 for all files)</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                   </property>
                   <property name="maximum">
                    <number>4096</number>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="2">
                  <spacer name="horizontalSpacer_2">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>324</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                 <item row="1" column="0">
                  <widget class="QLabel" name="label_11">
                   <property name="text">
                    <string>Author:</string>
                   </property>
                  </widget>
                 </item>
                 <item row="1" column="1" colspan="2">
                  <widget class="E5ClearableLineEdit" name="copyrightAuthorEdit">
                   <property name="toolTip">
                    <string>Enter a copyright author name to check for (leave empty to omit this check)</string>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
              </item>
              <item>
               <widget class="QGroupBox" name="groupBox_6">
                <property name="title">
                 <string>Future Imports</string>
                </property>
                <layout class="QHBoxLayout" name="horizontalLayout_7">
                 <item>
                  <widget class="QLabel" name="label_12">
                   <property name="text">
                    <string>Expected Imports:</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                   </property>
                  </widget>
                 </item>
                 <item>
                  <widget class="QListWidget" name="futuresList">
                   <property name="alternatingRowColors">
                    <bool>true</bool>
                   </property>
                   <property name="selectionMode">
                    <enum>QAbstractItemView::ExtendedSelection</enum>
                   </property>
                   <property name="sortingEnabled">
                    <bool>true</bool>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
              </item>
              <item>
               <widget class="QGroupBox" name="groupBox_7">
                <property name="title">
                 <string>Ignore Built-ins Assignment</string>
                </property>
                <layout class="QHBoxLayout" name="horizontalLayout_8">
                 <item>
                  <widget class="QTreeWidget" name="builtinsAssignmentList">
                   <property name="alternatingRowColors">
                    <bool>true</bool>
                   </property>
                   <property name="rootIsDecorated">
                    <bool>false</bool>
                   </property>
                   <property name="sortingEnabled">
                    <bool>true</bool>
                   </property>
                   <column>
                    <property name="text">
                     <string>Left</string>
                    </property>
                   </column>
                   <column>
                    <property name="text">
                     <string>Right</string>
                    </property>
                   </column>
                  </widget>
                 </item>
                 <item>
                  <layout class="QVBoxLayout" name="verticalLayout_5">
                   <item>
                    <widget class="QToolButton" name="addBuiltinButton">
                     <property name="toolTip">
                      <string>Press to add a built-in assignment to be ignored</string>
                     </property>
                     <property name="text">
                      <string notr="true">+</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="deleteBuiltinButton">
                     <property name="toolTip">
                      <string>Press to delete the selected entries</string>
                     </property>
                     <property name="text">
                      <string notr="true">-</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <spacer name="verticalSpacer_3">
                     <property name="orientation">
                      <enum>Qt::Vertical</enum>
                     </property>
                     <property name="sizeHint" stdset="0">
                      <size>
                       <width>20</width>
                       <height>40</height>
                      </size>
                     </property>
                    </spacer>
                   </item>
                  </layout>
                 </item>
                </layout>
               </widget>
              </item>
              <item>
               <widget class="QGroupBox" name="groupBox_3">
                <property name="title">
                 <string>Code Complexity</string>
                </property>
                <layout class="QGridLayout" name="gridLayout_4">
                 <item row="0" column="2" rowspan="2">
                  <spacer name="horizontalSpacer_5">
                   <property name="orientation">
                    <enum>Qt::Horizontal</enum>
                   </property>
                   <property name="sizeHint" stdset="0">
                    <size>
                     <width>313</width>
                     <height>20</height>
                    </size>
                   </property>
                  </spacer>
                 </item>
                 <item row="0" column="0">
                  <widget class="QLabel" name="label_8">
                   <property name="text">
                    <string>Max. McCabe Complexity:</string>
                   </property>
                  </widget>
                 </item>
                 <item row="0" column="1">
                  <widget class="QSpinBox" name="complexitySpinBox">
                   <property name="statusTip">
                    <string>Enter the maximum allowed code complexity (McCabe: 10)</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                   </property>
                   <property name="maximum">
                    <number>100</number>
                   </property>
                   <property name="value">
                    <number>10</number>
                   </property>
                  </widget>
                 </item>
                 <item row="1" column="0">
                  <widget class="QLabel" name="label_13">
                   <property name="text">
                    <string>Max. Line Complexity:</string>
                   </property>
                  </widget>
                 </item>
                 <item row="1" column="1">
                  <widget class="QSpinBox" name="lineComplexitySpinBox">
                   <property name="statusTip">
                    <string>Enter the maximum complexity (number of nodes) for a line of code</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                   </property>
                   <property name="maximum">
                    <number>100</number>
                   </property>
                   <property name="value">
                    <number>15</number>
                   </property>
                  </widget>
                 </item>
                 <item row="2" column="0">
                  <widget class="QLabel" name="label_14">
                   <property name="text">
                    <string>Max. Line Complexity Score:</string>
                   </property>
                  </widget>
                 </item>
                 <item row="2" column="1">
                  <widget class="QSpinBox" name="lineComplexityScoreSpinBox">
                   <property name="toolTip">
                    <string>Enter the maximum allowed median for line complexity</string>
                   </property>
                   <property name="alignment">
                    <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                   </property>
                   <property name="maximum">
                    <number>100</number>
                   </property>
                   <property name="value">
                    <number>10</number>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
              </item>
             </layout>
            </widget>
           </widget>
          </item>
         </layout>
        </widget>
       </widget>
      </item>
      <item>
       <widget class="Line" name="line">
        <property name="lineWidth">
         <number>2</number>
        </property>
        <property name="orientation">
         <enum>Qt::Vertical</enum>
        </property>
       </widget>
      </item>
      <item>
       <layout class="QVBoxLayout" name="verticalLayout">
        <item>
         <widget class="QPushButton" name="startButton">
          <property name="toolTip">
           <string>Press to start the code style check run</string>
          </property>
          <property name="text">
           <string>&amp;Start</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="fixButton">
          <property name="toolTip">
           <string>Press to fix the selected issues</string>
          </property>
          <property name="text">
           <string>&amp;Fix Selected</string>
          </property>
         </widget>
        </item>
        <item>
         <spacer name="verticalSpacer">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>18</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="QPushButton" name="loadDefaultButton">
          <property name="toolTip">
           <string>Press to load the default values</string>
          </property>
          <property name="text">
           <string>&amp;Load Defaults</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="storeDefaultButton">
          <property name="toolTip">
           <string>Press to store the current values as defaults</string>
          </property>
          <property name="text">
           <string>St&amp;ore Defaults</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="resetDefaultButton">
          <property name="toolTip">
           <string>Press to reset the default values</string>
          </property>
          <property name="text">
           <string>&amp;Reset Defaults</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
   <item row="1" column="0">
    <widget class="QTreeWidget" name="resultList">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
       <horstretch>0</horstretch>
       <verstretch>6</verstretch>
      </sizepolicy>
     </property>
     <property name="whatsThis">
      <string>&lt;b&gt;Result List&lt;/b&gt;
&lt;p&gt;This list shows the results of the code style check. Double clicking
an entry will open this entry in an editor window and position the cursor at
the respective line and position.&lt;/p&gt;</string>
     </property>
     <property name="alternatingRowColors">
      <bool>true</bool>
     </property>
     <property name="selectionMode">
      <enum>QAbstractItemView::ExtendedSelection</enum>
     </property>
     <property name="sortingEnabled">
      <bool>true</bool>
     </property>
     <column>
      <property name="text">
       <string>File/Line</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Code</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Message</string>
      </property>
     </column>
    </widget>
   </item>
   <item row="2" column="0">
    <widget class="E5SqueezeLabelPath" name="checkProgressLabel">
     <property name="sizePolicy">
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </item>
   <item row="3" column="0">
    <widget class="QProgressBar" name="checkProgress">
     <property name="toolTip">
      <string>Shows the progress of the code style check</string>
     </property>
     <property name="value">
      <number>0</number>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="format">
      <string>%v/%m Files</string>
     </property>
    </widget>
   </item>
   <item row="4" column="0">
    <widget class="QDialogButtonBox" name="buttonBox">
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
     <property name="standardButtons">
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 <customwidgets>
  <customwidget>
   <class>E5SqueezeLabelPath</class>
   <extends>QLabel</extends>
   <header>E5Gui/E5SqueezeLabels.h</header>
  </customwidget>
  <customwidget>
   <class>E5ClearableLineEdit</class>
   <extends>QLineEdit</extends>
   <header>E5Gui/E5LineEdit.h</header>
  </customwidget>
 </customwidgets>
 <tabstops>
  <tabstop>optionsTabWidget</tabstop>
  <tabstop>excludeFilesEdit</tabstop>
  <tabstop>excludeMessagesEdit</tabstop>
  <tabstop>excludeMessagesSelectButton</tabstop>
  <tabstop>includeMessagesEdit</tabstop>
  <tabstop>includeMessagesSelectButton</tabstop>
  <tabstop>fixIssuesEdit</tabstop>
  <tabstop>fixIssuesSelectButton</tabstop>
  <tabstop>noFixIssuesEdit</tabstop>
  <tabstop>noFixIssuesSelectButton</tabstop>
  <tabstop>repeatCheckBox</tabstop>
  <tabstop>fixIssuesCheckBox</tabstop>
  <tabstop>ignoredCheckBox</tabstop>
  <tabstop>scrollArea</tabstop>
  <tabstop>lineLengthSpinBox</tabstop>
  <tabstop>hangClosingCheckBox</tabstop>
  <tabstop>docTypeComboBox</tabstop>
  <tabstop>encodingsEdit</tabstop>
  <tabstop>copyrightFileSizeSpinBox</tabstop>
  <tabstop>copyrightAuthorEdit</tabstop>
  <tabstop>futuresList</tabstop>
  <tabstop>builtinsAssignmentList</tabstop>
  <tabstop>addBuiltinButton</tabstop>
  <tabstop>deleteBuiltinButton</tabstop>
  <tabstop>complexitySpinBox</tabstop>
  <tabstop>lineComplexitySpinBox</tabstop>
  <tabstop>lineComplexityScoreSpinBox</tabstop>
  <tabstop>startButton</tabstop>
  <tabstop>fixButton</tabstop>
  <tabstop>loadDefaultButton</tabstop>
  <tabstop>storeDefaultButton</tabstop>
  <tabstop>resetDefaultButton</tabstop>
  <tabstop>resultList</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>repeatCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>fixIssuesCheckBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>132</x>
     <y>286</y>
    </hint>
    <hint type="destinationlabel">
     <x>343</x>
     <y>286</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>repeatCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>ignoredCheckBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel">
     <x>138</x>
     <y>269</y>
    </hint>
    <hint type="destinationlabel">
     <x>380</x>
     <y>271</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>

eric ide

mercurial