diff options
Diffstat (limited to 'languages/ruby/rubyconfigwidgetbase.ui')
-rw-r--r-- | languages/ruby/rubyconfigwidgetbase.ui | 363 |
1 files changed, 363 insertions, 0 deletions
diff --git a/languages/ruby/rubyconfigwidgetbase.ui b/languages/ruby/rubyconfigwidgetbase.ui new file mode 100644 index 00000000..64ae3e1c --- /dev/null +++ b/languages/ruby/rubyconfigwidgetbase.ui @@ -0,0 +1,363 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>RubyConfigWidgetBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>RubyConfigWidgetBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>485</width> + <height>582</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KLineEdit" row="3" column="1"> + <property name="name"> + <cstring>programArgsEdit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="2" column="1"> + <property name="name"> + <cstring>mainProgramEdit</cstring> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel1_2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Ru&by shell:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>mainProgramEdit</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>This is the path (or just name, if in $PATH) to the Ruby shell. Defaults to "irb". Add this line to your .irbrc file: +def cd(dir) Dir.chdir dir end</string> + </property> + </widget> + <widget class="KLineEdit" row="0" column="1"> + <property name="name"> + <cstring>interpreterEdit</cstring> + </property> + </widget> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>textLabel1_2_3_2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Program &arguments:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>programArgsEdit</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>These are the arguments passed to the Ruby interpreter</string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Ruby interpreter:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>interpreterEdit</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>This is the path (or just name, if in $PATH) to the Ruby interpreter. Defaults to "ruby"</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel1_2_3</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Main program:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>programArgsEdit</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string>This is the name of the main program source file</string> + </property> + </widget> + <widget class="KLineEdit" row="1" column="1"> + <property name="name"> + <cstring>shellEdit</cstring> + </property> + </widget> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel1_3</cstring> + </property> + <property name="text"> + <string>Working Directory:</string> + </property> + </widget> + <widget class="KURLRequester" row="4" column="1"> + <property name="name"> + <cstring>workingDir</cstring> + </property> + </widget> + </grid> + </widget> + <spacer> + <property name="name"> + <cstring>spacer3</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>runRadioBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Run</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton" row="0" column="0"> + <property name="name"> + <cstring>mainProgramRadio</cstring> + </property> + <property name="text"> + <string>Main pr&ogram</string> + </property> + </widget> + <widget class="QRadioButton" row="1" column="0"> + <property name="name"> + <cstring>selectedWindowRadio</cstring> + </property> + <property name="text"> + <string>Selected wi&ndow</string> + </property> + </widget> + </grid> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>terminalCheckbox</cstring> + </property> + <property name="text"> + <string>R&un applications in terminal</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this if you want your applications to be opened in terminal window.</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>enableFloatingToolBarBox</cstring> + </property> + <property name="text"> + <string>Enable &debugger floating toolbar</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this if you want to control the debugger via a floating toolbar.</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>showConstants</cstring> + </property> + <property name="text"> + <string>Show &constants in the debugger</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Check this if you want the debugger to show constants (with many constants this may be slow).</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>traceIntoRuby</cstring> + </property> + <property name="text"> + <string>Trace &into Ruby libraries</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Trace through the Ruby code installed under sitedir in the debugger</string> + </property> + </widget> + <widget class="QButtonGroup"> + <property name="name"> + <cstring>characterCodingRadioBox</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Character Coding</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>asciiOption</cstring> + </property> + <property name="text"> + <string>ASCII</string> + </property> + <property name="buttonGroupId"> + <number>0</number> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>eucOption</cstring> + </property> + <property name="text"> + <string>EUC</string> + </property> + <property name="buttonGroupId"> + <number>1</number> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>sjisOption</cstring> + </property> + <property name="text"> + <string>S&JIS</string> + </property> + <property name="buttonGroupId"> + <number>2</number> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>utf8Option</cstring> + </property> + <property name="text"> + <string>UTF-&8</string> + </property> + <property name="buttonGroupId"> + <number>3</number> + </property> + </widget> + </vbox> + </widget> + <spacer> + <property name="name"> + <cstring>spacer1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>16</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<tabstops> + <tabstop>interpreterEdit</tabstop> + <tabstop>shellEdit</tabstop> + <tabstop>mainProgramEdit</tabstop> + <tabstop>programArgsEdit</tabstop> + <tabstop>mainProgramRadio</tabstop> + <tabstop>selectedWindowRadio</tabstop> + <tabstop>terminalCheckbox</tabstop> + <tabstop>enableFloatingToolBarBox</tabstop> + <tabstop>showConstants</tabstop> + <tabstop>traceIntoRuby</tabstop> + <tabstop>asciiOption</tabstop> + <tabstop>eucOption</tabstop> + <tabstop>sjisOption</tabstop> + <tabstop>utf8Option</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<includehints> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>kurlrequester.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |