Preferences/ConfigurationPages/EditorStylesPage.ui

Wed, 06 Jan 2010 19:24:47 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 06 Jan 2010 19:24:47 +0000
changeset 24
9233b51b54d1
parent 0
de9c2efb9d02
child 230
2cde09c26384
permissions
-rw-r--r--

Fixed a copy-paste bug.

<ui version="4.0" >
 <class>EditorStylesPage</class>
 <widget class="QWidget" name="EditorStylesPage" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>576</width>
    <height>1250</height>
   </rect>
  </property>
  <layout class="QVBoxLayout" name="verticalLayout_2" >
   <item>
    <widget class="QLabel" name="headerLabel" >
     <property name="text" >
      <string>&lt;b>Configure editor styles&lt;/b></string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line3" >
     <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_5" >
     <property name="title" >
      <string>Fonts</string>
     </property>
     <layout class="QGridLayout" >
      <item row="1" column="2" >
       <widget class="QCheckBox" name="monospacedCheckBox" >
        <property name="toolTip" >
         <string>Select, whether the monospaced font should be used as default</string>
        </property>
        <property name="text" >
         <string>Use monospaced as default</string>
        </property>
       </widget>
      </item>
      <item row="0" column="1" >
       <widget class="QLineEdit" name="defaultFontSample" >
        <property name="focusPolicy" >
         <enum>Qt::NoFocus</enum>
        </property>
        <property name="text" >
         <string>Default Text</string>
        </property>
        <property name="alignment" >
         <set>Qt::AlignHCenter</set>
        </property>
        <property name="readOnly" >
         <bool>true</bool>
        </property>
       </widget>
      </item>
      <item row="0" column="0" >
       <widget class="QPushButton" name="defaultFontButton" >
        <property name="toolTip" >
         <string>Press to select the default font for the editor's text</string>
        </property>
        <property name="text" >
         <string>Default Text Font</string>
        </property>
       </widget>
      </item>
      <item row="1" column="0" >
       <widget class="QPushButton" name="monospacedFontButton" >
        <property name="toolTip" >
         <string>Press to select the font to be used as the monospaced font</string>
        </property>
        <property name="text" >
         <string>Monospaced Font</string>
        </property>
       </widget>
      </item>
      <item row="1" column="1" >
       <widget class="QLineEdit" name="monospacedFontSample" >
        <property name="focusPolicy" >
         <enum>Qt::NoFocus</enum>
        </property>
        <property name="text" >
         <string>Monospaced Text</string>
        </property>
        <property name="alignment" >
         <set>Qt::AlignHCenter</set>
        </property>
        <property name="readOnly" >
         <bool>true</bool>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox" >
     <property name="title" >
      <string>Margins</string>
     </property>
     <layout class="QVBoxLayout" name="verticalLayout" >
      <item>
       <layout class="QGridLayout" name="gridLayout_2" >
        <item row="0" column="0" >
         <widget class="QCheckBox" name="linenoCheckBox" >
          <property name="toolTip" >
           <string>Select whether line numbers margin should be shown.</string>
          </property>
          <property name="text" >
           <string>Show Line Numbers Margin</string>
          </property>
         </widget>
        </item>
        <item row="0" column="1" >
         <widget class="QCheckBox" name="foldingCheckBox" >
          <property name="toolTip" >
           <string>Select whether the fold margin should be shown.</string>
          </property>
          <property name="text" >
           <string>Show Fold Margin</string>
          </property>
         </widget>
        </item>
        <item row="1" column="0" >
         <widget class="QCheckBox" name="unifiedMarginsCheckBox" >
          <property name="toolTip" >
           <string>Select to show unified margins (like eric4 &lt; 4.3.0)</string>
          </property>
          <property name="text" >
           <string>Show unified margins</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QHBoxLayout" >
        <item>
         <widget class="QLabel" name="TextLabel13_2_2_2" >
          <property name="text" >
           <string>Linenumbers width:</string>
          </property>
          <property name="buddy" >
           <cstring>linenowidthSlider</cstring>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QSlider" name="linenowidthSlider" >
          <property name="toolTip" >
           <string>Move to set the width of the linenumbers margin.</string>
          </property>
          <property name="minimum" >
           <number>2</number>
          </property>
          <property name="maximum" >
           <number>8</number>
          </property>
          <property name="value" >
           <number>4</number>
          </property>
          <property name="orientation" >
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="tickInterval" >
           <number>1</number>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QLCDNumber" name="linenowidthLCD" >
          <property name="toolTip" >
           <string>Displays the selected width of the linenumbers margin.</string>
          </property>
          <property name="numDigits" >
           <number>2</number>
          </property>
          <property name="segmentStyle" >
           <enum>QLCDNumber::Flat</enum>
          </property>
          <property name="value" stdset="0" >
           <double>4.000000000000000</double>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QHBoxLayout" >
        <item>
         <widget class="QLabel" name="TextLabel1_4_2_2" >
          <property name="text" >
           <string>Folding style:</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QComboBox" name="foldingStyleComboBox" >
          <property name="sizePolicy" >
           <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="toolTip" >
           <string>Select the folding style to be used in the folding margin</string>
          </property>
          <property name="whatsThis" >
           <string>&lt;b>Folding style&lt;/b>
&lt;p>Select the desired folding style to be used in the folding margin.&lt;/p>
&lt;p>The available styles are:
&lt;ul>
&lt;li>Plain - simple plus and minus symbols&lt;/li>
&lt;li>Circled - circled plus and minus symbols&lt;/li>
&lt;li>Boxed - boxed plus and minus symbols&lt;/li>
&lt;li>Circled Tree - circled plus and minus symbols and flattened tree with rounded corners&lt;/li>
&lt;li>Boxed Tree - boxed plus and minus symbols and flattened tree with rectangled corners&lt;/li>
&lt;/ul>
&lt;/p></string>
          </property>
          <item>
           <property name="text" >
            <string>Plain</string>
           </property>
          </item>
          <item>
           <property name="text" >
            <string>Circled</string>
           </property>
          </item>
          <item>
           <property name="text" >
            <string>Boxed</string>
           </property>
          </item>
          <item>
           <property name="text" >
            <string>Circled Tree</string>
           </property>
          </item>
          <item>
           <property name="text" >
            <string>Boxed Tree</string>
           </property>
          </item>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QGridLayout" name="gridLayout" >
        <item row="0" column="0" >
         <widget class="QLabel" name="TextLabel2_2_2_2_2_6" >
          <property name="text" >
           <string>Margins foreground:</string>
          </property>
         </widget>
        </item>
        <item row="0" column="1" >
         <widget class="QPushButton" name="marginsForegroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the foreground colour for the margins</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
        <item row="0" column="2" >
         <widget class="QLabel" name="TextLabel2_2_2_2_2_7" >
          <property name="text" >
           <string>Margins background:</string>
          </property>
         </widget>
        </item>
        <item row="0" column="3" >
         <widget class="QPushButton" name="marginsBackgroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the background colour for the margins</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
        <item row="1" column="0" >
         <widget class="QLabel" name="TextLabel2_2_2_2_2_8" >
          <property name="text" >
           <string>Foldmargin background:</string>
          </property>
         </widget>
        </item>
        <item row="1" column="1" >
         <widget class="QPushButton" name="foldmarginBackgroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the background colour for the foldmargin</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QHBoxLayout" name="horizontalLayout" >
        <item>
         <widget class="QPushButton" name="linenumbersFontButton" >
          <property name="toolTip" >
           <string>Press to select the font for the editor line numbers</string>
          </property>
          <property name="text" >
           <string>Line Numbers Font</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QLineEdit" name="marginsFontSample" >
          <property name="minimumSize" >
           <size>
            <width>200</width>
            <height>0</height>
           </size>
          </property>
          <property name="focusPolicy" >
           <enum>Qt::NoFocus</enum>
          </property>
          <property name="text" >
           <string>2345</string>
          </property>
          <property name="alignment" >
           <set>Qt::AlignHCenter</set>
          </property>
          <property name="readOnly" >
           <bool>true</bool>
          </property>
         </widget>
        </item>
        <item>
         <spacer name="horizontalSpacer" >
          <property name="orientation" >
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0" >
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_3" >
     <property name="title" >
      <string>Selection</string>
     </property>
     <layout class="QVBoxLayout" name="_2" >
      <item>
       <layout class="QGridLayout" name="_3" >
        <item row="0" column="0" >
         <widget class="QCheckBox" name="customSelColourCheckBox" >
          <property name="toolTip" >
           <string>Select to use custom selection colours</string>
          </property>
          <property name="whatsThis" >
           <string>&lt;b>Use custom selection colours&lt;/b>&lt;p>Select this entry in order to use custom selection colours in the editor and shell windows. The colours for the selection foreground and background are defined on the colours page.&lt;/p></string>
          </property>
          <property name="text" >
           <string>Use custom selection colours</string>
          </property>
         </widget>
        </item>
        <item row="0" column="1" >
         <widget class="QCheckBox" name="colourizeSelTextCheckBox" >
          <property name="toolTip" >
           <string>Select, if selected text should be colourized by the lexer.</string>
          </property>
          <property name="text" >
           <string>Colourize selected text</string>
          </property>
         </widget>
        </item>
        <item row="1" column="0" >
         <widget class="QCheckBox" name="extentSelEolCheckBox" >
          <property name="toolTip" >
           <string>Select to extend selection to end of line</string>
          </property>
          <property name="text" >
           <string>Extend selection to end of line</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QHBoxLayout" name="_4" >
        <item>
         <widget class="QLabel" name="TextLabel2_2_2_2_2_4" >
          <property name="text" >
           <string>Selection foreground:</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="selectionForegroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the foreground colour for the selection.</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QLabel" name="TextLabel2_2_2_2_2_5" >
          <property name="text" >
           <string>Selection background:</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="selectionBackgroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the background colour for the selection.</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_4" >
     <property name="title" >
      <string>Caret</string>
     </property>
     <layout class="QVBoxLayout" name="_5" >
      <item>
       <widget class="QCheckBox" name="caretlineVisibleCheckBox" >
        <property name="toolTip" >
         <string>Select, whether the caretline should be highlighted</string>
        </property>
        <property name="text" >
         <string>Caretline visible</string>
        </property>
       </widget>
      </item>
      <item>
       <layout class="QHBoxLayout" name="_6" >
        <item>
         <widget class="QLabel" name="textLabel1_7" >
          <property name="text" >
           <string>Caret width:</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QSpinBox" name="caretWidthSpinBox" >
          <property name="toolTip" >
           <string>Select caret width (1, 2 or 3 pixels)</string>
          </property>
          <property name="minimum" >
           <number>1</number>
          </property>
          <property name="maximum" >
           <number>3</number>
          </property>
         </widget>
        </item>
        <item>
         <spacer>
          <property name="orientation" >
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeType" >
           <enum>QSizePolicy::Expanding</enum>
          </property>
          <property name="sizeHint" stdset="0" >
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </item>
      <item>
       <layout class="QHBoxLayout" name="_7" >
        <item>
         <widget class="QLabel" name="TextLabel2_2_2_2_2_2" >
          <property name="text" >
           <string>Caret foreground:</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="caretForegroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the colour for the caret.</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QLabel" name="TextLabel2_2_2_2_2_3" >
          <property name="text" >
           <string>Caretline background:</string>
          </property>
         </widget>
        </item>
        <item>
         <widget class="QPushButton" name="caretlineBackgroundButton" >
          <property name="minimumSize" >
           <size>
            <width>100</width>
            <height>0</height>
           </size>
          </property>
          <property name="toolTip" >
           <string>Select the background colour for the line containing the caret.</string>
          </property>
          <property name="text" >
           <string/>
          </property>
         </widget>
        </item>
       </layout>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_2" >
     <property name="title" >
      <string>Debugging Line Markers</string>
     </property>
     <layout class="QHBoxLayout" name="_8" >
      <item>
       <widget class="QLabel" name="TextLabel3_2_2" >
        <property name="text" >
         <string>Current line marker:</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="currentLineMarkerButton" >
        <property name="minimumSize" >
         <size>
          <width>100</width>
          <height>0</height>
         </size>
        </property>
        <property name="toolTip" >
         <string>Select the colour for the current line marker.</string>
        </property>
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QLabel" name="TextLabel4_2_2" >
        <property name="text" >
         <string>Error line marker:</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="errorMarkerButton" >
        <property name="minimumSize" >
         <size>
          <width>100</width>
          <height>0</height>
         </size>
        </property>
        <property name="toolTip" >
         <string>Select the colour for the error line marker.</string>
        </property>
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_6" >
     <property name="title" >
      <string>Braces</string>
     </property>
     <layout class="QGridLayout" name="_9" >
      <item row="0" column="0" colspan="2" >
       <widget class="QCheckBox" name="bracehighlightingCheckBox" >
        <property name="toolTip" >
         <string>Select whether matching and bad braces shall be highlighted.</string>
        </property>
        <property name="text" >
         <string>Highlight braces</string>
        </property>
       </widget>
      </item>
      <item row="1" column="0" >
       <widget class="QLabel" name="TextLabel1_3_2" >
        <property name="text" >
         <string>Matched braces:</string>
        </property>
       </widget>
      </item>
      <item row="1" column="1" >
       <widget class="QPushButton" name="matchingBracesButton" >
        <property name="minimumSize" >
         <size>
          <width>100</width>
          <height>0</height>
         </size>
        </property>
        <property name="toolTip" >
         <string>Select the colour for highlighting matching braces.</string>
        </property>
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
      <item row="1" column="2" >
       <widget class="QLabel" name="TextLabel1_3_2_2" >
        <property name="text" >
         <string>Matched braces background:</string>
        </property>
       </widget>
      </item>
      <item row="1" column="3" >
       <widget class="QPushButton" name="matchingBracesBackButton" >
        <property name="minimumSize" >
         <size>
          <width>100</width>
          <height>0</height>
         </size>
        </property>
        <property name="toolTip" >
         <string>Select the background colour for highlighting matching braces.</string>
        </property>
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
      <item row="2" column="0" >
       <widget class="QLabel" name="TextLabel2_2_2" >
        <property name="minimumSize" >
         <size>
          <width>100</width>
          <height>0</height>
         </size>
        </property>
        <property name="text" >
         <string>Unmatched brace:</string>
        </property>
       </widget>
      </item>
      <item row="2" column="1" >
       <widget class="QPushButton" name="nonmatchingBracesButton" >
        <property name="toolTip" >
         <string>Select the colour for  highlighting nonmatching braces.</string>
        </property>
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
      <item row="2" column="2" >
       <widget class="QLabel" name="TextLabel2_2_2_3" >
        <property name="minimumSize" >
         <size>
          <width>100</width>
          <height>0</height>
         </size>
        </property>
        <property name="text" >
         <string>Unmatched brace background:</string>
        </property>
       </widget>
      </item>
      <item row="2" column="3" >
       <widget class="QPushButton" name="nonmatchingBracesBackButton" >
        <property name="toolTip" >
         <string>Select the background colour for  highlighting nonmatching braces.</string>
        </property>
        <property name="text" >
         <string/>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_7" >
     <property name="title" >
      <string>End of Line</string>
     </property>
     <layout class="QVBoxLayout" name="_10" >
      <item>
       <layout class="QGridLayout" name="_11" >
        <item row="0" column="0" >
         <widget class="QCheckBox" name="eolCheckBox" >
          <property name="toolTip" >
           <string>Select whether end of line shall be shown</string>
          </property>
          <property name="text" >
           <string>Show End of Line</string>
          </property>
         </widget>
        </item>
        <item row="0" column="1" >
         <widget class="QCheckBox" name="wrapLongLinesCheckBox" >
          <property name="toolTip" >
           <string>Select, whether long lines should be wrapped</string>
          </property>
          <property name="text" >
           <string>Wrap long lines</string>
          </property>
         </widget>
        </item>
       </layout>
      </item>
      <item>
       <widget class="QGroupBox" name="groupBox_9" >
        <property name="title" >
         <string>Edge Mode</string>
        </property>
        <layout class="QGridLayout" name="_13" >
         <item row="0" column="2" colspan="2" >
          <spacer>
           <property name="orientation" >
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeType" >
            <enum>QSizePolicy::Expanding</enum>
           </property>
           <property name="sizeHint" stdset="0" >
            <size>
             <width>211</width>
             <height>20</height>
            </size>
           </property>
          </spacer>
         </item>
         <item row="2" column="2" colspan="2" >
          <spacer>
           <property name="orientation" >
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="sizeType" >
            <enum>QSizePolicy::Expanding</enum>
           </property>
           <property name="sizeHint" stdset="0" >
            <size>
             <width>201</width>
             <height>31</height>
            </size>
           </property>
          </spacer>
         </item>
         <item row="2" column="1" >
          <widget class="QPushButton" name="edgeBackgroundColorButton" >
           <property name="minimumSize" >
            <size>
             <width>100</width>
             <height>0</height>
            </size>
           </property>
           <property name="toolTip" >
            <string>Select the colour for the edge marker.</string>
           </property>
           <property name="text" >
            <string/>
           </property>
          </widget>
         </item>
         <item row="2" column="0" >
          <widget class="QLabel" name="TextLabel13_3_2_2" >
           <property name="text" >
            <string>Background colour:</string>
           </property>
          </widget>
         </item>
         <item row="1" column="1" colspan="2" >
          <widget class="QSlider" name="edgeLineColumnSlider" >
           <property name="sizePolicy" >
            <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
             <horstretch>11</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="toolTip" >
            <string>Move to set the edge column.</string>
           </property>
           <property name="minimum" >
            <number>0</number>
           </property>
           <property name="maximum" >
            <number>160</number>
           </property>
           <property name="value" >
            <number>80</number>
           </property>
           <property name="orientation" >
            <enum>Qt::Horizontal</enum>
           </property>
           <property name="tickInterval" >
            <number>10</number>
           </property>
          </widget>
         </item>
         <item row="1" column="3" >
          <widget class="QLCDNumber" name="edgeLineColumnLCD" >
           <property name="sizePolicy" >
            <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
             <horstretch>1</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <property name="toolTip" >
            <string>Displays the selected tab width.</string>
           </property>
           <property name="numDigits" >
            <number>3</number>
           </property>
           <property name="segmentStyle" >
            <enum>QLCDNumber::Flat</enum>
           </property>
           <property name="value" stdset="0" >
            <double>80.000000000000000</double>
           </property>
          </widget>
         </item>
         <item row="1" column="0" >
          <widget class="QLabel" name="TextLabel13_3_2" >
           <property name="text" >
            <string>Column number:</string>
           </property>
          </widget>
         </item>
         <item row="0" column="0" >
          <widget class="QLabel" name="textLabel1_14" >
           <property name="text" >
            <string>Mode:</string>
           </property>
          </widget>
         </item>
         <item row="0" column="1" >
          <widget class="QComboBox" name="edgeModeCombo" >
           <property name="sizePolicy" >
            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
             <horstretch>0</horstretch>
             <verstretch>0</verstretch>
            </sizepolicy>
           </property>
           <item>
            <property name="text" >
             <string>Disabled</string>
            </property>
           </item>
           <item>
            <property name="text" >
             <string>Draw Line</string>
            </property>
           </item>
           <item>
            <property name="text" >
             <string>Change Background Colour</string>
            </property>
           </item>
          </widget>
         </item>
        </layout>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QGroupBox" name="groupBox_10" >
     <property name="title" >
      <string>Various</string>
     </property>
     <layout class="QGridLayout" name="_14" >
      <item row="0" column="0" >
       <widget class="QCheckBox" name="whitespaceCheckBox" >
        <property name="toolTip" >
         <string>Select whether whitspace characters shall be shown</string>
        </property>
        <property name="text" >
         <string>Show Whitespace</string>
        </property>
       </widget>
      </item>
      <item row="0" column="1" >
       <widget class="QCheckBox" name="miniMenuCheckBox" >
        <property name="toolTip" >
         <string>Select to show a minimalistic context menu</string>
        </property>
        <property name="text" >
         <string>Show minimal context menu</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation" >
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0" >
      <size>
       <width>558</width>
       <height>20</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>defaultFontButton</tabstop>
  <tabstop>monospacedFontButton</tabstop>
  <tabstop>monospacedCheckBox</tabstop>
  <tabstop>linenoCheckBox</tabstop>
  <tabstop>foldingCheckBox</tabstop>
  <tabstop>unifiedMarginsCheckBox</tabstop>
  <tabstop>linenowidthSlider</tabstop>
  <tabstop>foldingStyleComboBox</tabstop>
  <tabstop>marginsForegroundButton</tabstop>
  <tabstop>marginsBackgroundButton</tabstop>
  <tabstop>foldmarginBackgroundButton</tabstop>
  <tabstop>linenumbersFontButton</tabstop>
  <tabstop>customSelColourCheckBox</tabstop>
  <tabstop>colourizeSelTextCheckBox</tabstop>
  <tabstop>extentSelEolCheckBox</tabstop>
  <tabstop>selectionForegroundButton</tabstop>
  <tabstop>selectionBackgroundButton</tabstop>
  <tabstop>caretlineVisibleCheckBox</tabstop>
  <tabstop>caretWidthSpinBox</tabstop>
  <tabstop>caretForegroundButton</tabstop>
  <tabstop>caretlineBackgroundButton</tabstop>
  <tabstop>currentLineMarkerButton</tabstop>
  <tabstop>errorMarkerButton</tabstop>
  <tabstop>bracehighlightingCheckBox</tabstop>
  <tabstop>matchingBracesButton</tabstop>
  <tabstop>matchingBracesBackButton</tabstop>
  <tabstop>nonmatchingBracesButton</tabstop>
  <tabstop>nonmatchingBracesBackButton</tabstop>
  <tabstop>eolCheckBox</tabstop>
  <tabstop>wrapLongLinesCheckBox</tabstop>
  <tabstop>edgeModeCombo</tabstop>
  <tabstop>edgeLineColumnSlider</tabstop>
  <tabstop>edgeBackgroundColorButton</tabstop>
  <tabstop>whitespaceCheckBox</tabstop>
  <tabstop>miniMenuCheckBox</tabstop>
 </tabstops>
 <resources/>
 <connections>
  <connection>
   <sender>linenowidthSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>linenowidthLCD</receiver>
   <slot>display(int)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>510</x>
     <y>247</y>
    </hint>
    <hint type="destinationlabel" >
     <x>551</x>
     <y>247</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>edgeLineColumnSlider</sender>
   <signal>valueChanged(int)</signal>
   <receiver>edgeLineColumnLCD</receiver>
   <slot>display(int)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>417</x>
     <y>1132</y>
    </hint>
    <hint type="destinationlabel" >
     <x>541</x>
     <y>1155</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>

eric ide

mercurial