kdelibs/interfaces/ktexteditor/editorchooser_ui.ui
Ivailo Monev decb354a0d generic: prepare for Katie changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-14 16:16:22 +03:00

47 lines
1.3 KiB
XML

<ui version="4.0" >
<class>EditorChooser</class>
<widget class="QWidget" name="EditorChooser" >
<property name="windowTitle" >
<string>Editor Chooser</string>
</property>
<layout class="QVBoxLayout" >
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QLabel" name="TextLabel1" >
<property name="minimumSize" >
<size>
<width>460</width>
<height>0</height>
</size>
</property>
<property name="text" >
<string>Please choose the default text editing component that you wish to use in this application. If you choose &lt;B>System Default&lt;/B>, the application will honor your changes in the System Settings. All other choices will override that setting.</string>
</property>
<property name="textFormat" >
<enum>Qt::AutoText</enum>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="KComboBox" name="editorCombo" />
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KComboBox</class>
<extends>QComboBox</extends>
<header>kcombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>editorCombo</tabstop>
</tabstops>
<connections/>
</ui>