eric6/Preferences/ProgramsDialog.ui

Tue, 18 Feb 2020 19:38:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 18 Feb 2020 19:38:58 +0100
changeset 7425
bd0eff406c6b
parent 6942
2602857055c5
child 7426
dc171b1d8261
permissions
-rw-r--r--

ProgramsDialog: implemented interims filter solution to hide unavailable tools.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ProgramsDialog</class>
 <widget class="QDialog" name="ProgramsDialog">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>700</width>
    <height>570</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>External Tools</string>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QTreeWidget" name="programsList">
     <property name="rootIsDecorated">
      <bool>false</bool>
     </property>
     <property name="sortingEnabled">
      <bool>true</bool>
     </property>
     <column>
      <property name="text">
       <string>Path</string>
      </property>
     </column>
     <column>
      <property name="text">
       <string>Version</string>
      </property>
     </column>
    </widget>
   </item>
   <item>
    <layout class="QHBoxLayout" name="horizontalLayout">
     <item>
      <widget class="QCheckBox" name="showUnavailableCheckBox">
       <property name="toolTip">
        <string>Select to show unavailable but supported tools as well</string>
       </property>
       <property name="text">
        <string>Show unavailable tools</string>
       </property>
       <property name="checked">
        <bool>true</bool>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QDialogButtonBox" name="buttonBox">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="standardButtons">
        <set>QDialogButtonBox::Close</set>
       </property>
      </widget>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections>
  <connection>
   <sender>buttonBox</sender>
   <signal>accepted()</signal>
   <receiver>ProgramsDialog</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>155</x>
     <y>546</y>
    </hint>
    <hint type="destinationlabel">
     <x>123</x>
     <y>505</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>buttonBox</sender>
   <signal>rejected()</signal>
   <receiver>ProgramsDialog</receiver>
   <slot>close()</slot>
   <hints>
    <hint type="sourcelabel">
     <x>253</x>
     <y>552</y>
    </hint>
    <hint type="destinationlabel">
     <x>207</x>
     <y>505</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>

eric ide

mercurial