Preferences/ConfigurationPages/DebuggerRubyPage.ui

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

eric ide

mercurial