Preferences/ConfigurationPages/DebuggerRubyPage.ui

changeset 0
de9c2efb9d02
child 42
23b45a742e17
equal deleted inserted replaced
-1:000000000000 0:de9c2efb9d02
1 <ui version="4.0" >
2 <class>DebuggerRubyPage</class>
3 <widget class="QWidget" name="DebuggerRubyPage" >
4 <property name="geometry" >
5 <rect>
6 <x>0</x>
7 <y>0</y>
8 <width>400</width>
9 <height>170</height>
10 </rect>
11 </property>
12 <layout class="QVBoxLayout" >
13 <item>
14 <widget class="QLabel" name="headerLabel" >
15 <property name="text" >
16 <string>&lt;b>Configure Ruby Debugger&lt;/b></string>
17 </property>
18 </widget>
19 </item>
20 <item>
21 <widget class="Line" name="line11_2_2" >
22 <property name="frameShape" >
23 <enum>QFrame::HLine</enum>
24 </property>
25 <property name="frameShadow" >
26 <enum>QFrame::Sunken</enum>
27 </property>
28 <property name="orientation" >
29 <enum>Qt::Horizontal</enum>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QGroupBox" name="groupBox" >
35 <property name="title" >
36 <string>Ruby Interpreter for Debug Client</string>
37 </property>
38 <layout class="QHBoxLayout" >
39 <item>
40 <widget class="QLineEdit" name="rubyInterpreterEdit" >
41 <property name="toolTip" >
42 <string>Enter the path of the Ruby interpreter to be used by the debug client.</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QPushButton" name="rubyInterpreterButton" >
48 <property name="toolTip" >
49 <string>Press to select the Ruby interpreter via a file selection dialog</string>
50 </property>
51 <property name="text" >
52 <string>...</string>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </widget>
58 </item>
59 <item>
60 <widget class="QCheckBox" name="rbRedirectCheckBox" >
61 <property name="toolTip" >
62 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric4 IDE</string>
63 </property>
64 <property name="text" >
65 <string>Redirect stdin/stdout/stderr</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <spacer>
71 <property name="orientation" >
72 <enum>Qt::Vertical</enum>
73 </property>
74 <property name="sizeHint" stdset="0" >
75 <size>
76 <width>20</width>
77 <height>40</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 </layout>
83 </widget>
84 <resources/>
85 <connections/>
86 </ui>

eric ide

mercurial