eric6/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui

changeset 7749
285855999b4e
parent 6942
2602857055c5
--- a/eric6/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui	Sat Oct 03 18:11:45 2020 +0200
+++ b/eric6/Preferences/ConfigurationPages/EditorCalltipsQScintillaPage.ui	Sun Oct 04 15:25:17 2020 +0200
@@ -1,84 +1,85 @@
-<ui version="4.0" >
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
  <class>EditorCalltipsQScintillaPage</class>
- <widget class="QWidget" name="EditorCalltipsQScintillaPage" >
-  <property name="geometry" >
+ <widget class="QWidget" name="EditorCalltipsQScintillaPage">
+  <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>406</width>
-    <height>369</height>
+    <height>262</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout" >
+  <layout class="QVBoxLayout">
    <item>
-    <widget class="QLabel" name="headerLabel" >
-     <property name="text" >
-      <string>&lt;b>Configure QScintilla Calltips&lt;/b></string>
+    <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" >
+    <widget class="Line" name="line18">
+     <property name="frameShape">
       <enum>QFrame::HLine</enum>
      </property>
-     <property name="frameShadow" >
+     <property name="frameShadow">
       <enum>QFrame::Sunken</enum>
      </property>
-     <property name="orientation" >
+     <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
     </widget>
    </item>
    <item>
-    <widget class="QGroupBox" name="groupBox" >
-     <property name="title" >
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
       <string>Context display options</string>
      </property>
-     <layout class="QVBoxLayout" >
+     <layout class="QVBoxLayout">
       <item>
-       <widget class="QRadioButton" name="ctNoContextButton" >
-        <property name="toolTip" >
+       <widget class="QRadioButton" name="ctNoContextButton">
+        <property name="toolTip">
          <string>Select to display calltips without a context</string>
         </property>
-        <property name="text" >
+        <property name="text">
          <string>Don't show context information</string>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="QRadioButton" name="ctNoAutoCompletionButton" >
-        <property name="toolTip" >
+       <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" >
+        <property name="text">
          <string>Show context information, if no prior autocompletion</string>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="QRadioButton" name="ctContextButton" >
-        <property name="toolTip" >
+       <widget class="QRadioButton" name="ctContextButton">
+        <property name="toolTip">
          <string>Select to display calltips with a context</string>
         </property>
-        <property name="text" >
+        <property name="text">
          <string>Show context information</string>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="Line" name="line" >
-        <property name="orientation" >
+       <widget class="Line" name="line">
+        <property name="orientation">
          <enum>Qt::Horizontal</enum>
         </property>
        </widget>
       </item>
       <item>
-       <widget class="QLabel" name="label" >
-        <property name="text" >
+       <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" >
+        <property name="wordWrap">
          <bool>true</bool>
         </property>
        </widget>
@@ -88,10 +89,10 @@
    </item>
    <item>
     <spacer>
-     <property name="orientation" >
+     <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
-     <property name="sizeHint" stdset="0" >
+     <property name="sizeHint" stdset="0">
       <size>
        <width>388</width>
        <height>20</height>

eric ide

mercurial