1535 </property> |
1535 </property> |
1536 <property name="sizeHint" stdset="0"> |
1536 <property name="sizeHint" stdset="0"> |
1537 <size> |
1537 <size> |
1538 <width>20</width> |
1538 <width>20</width> |
1539 <height>365</height> |
1539 <height>365</height> |
|
1540 </size> |
|
1541 </property> |
|
1542 </spacer> |
|
1543 </item> |
|
1544 </layout> |
|
1545 </widget> |
|
1546 <widget class="QWidget" name="unusedOptionsTab"> |
|
1547 <attribute name="title"> |
|
1548 <string>Unused</string> |
|
1549 </attribute> |
|
1550 <layout class="QVBoxLayout" name="verticalLayout_20"> |
|
1551 <item> |
|
1552 <widget class="QGroupBox" name="groupBox_20"> |
|
1553 <property name="title"> |
|
1554 <string>Ignore Warnings For</string> |
|
1555 </property> |
|
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> |
|
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> |
|
1615 </widget> |
|
1616 </item> |
|
1617 <item row="3" column="0"> |
|
1618 <widget class="QCheckBox" name="ignoreNestedFunctionsCheckBox"> |
|
1619 <property name="toolTip"> |
|
1620 <string>Ignore unused arguments for nested functions.</string> |
|
1621 </property> |
|
1622 <property name="text"> |
|
1623 <string>Nested Functions</string> |
|
1624 </property> |
|
1625 </widget> |
|
1626 </item> |
|
1627 <item row="3" column="1"> |
|
1628 <widget class="QCheckBox" name="ignoreDunderMethodsCheckBox"> |
|
1629 <property name="toolTip"> |
|
1630 <string>Ignore unused arguments for methods starting and ending with double underscores.</string> |
|
1631 </property> |
|
1632 <property name="text"> |
|
1633 <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> |
|
1645 </widget> |
|
1646 </item> |
|
1647 </layout> |
|
1648 </widget> |
|
1649 </item> |
|
1650 <item> |
|
1651 <spacer name="verticalSpacer_11"> |
|
1652 <property name="orientation"> |
|
1653 <enum>Qt::Vertical</enum> |
|
1654 </property> |
|
1655 <property name="sizeHint" stdset="0"> |
|
1656 <size> |
|
1657 <width>20</width> |
|
1658 <height>382</height> |
1540 </size> |
1659 </size> |
1541 </property> |
1660 </property> |
1542 </spacer> |
1661 </spacer> |
1543 </item> |
1662 </item> |
1544 </layout> |
1663 </layout> |
1946 <tabstop>sortOrderComboBox</tabstop> |
2065 <tabstop>sortOrderComboBox</tabstop> |
1947 <tabstop>sortIgnoreStyleCheckBox</tabstop> |
2066 <tabstop>sortIgnoreStyleCheckBox</tabstop> |
1948 <tabstop>sortCaseSensitiveCheckBox</tabstop> |
2067 <tabstop>sortCaseSensitiveCheckBox</tabstop> |
1949 <tabstop>sortFromFirstCheckBox</tabstop> |
2068 <tabstop>sortFromFirstCheckBox</tabstop> |
1950 <tabstop>combinedAsImpotsCheckBox</tabstop> |
2069 <tabstop>combinedAsImpotsCheckBox</tabstop> |
|
2070 <tabstop>ignoreAbstractCheckBox</tabstop> |
|
2071 <tabstop>ignoreOverloadCheckBox</tabstop> |
|
2072 <tabstop>ignoreOverrideCheckBox</tabstop> |
|
2073 <tabstop>ignoreStubsCheckBox</tabstop> |
|
2074 <tabstop>ignoreVariadicNamesCheckBox</tabstop> |
|
2075 <tabstop>ignoreLambdasCheckBox</tabstop> |
|
2076 <tabstop>ignoreNestedFunctionsCheckBox</tabstop> |
|
2077 <tabstop>ignoreDunderMethodsCheckBox</tabstop> |
|
2078 <tabstop>ignoreSlotsCheckBox</tabstop> |
1951 <tabstop>startButton</tabstop> |
2079 <tabstop>startButton</tabstop> |
1952 <tabstop>loadDefaultButton</tabstop> |
2080 <tabstop>loadDefaultButton</tabstop> |
1953 <tabstop>storeDefaultButton</tabstop> |
2081 <tabstop>storeDefaultButton</tabstop> |
1954 <tabstop>resetDefaultButton</tabstop> |
2082 <tabstop>resetDefaultButton</tabstop> |
1955 <tabstop>progressList</tabstop> |
2083 <tabstop>progressList</tabstop> |
1969 <signal>toggled(bool)</signal> |
2097 <signal>toggled(bool)</signal> |
1970 <receiver>fixIssuesCheckBox</receiver> |
2098 <receiver>fixIssuesCheckBox</receiver> |
1971 <slot>setEnabled(bool)</slot> |
2099 <slot>setEnabled(bool)</slot> |
1972 <hints> |
2100 <hints> |
1973 <hint type="sourcelabel"> |
2101 <hint type="sourcelabel"> |
1974 <x>132</x> |
2102 <x>146</x> |
1975 <y>286</y> |
2103 <y>469</y> |
1976 </hint> |
2104 </hint> |
1977 <hint type="destinationlabel"> |
2105 <hint type="destinationlabel"> |
1978 <x>343</x> |
2106 <x>338</x> |
1979 <y>286</y> |
2107 <y>469</y> |
1980 </hint> |
2108 </hint> |
1981 </hints> |
2109 </hints> |
1982 </connection> |
2110 </connection> |
1983 <connection> |
2111 <connection> |
1984 <sender>repeatCheckBox</sender> |
2112 <sender>repeatCheckBox</sender> |
1985 <signal>toggled(bool)</signal> |
2113 <signal>toggled(bool)</signal> |
1986 <receiver>ignoredCheckBox</receiver> |
2114 <receiver>ignoredCheckBox</receiver> |
1987 <slot>setEnabled(bool)</slot> |
2115 <slot>setEnabled(bool)</slot> |
1988 <hints> |
2116 <hints> |
1989 <hint type="sourcelabel"> |
2117 <hint type="sourcelabel"> |
1990 <x>138</x> |
2118 <x>152</x> |
1991 <y>269</y> |
2119 <y>469</y> |
1992 </hint> |
2120 </hint> |
1993 <hint type="destinationlabel"> |
2121 <hint type="destinationlabel"> |
1994 <x>380</x> |
2122 <x>453</x> |
1995 <y>271</y> |
2123 <y>469</y> |
1996 </hint> |
2124 </hint> |
1997 </hints> |
2125 </hints> |
1998 </connection> |
2126 </connection> |
1999 </connections> |
2127 </connections> |
2000 </ui> |
2128 </ui> |