delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kcontrol / componentchooser / terminalemulatorconfig_ui.ui
blob796c01ade1ea3567b0c5971107cad596af2e95b7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TerminalEmulatorConfig_UI</class>
4 <widget class="QWidget" name="TerminalEmulatorConfig_UI">
5 <layout class="QVBoxLayout" name="verticalLayout">
6 <property name="margin">
7 <number>0</number>
8 </property>
9 <item>
10 <widget class="QRadioButton" name="terminalCB">
11 <property name="text">
12 <string>&amp;Use Konsole as terminal application</string>
13 </property>
14 </widget>
15 </item>
16 <item>
17 <widget class="QRadioButton" name="otherCB">
18 <property name="text">
19 <string>Use a different &amp;terminal program:</string>
20 </property>
21 </widget>
22 </item>
23 <item>
24 <layout class="QHBoxLayout">
25 <item>
26 <spacer>
27 <property name="orientation">
28 <enum>Qt::Horizontal</enum>
29 </property>
30 <property name="sizeType">
31 <enum>QSizePolicy::Fixed</enum>
32 </property>
33 <property name="sizeHint" stdset="0">
34 <size>
35 <width>20</width>
36 <height>0</height>
37 </size>
38 </property>
39 </spacer>
40 </item>
41 <item>
42 <widget class="KLineEdit" name="terminalLE">
43 <property name="enabled">
44 <bool>false</bool>
45 </property>
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.&lt;br/&gt; Also note that some programs that utilize Terminal Emulator will not work if you add command line arguments (Example: konsole -ls).</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QToolButton" name="btnSelectTerminal">
53 <property name="enabled">
54 <bool>false</bool>
55 </property>
56 <property name="whatsThis">
57 <string>Click here to browse for terminal program.</string>
58 </property>
59 <property name="text">
60 <string>...</string>
61 </property>
62 </widget>
63 </item>
64 </layout>
65 </item>
66 <item>
67 <spacer>
68 <property name="orientation">
69 <enum>Qt::Vertical</enum>
70 </property>
71 <property name="sizeType">
72 <enum>QSizePolicy::Expanding</enum>
73 </property>
74 <property name="sizeHint" stdset="0">
75 <size>
76 <width>0</width>
77 <height>20</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 </layout>
83 </widget>
84 <customwidgets>
85 <customwidget>
86 <class>KLineEdit</class>
87 <extends>QLineEdit</extends>
88 <header location="global">KDE/KLineEdit</header>
89 </customwidget>
90 </customwidgets>
91 <resources/>
92 <connections>
93 <connection>
94 <sender>otherCB</sender>
95 <signal>toggled(bool)</signal>
96 <receiver>terminalLE</receiver>
97 <slot>setEnabled(bool)</slot>
98 <hints>
99 <hint type="sourcelabel">
100 <x>20</x>
101 <y>20</y>
102 </hint>
103 <hint type="destinationlabel">
104 <x>20</x>
105 <y>20</y>
106 </hint>
107 </hints>
108 </connection>
109 <connection>
110 <sender>otherCB</sender>
111 <signal>toggled(bool)</signal>
112 <receiver>btnSelectTerminal</receiver>
113 <slot>setEnabled(bool)</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>20</x>
117 <y>20</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>20</x>
121 <y>20</y>
122 </hint>
123 </hints>
124 </connection>
125 </connections>
126 </ui>