567 </property> |
567 </property> |
568 </widget> |
568 </widget> |
569 </item> |
569 </item> |
570 <item row="0" column="1"> |
570 <item row="0" column="1"> |
571 <widget class="QSpinBox" name="complexitySpinBox"> |
571 <widget class="QSpinBox" name="complexitySpinBox"> |
572 <property name="statusTip"> |
572 <property name="toolTip"> |
573 <string>Enter the maximum allowed code complexity (McCabe: 10)</string> |
573 <string>Enter the maximum allowed code complexity (McCabe: 10)</string> |
574 </property> |
574 </property> |
575 <property name="alignment"> |
575 <property name="alignment"> |
576 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
576 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
577 </property> |
577 </property> |
590 </property> |
590 </property> |
591 </widget> |
591 </widget> |
592 </item> |
592 </item> |
593 <item row="1" column="1"> |
593 <item row="1" column="1"> |
594 <widget class="QSpinBox" name="lineComplexitySpinBox"> |
594 <widget class="QSpinBox" name="lineComplexitySpinBox"> |
595 <property name="statusTip"> |
595 <property name="toolTip"> |
596 <string>Enter the maximum complexity (number of nodes) for a line of code</string> |
596 <string>Enter the maximum complexity (number of nodes) for a line of code</string> |
597 </property> |
597 </property> |
598 <property name="alignment"> |
598 <property name="alignment"> |
599 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
599 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
600 </property> |
600 </property> |