Preferences/ConfigurationPages/Py3FlakesPage.ui

Mon, 03 Jan 2011 17:10:45 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 03 Jan 2011 17:10:45 +0100
changeset 802
e8882d16384c
parent 88
3701923bccf2
permissions
-rw-r--r--

Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>Py3FlakesPage</class>
 <widget class="QWidget" name="Py3FlakesPage">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>482</width>
    <height>473</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout">
   <item>
    <widget class="QLabel" name="headerLabel">
     <property name="text">
      <string>&lt;b&gt;Configure PyFlakes Behavior&lt;/b&gt;</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line1">
     <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="includeCheckBox">
     <property name="toolTip">
      <string>Select to include a py3flakes check after the syntax check</string>
     </property>
     <property name="text">
      <string>Include PyFlakes Checks</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QCheckBox" name="ignoreStarImportCheckBox">
     <property name="toolTip">
      <string>Select to suppress star import warnings</string>
     </property>
     <property name="text">
      <string>Suppress star import warnings</string>
     </property>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>464</width>
       <height>41</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial