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

branch
eric7
changeset 10066
251638443e17
parent 10053
9914b7b4b11c
child 10087
65b7354b0d4c
equal deleted inserted replaced
10065:de4ae767b0e3 10066:251638443e17
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="0" column="0">
1558 <widget class="QCheckBox" name="ignoreAbstractCheckBox">
1559 <property name="toolTip">
1560 <string>Ignore unused arguments for methods decorated with '@abstractmethod'.</string>
1561 </property>
1562 <property name="text">
1563 <string>Abstract Methods</string>
1564 </property>
1565 </widget>
1566 </item>
1567 <item row="0" column="1">
1568 <widget class="QCheckBox" name="ignoreOverloadCheckBox">
1569 <property name="toolTip">
1570 <string>Ignore unused arguments for methods decorated with '@overload'.</string>
1571 </property>
1572 <property name="text">
1573 <string>Overload Methods</string>
1574 </property>
1575 </widget>
1576 </item>
1577 <item row="1" column="0">
1578 <widget class="QCheckBox" name="ignoreOverrideCheckBox">
1579 <property name="toolTip">
1580 <string>Ignore unused arguments for methods decorated with '@override'.</string>
1581 </property>
1582 <property name="text">
1583 <string>Override Methods</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>
1557 <item row="2" column="1"> 1607 <item row="2" column="1">
1558 <widget class="QCheckBox" name="ignoreLambdasCheckBox"> 1608 <widget class="QCheckBox" name="ignoreLambdasCheckBox">
1559 <property name="toolTip"> 1609 <property name="toolTip">
1560 <string>Ignore unused arguments for lambda functions.</string> 1610 <string>Ignore unused arguments for lambda functions.</string>
1561 </property> 1611 </property>
1562 <property name="text"> 1612 <property name="text">
1563 <string>Lambda Functions</string> 1613 <string>Lambda Functions</string>
1564 </property> 1614 </property>
1565 </widget> 1615 </widget>
1566 </item> 1616 </item>
1567 <item row="0" column="0"> 1617 <item row="3" column="0">
1568 <widget class="QCheckBox" name="ignoreAbstractCheckBox"> 1618 <widget class="QCheckBox" name="ignoreSlotsCheckBox">
1569 <property name="toolTip"> 1619 <property name="toolTip">
1570 <string>Ignore unused arguments for methods decorated with '@abstractmethod'.</string> 1620 <string>Ignore unused arguments for methods decorated with '@pyqtSlot' or '@Slot'.</string>
1571 </property> 1621 </property>
1572 <property name="text"> 1622 <property name="text">
1573 <string>Abstract Methods</string> 1623 <string>Qt Slot Methods</string>
1574 </property> 1624 </property>
1575 </widget> 1625 </widget>
1576 </item> 1626 </item>
1577 <item row="2" column="0"> 1627 <item row="3" column="1">
1578 <widget class="QCheckBox" name="ignoreVariadicNamesCheckBox"> 1628 <widget class="QCheckBox" name="ignoreEventHandlersCheckBox">
1579 <property name="toolTip"> 1629 <property name="toolTip">
1580 <string>Ignore unused *args and **kwargs.</string> 1630 <string>Ignore unused arguments for Qt event handler methods.</string>
1581 </property> 1631 </property>
1582 <property name="text"> 1632 <property name="text">
1583 <string>*args and **kwargs</string> 1633 <string>Qt Event Handler Methods</string>
1584 </property> 1634 </property>
1585 </widget> 1635 </widget>
1586 </item> 1636 </item>
1587 <item row="1" column="1"> 1637 <item row="4" column="0">
1588 <widget class="QCheckBox" name="ignoreStubsCheckBox"> 1638 <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox">
1589 <property name="toolTip"> 1639 <property name="toolTip">
1590 <string>Ignore unused arguments for methods consisting of a pass statement only.</string> 1640 <string>Ignore unused arguments for methods starting and ending with double underscores.</string>
1591 </property> 1641 </property>
1592 <property name="text"> 1642 <property name="text">
1593 <string>Stub Methods</string> 1643 <string>Special 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>
1607 <item row="0" column="1">
1608 <widget class="QCheckBox" name="ignoreOverloadCheckBox">
1609 <property name="toolTip">
1610 <string>Ignore unused arguments for methods decorated with '@overload'.</string>
1611 </property>
1612 <property name="text">
1613 <string>Overload Methods</string>
1614 </property> 1644 </property>
1615 </widget> 1645 </widget>
1616 </item> 1646 </item>
1617 <item row="4" column="1"> 1647 <item row="4" column="1">
1618 <widget class="QCheckBox" name="ignoreDunderGlobalsCheckBox"> 1648 <widget class="QCheckBox" name="ignoreDunderGlobalsCheckBox">
1622 <property name="text"> 1652 <property name="text">
1623 <string>Special Global Variables</string> 1653 <string>Special Global Variables</string>
1624 </property> 1654 </property>
1625 </widget> 1655 </widget>
1626 </item> 1656 </item>
1627 <item row="3" column="0"> 1657 <item row="5" column="0">
1628 <widget class="QCheckBox" name="ignoreNestedFunctionsCheckBox"> 1658 <widget class="QCheckBox" name="ignoreNestedFunctionsCheckBox">
1629 <property name="toolTip"> 1659 <property name="toolTip">
1630 <string>Ignore unused arguments for nested functions.</string> 1660 <string>Ignore unused arguments for nested functions.</string>
1631 </property> 1661 </property>
1632 <property name="text"> 1662 <property name="text">
1633 <string>Nested Functions</string> 1663 <string>Nested Functions</string>
1634 </property>
1635 </widget>
1636 </item>
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">
1648 <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox">
1649 <property name="toolTip">
1650 <string>Ignore unused arguments for methods starting and ending with double underscores.</string>
1651 </property>
1652 <property name="text">
1653 <string>Special Methods</string>
1654 </property> 1664 </property>
1655 </widget> 1665 </widget>
1656 </item> 1666 </item>
1657 </layout> 1667 </layout>
1658 </widget> 1668 </widget>
2081 <tabstop>ignoreOverloadCheckBox</tabstop> 2091 <tabstop>ignoreOverloadCheckBox</tabstop>
2082 <tabstop>ignoreOverrideCheckBox</tabstop> 2092 <tabstop>ignoreOverrideCheckBox</tabstop>
2083 <tabstop>ignoreStubsCheckBox</tabstop> 2093 <tabstop>ignoreStubsCheckBox</tabstop>
2084 <tabstop>ignoreVariadicNamesCheckBox</tabstop> 2094 <tabstop>ignoreVariadicNamesCheckBox</tabstop>
2085 <tabstop>ignoreLambdasCheckBox</tabstop> 2095 <tabstop>ignoreLambdasCheckBox</tabstop>
2086 <tabstop>ignoreNestedFunctionsCheckBox</tabstop>
2087 <tabstop>ignoreSlotsCheckBox</tabstop> 2096 <tabstop>ignoreSlotsCheckBox</tabstop>
2097 <tabstop>ignoreEventHandlersCheckBox</tabstop>
2088 <tabstop>ignoreDunderMethodsCheckBox</tabstop> 2098 <tabstop>ignoreDunderMethodsCheckBox</tabstop>
2089 <tabstop>ignoreDunderGlobalsCheckBox</tabstop> 2099 <tabstop>ignoreDunderGlobalsCheckBox</tabstop>
2100 <tabstop>ignoreNestedFunctionsCheckBox</tabstop>
2090 <tabstop>startButton</tabstop> 2101 <tabstop>startButton</tabstop>
2091 <tabstop>loadDefaultButton</tabstop> 2102 <tabstop>loadDefaultButton</tabstop>
2092 <tabstop>storeDefaultButton</tabstop> 2103 <tabstop>storeDefaultButton</tabstop>
2093 <tabstop>resetDefaultButton</tabstop> 2104 <tabstop>resetDefaultButton</tabstop>
2094 <tabstop>progressList</tabstop> 2105 <tabstop>progressList</tabstop>

eric ide

mercurial