1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>TerminalEmulatorConfig_UI
</class>
4 <widget class=
"QWidget" name=
"TerminalEmulatorConfig_UI">
5 <layout class=
"QVBoxLayout" name=
"verticalLayout">
6 <property name=
"margin">
10 <widget class=
"QRadioButton" name=
"terminalCB">
11 <property name=
"text">
12 <string>&Use Konsole as terminal application
</string>
17 <widget class=
"QRadioButton" name=
"otherCB">
18 <property name=
"text">
19 <string>Use a different
&terminal program:
</string>
24 <layout class=
"QHBoxLayout">
27 <property name=
"orientation">
28 <enum>Qt::Horizontal
</enum>
30 <property name=
"sizeType">
31 <enum>QSizePolicy::Fixed
</enum>
33 <property name=
"sizeHint" stdset=
"0">
42 <widget class=
"KLineEdit" name=
"terminalLE">
43 <property name=
"enabled">
46 <property name=
"whatsThis">
47 <string>Press this button to select your favorite terminal client. Please note that the file you select has to have the executable attribute set in order to be accepted.
<br/
> Also note that some programs that utilize Terminal Emulator will not work if you add command line arguments (Example: konsole -ls).
</string>
52 <widget class=
"QToolButton" name=
"btnSelectTerminal">
53 <property name=
"enabled">
56 <property name=
"whatsThis">
57 <string>Click here to browse for terminal program.
</string>
59 <property name=
"text">
68 <property name=
"orientation">
69 <enum>Qt::Vertical
</enum>
71 <property name=
"sizeType">
72 <enum>QSizePolicy::Expanding
</enum>
74 <property name=
"sizeHint" stdset=
"0">
86 <class>KLineEdit
</class>
87 <extends>QLineEdit
</extends>
88 <header location=
"global">KDE/KLineEdit
</header>
94 <sender>otherCB
</sender>
95 <signal>toggled(bool)
</signal>
96 <receiver>terminalLE
</receiver>
97 <slot>setEnabled(bool)
</slot>
99 <hint type=
"sourcelabel">
103 <hint type=
"destinationlabel">
110 <sender>otherCB
</sender>
111 <signal>toggled(bool)
</signal>
112 <receiver>btnSelectTerminal
</receiver>
113 <slot>setEnabled(bool)
</slot>
115 <hint type=
"sourcelabel">
119 <hint type=
"destinationlabel">