1419 <string>Select the sort order</string> |
1419 <string>Select the sort order</string> |
1420 </property> |
1420 </property> |
1421 </widget> |
1421 </widget> |
1422 </item> |
1422 </item> |
1423 <item row="0" column="2"> |
1423 <item row="0" column="2"> |
|
1424 <widget class="QCheckBox" name="sortIgnoreStyleCheckBox"> |
|
1425 <property name="toolTip"> |
|
1426 <string>Select to sort the imports by module, independent of import style</string> |
|
1427 </property> |
|
1428 <property name="text"> |
|
1429 <string>Sort Ignoring Style</string> |
|
1430 </property> |
|
1431 </widget> |
|
1432 </item> |
|
1433 <item row="0" column="3"> |
1424 <spacer name="horizontalSpacer_4"> |
1434 <spacer name="horizontalSpacer_4"> |
1425 <property name="orientation"> |
1435 <property name="orientation"> |
1426 <enum>Qt::Horizontal</enum> |
1436 <enum>Qt::Horizontal</enum> |
1427 </property> |
1437 </property> |
1428 <property name="sizeHint" stdset="0"> |
1438 <property name="sizeHint" stdset="0"> |
1431 <height>20</height> |
1441 <height>20</height> |
1432 </size> |
1442 </size> |
1433 </property> |
1443 </property> |
1434 </spacer> |
1444 </spacer> |
1435 </item> |
1445 </item> |
1436 <item row="1" column="0" colspan="3"> |
1446 <item row="1" column="0" colspan="2"> |
1437 <widget class="QCheckBox" name="sortCaseSensitiveCheckBox"> |
1447 <widget class="QCheckBox" name="sortCaseSensitiveCheckBox"> |
1438 <property name="toolTip"> |
1448 <property name="toolTip"> |
1439 <string>Select to sort imports observing the case</string> |
1449 <string>Select to sort imports observing the case</string> |
1440 </property> |
1450 </property> |
1441 <property name="text"> |
1451 <property name="text"> |
1442 <string>Sort Case Sensitively</string> |
1452 <string>Sort Case Sensitively</string> |
1443 </property> |
1453 </property> |
1444 </widget> |
1454 </widget> |
1445 </item> |
1455 </item> |
|
1456 <item row="1" column="2"> |
|
1457 <widget class="QCheckBox" name="sortFromFirstCheckBox"> |
|
1458 <property name="toolTip"> |
|
1459 <string>Select to place from imports first then straight ones</string> |
|
1460 </property> |
|
1461 <property name="text"> |
|
1462 <string>Sort From First</string> |
|
1463 </property> |
|
1464 </widget> |
|
1465 </item> |
1446 </layout> |
1466 </layout> |
|
1467 </widget> |
|
1468 </item> |
|
1469 <item> |
|
1470 <widget class="QCheckBox" name="combinedAsImpotsCheckBox"> |
|
1471 <property name="toolTip"> |
|
1472 <string>Select to allow combined as imports (e.g. from foo import bar, baz as bas)</string> |
|
1473 </property> |
|
1474 <property name="text"> |
|
1475 <string>Combined As Imports</string> |
|
1476 </property> |
1447 </widget> |
1477 </widget> |
1448 </item> |
1478 </item> |
1449 <item> |
1479 <item> |
1450 <spacer name="verticalSpacer_7"> |
1480 <spacer name="verticalSpacer_7"> |
1451 <property name="orientation"> |
1481 <property name="orientation"> |
1859 <tabstop>bannedModulesEdit</tabstop> |
1889 <tabstop>bannedModulesEdit</tabstop> |
1860 <tabstop>allowAllButton</tabstop> |
1890 <tabstop>allowAllButton</tabstop> |
1861 <tabstop>banParentsButton</tabstop> |
1891 <tabstop>banParentsButton</tabstop> |
1862 <tabstop>banAllButton</tabstop> |
1892 <tabstop>banAllButton</tabstop> |
1863 <tabstop>sortOrderComboBox</tabstop> |
1893 <tabstop>sortOrderComboBox</tabstop> |
|
1894 <tabstop>sortIgnoreStyleCheckBox</tabstop> |
1864 <tabstop>sortCaseSensitiveCheckBox</tabstop> |
1895 <tabstop>sortCaseSensitiveCheckBox</tabstop> |
|
1896 <tabstop>sortFromFirstCheckBox</tabstop> |
|
1897 <tabstop>combinedAsImpotsCheckBox</tabstop> |
1865 <tabstop>startButton</tabstop> |
1898 <tabstop>startButton</tabstop> |
1866 <tabstop>loadDefaultButton</tabstop> |
1899 <tabstop>loadDefaultButton</tabstop> |
1867 <tabstop>storeDefaultButton</tabstop> |
1900 <tabstop>storeDefaultButton</tabstop> |
1868 <tabstop>resetDefaultButton</tabstop> |
1901 <tabstop>resetDefaultButton</tabstop> |
1869 <tabstop>progressList</tabstop> |
1902 <tabstop>progressList</tabstop> |