Preferences/ConfigurationPages/DebuggerRubyPage.ui

Sat, 09 Jan 2010 19:43:36 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 09 Jan 2010 19:43:36 +0000
changeset 42
23b45a742e17
parent 0
de9c2efb9d02
child 3186
a05eff845522
permissions
-rw-r--r--

Fixed a bunch of issues including a workaround for a bug in the Python email package (s. EmailDialog.py).

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>DebuggerRubyPage</class>
 <widget class="QWidget" name="DebuggerRubyPage">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>170</height>
   </rect>
  </property>
  <layout class="QVBoxLayout">
   <item>
    <widget class="QLabel" name="headerLabel">
     <property name="text">
      <string>&lt;b&gt;Configure Ruby Debugger&lt;/b&gt;</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="Line" name="line11_2_2">
     <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>Ruby Interpreter for Debug Client</string>
     </property>
     <layout class="QHBoxLayout">
      <item>
       <widget class="QLineEdit" name="rubyInterpreterEdit">
        <property name="toolTip">
         <string>Enter the path of the Ruby interpreter to be used by the debug client.</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QPushButton" name="rubyInterpreterButton">
        <property name="toolTip">
         <string>Press to select the Ruby interpreter via a file selection dialog</string>
        </property>
        <property name="text">
         <string>...</string>
        </property>
       </widget>
      </item>
     </layout>
    </widget>
   </item>
   <item>
    <widget class="QCheckBox" name="rbRedirectCheckBox">
     <property name="toolTip">
      <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric5 IDE</string>
     </property>
     <property name="text">
      <string>Redirect stdin/stdout/stderr</string>
     </property>
    </widget>
   </item>
   <item>
    <spacer>
     <property name="orientation">
      <enum>Qt::Vertical</enum>
     </property>
     <property name="sizeHint" stdset="0">
      <size>
       <width>20</width>
       <height>40</height>
      </size>
     </property>
    </spacer>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial