Preferences/ConfigurationPages/DebuggerRubyPage.ui

Mon, 28 Dec 2009 16:03:33 +0000

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 28 Dec 2009 16:03:33 +0000
changeset 0
de9c2efb9d02
child 42
23b45a742e17
permissions
-rw-r--r--

Started porting eric4 to Python3

<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>Configure Ruby Debugger&lt;/b></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 eric4 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