src/eric7/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui

Mon, 07 Nov 2022 17:19:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Nov 2022 17:19:58 +0100
branch
eric7
changeset 9482
a2bc06a54d9d
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Corrected/acknowledged some bad import style and removed some obsolete code.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>EditorCalltipsQScintillaPage</class>
 <widget class="QWidget" name="EditorCalltipsQScintillaPage">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>406</width>
    <height>262</height>
   </rect>
  </property>
  <layout class="QVBoxLayout">
   <item>
    <widget class="QLabel" name="headerLabel">
     <property name="text">
      <string>&lt;b&gt;Configure QScintilla Calltips&lt;/b&gt;</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line18">
     <property name="frameShape">
      <enum>QFrame::HLine</enum>
     </property>
     <property name="frameShadow">
      <enum>QFrame::Sunken</enum>
     </property>
     <property name="orientation">
      <enum>Qt::Horizontal</enum>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox">
     <property name="title">
      <string>Context display options</string>
     </property>
     <layout class="QVBoxLayout">
      <item>
       <widget class="QRadioButton" name="ctNoContextButton">
        <property name="toolTip">
         <string>Select to display calltips without a context</string>
        </property>
        <property name="text">
         <string>Don't show context information</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QRadioButton" name="ctNoAutoCompletionButton">
        <property name="toolTip">
         <string>Select to display calltips with a context only if the user hasn't already implicitly identified the context using autocompletion</string>
        </property>
        <property name="text">
         <string>Show context information, if no prior autocompletion</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QRadioButton" name="ctContextButton">
        <property name="toolTip">
         <string>Select to display calltips with a context</string>
        </property>
        <property name="text">
         <string>Show context information</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="Line" name="line">
        <property name="orientation">
         <enum>Qt::Horizontal</enum>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QLabel" name="label">
        <property name="text">
         <string>A context is any scope (e.g. a C++ namespace or a Python module) prior to the function/method name.</string>
        </property>
        <property name="wordWrap">
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>388</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>ctNoContextButton</tabstop>
  <tabstop>ctNoAutoCompletionButton</tabstop>
  <tabstop>ctContextButton</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial