RefactoringRope/ConfigurationPage/CallTipsRopePage.ui

Sat, 28 Feb 2015 15:09:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 Feb 2015 15:09:53 +0100
changeset 100
2bfe9e3fad8d
child 191
2af42804bca2
permissions
-rw-r--r--

Ported the code completion and calltips support of the eric4 variant of this plug-in.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>CallTipsRopePage</class>
 <widget class="QWidget" name="CallTipsRopePage">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>350</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <property name="spacing">
    <number>6</number>
   </property>
   <property name="leftMargin">
    <number>6</number>
   </property>
   <property name="topMargin">
    <number>6</number>
   </property>
   <property name="rightMargin">
    <number>6</number>
   </property>
   <property name="bottomMargin">
    <number>6</number>
   </property>
   <item>
    <widget class="QLabel" name="headerLabel">
     <property name="text">
      <string>&lt;b&gt;Configure Rope Calltips&lt;/b&gt;</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line15">
     <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="QCheckBox" name="ropeCalltipsCheckBox">
     <property name="toolTip">
      <string>Select, whether the rope calltip support shall be enabled.</string>
     </property>
     <property name="text">
      <string>Enable calltip</string>
     </property>
    </widget>
   </item>
   <item>
    <layout class="QHBoxLayout">
     <item>
      <widget class="QLabel" name="label_3">
       <property name="text">
        <string>Number of errors to fix:</string>
       </property>
      </widget>
     </item>
     <item>
      <widget class="QSpinBox" name="ctMaxfixesSpinBox">
       <property name="toolTip">
        <string>Enter the number of errors to fix before giving up</string>
       </property>
       <property name="alignment">
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
       </property>
       <property name="buttonSymbols">
        <enum>QAbstractSpinBox::PlusMinus</enum>
       </property>
       <property name="minimum">
        <number>1</number>
       </property>
       <property name="maximum">
        <number>1000</number>
       </property>
      </widget>
     </item>
     <item>
      <spacer>
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>31</width>
         <height>23</height>
        </size>
       </property>
      </spacer>
     </item>
    </layout>
   </item>
   <item>
    <spacer>
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>221</width>
       <height>82</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial