Preferences/ConfigurationPages/InterfacePage.ui

branch
maintenance
changeset 6826
c6dda2cbe081
parent 6803
4a6257252525
equal deleted inserted replaced
6764:d14ddbfbbd36 6826:c6dda2cbe081
514 <property name="text"> 514 <property name="text">
515 <string>Code Documentation Viewer</string> 515 <string>Code Documentation Viewer</string>
516 </property> 516 </property>
517 </widget> 517 </widget>
518 </item> 518 </item>
519 <item row="0" column="1"> 519 <item row="1" column="0">
520 <widget class="QCheckBox" name="pypiCheckBox">
521 <property name="toolTip">
522 <string>Select to activate the PyPI package manager widget</string>
523 </property>
524 <property name="text">
525 <string>PyPI Package Manager</string>
526 </property>
527 </widget>
528 </item>
529 <item row="1" column="1">
530 <widget class="QCheckBox" name="condaCheckBox">
531 <property name="toolTip">
532 <string>Select to activate the conda package manager widget</string>
533 </property>
534 <property name="text">
535 <string>Conda Package Manager</string>
536 </property>
537 </widget>
538 </item>
539 <item row="2" column="0">
520 <widget class="QCheckBox" name="cooperationCheckBox"> 540 <widget class="QCheckBox" name="cooperationCheckBox">
521 <property name="toolTip"> 541 <property name="toolTip">
522 <string>Select to activate the Cooperation widget</string> 542 <string>Select to activate the Cooperation widget</string>
523 </property> 543 </property>
524 <property name="text"> 544 <property name="text">
525 <string>Cooperation</string> 545 <string>Cooperation</string>
526 </property> 546 </property>
527 </widget> 547 </widget>
528 </item> 548 </item>
529 <item row="1" column="0"> 549 <item row="2" column="1">
530 <widget class="QCheckBox" name="ircCheckBox"> 550 <widget class="QCheckBox" name="ircCheckBox">
531 <property name="toolTip"> 551 <property name="toolTip">
532 <string>Select to activate the IRC widget</string> 552 <string>Select to activate the IRC widget</string>
533 </property> 553 </property>
534 <property name="text"> 554 <property name="text">
630 <tabstop>layoutComboBox</tabstop> 650 <tabstop>layoutComboBox</tabstop>
631 <tabstop>templateViewerCheckBox</tabstop> 651 <tabstop>templateViewerCheckBox</tabstop>
632 <tabstop>fileBrowserCheckBox</tabstop> 652 <tabstop>fileBrowserCheckBox</tabstop>
633 <tabstop>symbolsCheckBox</tabstop> 653 <tabstop>symbolsCheckBox</tabstop>
634 <tabstop>codeDocumentationViewerCheckBox</tabstop> 654 <tabstop>codeDocumentationViewerCheckBox</tabstop>
655 <tabstop>pypiCheckBox</tabstop>
656 <tabstop>condaCheckBox</tabstop>
635 <tabstop>cooperationCheckBox</tabstop> 657 <tabstop>cooperationCheckBox</tabstop>
636 <tabstop>ircCheckBox</tabstop> 658 <tabstop>ircCheckBox</tabstop>
637 <tabstop>numbersCheckBox</tabstop> 659 <tabstop>numbersCheckBox</tabstop>
638 <tabstop>tabsCloseButtonCheckBox</tabstop> 660 <tabstop>tabsCloseButtonCheckBox</tabstop>
639 <tabstop>resetLayoutButton</tabstop> 661 <tabstop>resetLayoutButton</tabstop>

eric ide

mercurial