src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

branch
eric7
changeset 10053
9914b7b4b11c
parent 10052
041d0785dd42
child 10066
251638443e17
equal deleted inserted replaced
10052:041d0785dd42 10053:9914b7b4b11c
1552 <widget class="QGroupBox" name="groupBox_20"> 1552 <widget class="QGroupBox" name="groupBox_20">
1553 <property name="title"> 1553 <property name="title">
1554 <string>Ignore Warnings For</string> 1554 <string>Ignore Warnings For</string>
1555 </property> 1555 </property>
1556 <layout class="QGridLayout" name="gridLayout_11"> 1556 <layout class="QGridLayout" name="gridLayout_11">
1557 <item row="2" column="1">
1558 <widget class="QCheckBox" name="ignoreLambdasCheckBox">
1559 <property name="toolTip">
1560 <string>Ignore unused arguments for lambda functions.</string>
1561 </property>
1562 <property name="text">
1563 <string>Lambda Functions</string>
1564 </property>
1565 </widget>
1566 </item>
1557 <item row="0" column="0"> 1567 <item row="0" column="0">
1558 <widget class="QCheckBox" name="ignoreAbstractCheckBox"> 1568 <widget class="QCheckBox" name="ignoreAbstractCheckBox">
1559 <property name="toolTip"> 1569 <property name="toolTip">
1560 <string>Ignore unused arguments for methods decorated with '@abstractmethod'.</string> 1570 <string>Ignore unused arguments for methods decorated with '@abstractmethod'.</string>
1561 </property> 1571 </property>
1562 <property name="text"> 1572 <property name="text">
1563 <string>Abstract Methods</string> 1573 <string>Abstract Methods</string>
1564 </property> 1574 </property>
1565 </widget> 1575 </widget>
1566 </item> 1576 </item>
1577 <item row="2" column="0">
1578 <widget class="QCheckBox" name="ignoreVariadicNamesCheckBox">
1579 <property name="toolTip">
1580 <string>Ignore unused *args and **kwargs.</string>
1581 </property>
1582 <property name="text">
1583 <string>*args and **kwargs</string>
1584 </property>
1585 </widget>
1586 </item>
1587 <item row="1" column="1">
1588 <widget class="QCheckBox" name="ignoreStubsCheckBox">
1589 <property name="toolTip">
1590 <string>Ignore unused arguments for methods consisting of a pass statement only.</string>
1591 </property>
1592 <property name="text">
1593 <string>Stub Methods</string>
1594 </property>
1595 </widget>
1596 </item>
1597 <item row="1" column="0">
1598 <widget class="QCheckBox" name="ignoreOverrideCheckBox">
1599 <property name="toolTip">
1600 <string>Ignore unused arguments for methods decorated with '@override'.</string>
1601 </property>
1602 <property name="text">
1603 <string>Override Methods</string>
1604 </property>
1605 </widget>
1606 </item>
1567 <item row="0" column="1"> 1607 <item row="0" column="1">
1568 <widget class="QCheckBox" name="ignoreOverloadCheckBox"> 1608 <widget class="QCheckBox" name="ignoreOverloadCheckBox">
1569 <property name="toolTip"> 1609 <property name="toolTip">
1570 <string>Ignore unused arguments for methods decorated with '@overload'.</string> 1610 <string>Ignore unused arguments for methods decorated with '@overload'.</string>
1571 </property> 1611 </property>
1572 <property name="text"> 1612 <property name="text">
1573 <string>Overload Methods</string> 1613 <string>Overload Methods</string>
1574 </property> 1614 </property>
1575 </widget> 1615 </widget>
1576 </item> 1616 </item>
1577 <item row="1" column="0"> 1617 <item row="4" column="1">
1578 <widget class="QCheckBox" name="ignoreOverrideCheckBox"> 1618 <widget class="QCheckBox" name="ignoreDunderGlobalsCheckBox">
1579 <property name="toolTip"> 1619 <property name="toolTip">
1580 <string>Ignore unused arguments for methods decorated with '@override'.</string> 1620 <string>Ignore unused global variables starting and ending with double underscores.</string>
1581 </property> 1621 </property>
1582 <property name="text"> 1622 <property name="text">
1583 <string>Override Methods</string> 1623 <string>Special Global Variables</string>
1584 </property>
1585 </widget>
1586 </item>
1587 <item row="1" column="1">
1588 <widget class="QCheckBox" name="ignoreStubsCheckBox">
1589 <property name="toolTip">
1590 <string>Ignore unused arguments for methods consisting of a pass statement only.</string>
1591 </property>
1592 <property name="text">
1593 <string>Stub Methods</string>
1594 </property>
1595 </widget>
1596 </item>
1597 <item row="2" column="0">
1598 <widget class="QCheckBox" name="ignoreVariadicNamesCheckBox">
1599 <property name="toolTip">
1600 <string>Ignore unused *args and **kwargs.</string>
1601 </property>
1602 <property name="text">
1603 <string>*args and **kwargs</string>
1604 </property>
1605 </widget>
1606 </item>
1607 <item row="2" column="1">
1608 <widget class="QCheckBox" name="ignoreLambdasCheckBox">
1609 <property name="toolTip">
1610 <string>Ignore unused arguments for lambda functions.</string>
1611 </property>
1612 <property name="text">
1613 <string>Lambda Functions</string>
1614 </property> 1624 </property>
1615 </widget> 1625 </widget>
1616 </item> 1626 </item>
1617 <item row="3" column="0"> 1627 <item row="3" column="0">
1618 <widget class="QCheckBox" name="ignoreNestedFunctionsCheckBox"> 1628 <widget class="QCheckBox" name="ignoreNestedFunctionsCheckBox">
1623 <string>Nested Functions</string> 1633 <string>Nested Functions</string>
1624 </property> 1634 </property>
1625 </widget> 1635 </widget>
1626 </item> 1636 </item>
1627 <item row="3" column="1"> 1637 <item row="3" column="1">
1638 <widget class="QCheckBox" name="ignoreSlotsCheckBox">
1639 <property name="toolTip">
1640 <string>Ignore unused arguments for methods decorated with '@pyqtSlot' or '@Slot'.</string>
1641 </property>
1642 <property name="text">
1643 <string>Qt Slot Methods</string>
1644 </property>
1645 </widget>
1646 </item>
1647 <item row="4" column="0">
1628 <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox"> 1648 <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox">
1629 <property name="toolTip"> 1649 <property name="toolTip">
1630 <string>Ignore unused arguments for methods starting and ending with double underscores.</string> 1650 <string>Ignore unused arguments for methods starting and ending with double underscores.</string>
1631 </property> 1651 </property>
1632 <property name="text"> 1652 <property name="text">
1633 <string>Special Methods</string> 1653 <string>Special Methods</string>
1634 </property>
1635 </widget>
1636 </item>
1637 <item row="4" column="0">
1638 <widget class="QCheckBox" name="ignoreSlotsCheckBox">
1639 <property name="toolTip">
1640 <string>Ignore unused arguments for methods decorated with '@pyqtSlot' or '@Slot'.</string>
1641 </property>
1642 <property name="text">
1643 <string>Qt Slot Methods</string>
1644 </property> 1654 </property>
1645 </widget> 1655 </widget>
1646 </item> 1656 </item>
1647 </layout> 1657 </layout>
1648 </widget> 1658 </widget>
2072 <tabstop>ignoreOverrideCheckBox</tabstop> 2082 <tabstop>ignoreOverrideCheckBox</tabstop>
2073 <tabstop>ignoreStubsCheckBox</tabstop> 2083 <tabstop>ignoreStubsCheckBox</tabstop>
2074 <tabstop>ignoreVariadicNamesCheckBox</tabstop> 2084 <tabstop>ignoreVariadicNamesCheckBox</tabstop>
2075 <tabstop>ignoreLambdasCheckBox</tabstop> 2085 <tabstop>ignoreLambdasCheckBox</tabstop>
2076 <tabstop>ignoreNestedFunctionsCheckBox</tabstop> 2086 <tabstop>ignoreNestedFunctionsCheckBox</tabstop>
2087 <tabstop>ignoreSlotsCheckBox</tabstop>
2077 <tabstop>ignoreDunderMethodsCheckBox</tabstop> 2088 <tabstop>ignoreDunderMethodsCheckBox</tabstop>
2078 <tabstop>ignoreSlotsCheckBox</tabstop> 2089 <tabstop>ignoreDunderGlobalsCheckBox</tabstop>
2079 <tabstop>startButton</tabstop> 2090 <tabstop>startButton</tabstop>
2080 <tabstop>loadDefaultButton</tabstop> 2091 <tabstop>loadDefaultButton</tabstop>
2081 <tabstop>storeDefaultButton</tabstop> 2092 <tabstop>storeDefaultButton</tabstop>
2082 <tabstop>resetDefaultButton</tabstop> 2093 <tabstop>resetDefaultButton</tabstop>
2083 <tabstop>progressList</tabstop> 2094 <tabstop>progressList</tabstop>

eric ide

mercurial